-
JSONBuffer
Dear all, I'm trying to read a JSon File withing the JsonBuffer table. The structure of my Json is the following : What i'm trying to achieve is getting the coordinates out of the Json file to store into database fields. I'm trying to achieve this by the following code : codeunit 50112 HttpGeoCodingMgmt
{ procedure…
-
Default Ship To on Customer Card
Hi, Here is an issue I've found on NAV2018 and BC Online: 1. On a customer card for customer TOM, the tax area is set to NONTAX 2. On ship to code A for the customer, the tax area is set to 92861 3. On the Shipping fast tab, I set the Ship To Code to 92861 4. I create a sales order for TOM. 5. The default ship to is set,…
-
NAV 2016 Error: "A profile with ID 'Windows' could not be found."
Attempting to login to a NAV 2016 instance, via OAuth: Can't find any help on the internet with this one. Thanks.
-
services module functionality
Hi experts!! NAV2018 I have a new project for a company that rents machinery. The machinery it rents is the company's fixed assets, not products. I am looking at the services module but I do not see anywhere how it can be rented a fixed asset, only products of services and products. I have thought about creating service…
-
Objects added on the Department menu distorts the tab of the role center page
Hello, I had developed some new objects which were added to the Departments menu suite of Dynamics NAV 2016. Once the FOB was imported, all these objects came up in a distorted manner on the tab of the role center page. Is this a common issue? Thanking you for your answers. Liizz
-
The remote server returned an error (403) forbidden error (Navision webservice)
Hi Getting this error "The remote server returned an error (403) forbidden error " while calling webservice from third party application
-
Need to recive more quantity than PO quantity when workflow is enabled.
Hi, I need to receive more quantity than PO when workflow is enabled and partial quantity is already received. Thanks in advance, Srinivas
-
Blog Series Part 8: Combine Sales Document and POST in AL for MSDYN365BC.
This will be the Final post of development in this Blog Series which will describe how can we post the lines created in the Insurance table and update the Insurance lines based on the posted document. If you haven’t read the earlier article Blog 01 – Customer Requirement for AL Development Blog 02 – How to Develop ……
-
Create xml signature in a Secure Envelope in NAV2017
Hi. I would like to create an xml file, and in the Signature there is a tag called DigestValue. The content of this file is calculated based on Method in the feild DigestMethod. My problem is that I cannot find a description of how to calculate the content of DigestValue. Thankful if anybody could point me in the correct…
-
How to add new language to business central?
I'm trying to translate business central on another language that is not supported from Microsoft and referring this link: https://dynamics.is/?p=3277 My question is how to add my language to select list of languages, anyone can help? Thanks for your time :smile:
-
How to rename the error?
For example I have an error And I have to change text in this error: "Unit Price LCY" to "Unit Cost" How can I do it?
-
NAV 2016 - scanning barcode/QR using Android phone and camera?
Hi everyone, does anyone has experience with scanning barcodes/2d codes using Android phone and rear camera? I tried to use standard NAV functionality to take picture, save it to server and then feed picture to ZXING.net library which has capability to decode barcodes/2d codes. But my solution is not reliable. I tried to…
-
NAV BC - Grey Area on Sales Order
Hello Everyone, Is there any way to make the ship-to address section 'ungrey' in order to add 1 time info. We would just like to make this editable after selecting the ship to code
-
Cash Receipt With Different Customer Name
Good day, Our NAV system is integrated with an online payment system that exports customer payment transactions into NAV. In turn NAV would automatically generate invoices and cash receipts for our customers. However, there is something wrong since one of our customer's cash receipt is generated with a different name (NAV…
-
Can we upgrade Dynamics NAV 2016 to BC 150.
Hi all, Can we upgrade Dynamics NAV 2016 to Business Central wave 2. If yes please explain the process in brief. Thanks in advance, Srinivas.
-
JSON Management Codeunit
Hello, Up to this day I was using Newtonsoft.Json DotNet variables, but the problem is, that in AL it is not allowed to use DotNet variables. There is a codeunit 5459 JSON Management available which has some external methods that I can use. I want to store incoming JSON in the table similar to TB1236: JSON Buffer. I had to…
-
How to call the SetColumnWidth function from the Excel Buffer
Hi all, May I know how to call the SetColumnWidth function from the Excel Buffer in Business Central? the ColName how to verify? Thank you.
-
Incoming Documents
Hi, I have a client running Dynamics NAV 2016. They create a Purchase Invoice, and then in the top ribbon select the option 'Create from file' to then link the invoice to the saved file. My client has multiple companies in the same database, and when a particular user who has the same permissions for all companies does…
-
Link subform to subform
Hi to all, I want to link a subform to a subform by using the property providerID. Both subforms are used for data entry. So i've created the following objects : Maintable.altable 50132 "Main Table"
{ Caption = 'Main'; fields { field(2; "No."; Code[20]) { Caption = 'No.'; DataClassification = CustomerContent; } field(3;…
-
Enable Personalize in Mordern Client for Business Central MSDYN365BC
Hi Readers, While working on morden client in MSDYN365BC in Spring release, I was unable to Personalize the page. Personalize means we can make various changes, such as move or hide fields, columns, actions, and entire parts, and add new fields. Most personalization must be done by first activating the Personalizing…
-
Blog Series Part 7: Creating Sales Document in AL for MSDYN365BC
In this blog we will discuss about creating Auto Sales Document from the Data present in the Excel Sheet. View article...
-
Imoprt from csv file not creating a balancing line
hi guys, I am writing an import but its only creating one balancing line for my journal whereas I want it to create balancing line for each document No in the import. Here's my code. Not sure what I'm doing wrong? WITH GenJnlLine DO BEGIN SETRANGE("Journal Template Name",JournalTemplateName); SETRANGE("Journal Batch…
-
Open Image using Temp Blob codeunit
Hi I have code on a page in NAV that uses the TempBlob record to open an image. CALCFIELDS(Image); IF Image.HASVALUE THEN BEGIN FileName := AppSetup."Temp Image Path" + "Document No." + "Image Extension"; TempBlob.Blob := Image; FileName := FileManagement.BLOBExport(TempBlob,FileName,FALSE); HYPERLINK(FileName); END; I…
-
WebService consuming from a temporay table
Hi everyone, I've created a page, which its source table is temporary. The source table is one created by myself. The page is this: And the oData url is filtered, this way: http://xxxxxxxxxx:7068/DESA/ODataV4/Company('ZZZZ EUROPE S.L.U.')/AppItemPrice?$filter=Insize_User eq 'FI159' In the onOpenPage(also tried in onInit)…
-
VSC with strange error message
Hello I'm on BC16 VSC 1.45.1 Have some code in my workspace - no error And suddenly VSC finds an error on this line (that was in the workspace since a long time without error) :if ProjTrace_FolderList.RunModal() = Action::LookupOK then begin The error is : { "resource": "xxx", "owner":…
-
Modal dialo BC14 Webclient
Sometimes, even with different browsers, when I register a purchase invoice and a problem occurs it is not possible to close the error window because the one that shows the progress of the registration remains in the foreground and does not click on the Ok button of the window with error. Anyone know how to fix or work…
-
Debug web client
It's possible debug webclient also without use al extension? I migrated a database to Business Central version 14 but continued to use C / AL. However, the customer uses the web client. Is there any way to debug? Web sessions do not appear in the c / al debugger..
-
Report Generating locale Language, field formating
Hello, I'm facing a problem that reports are generated and printed out with wrong locale Language. This results, that Numbers and Dates are printed in wrong locale format. System environment: Windows Server 2012 R2 German installation Navision 2018 German My Problem is, that I generate Report Print Outs as PDF by a Job Que…
-
Option and Enum.
Hi experts, I would like to ask about the relation between Option and Enum. If my existing customized table got the option field, could I change it to enum field? May I know the existing option data will be lost? Thanks.
-
BC14 Webclient cannot open card page from list
I've a custom page list (Car list). When I move mouse cursor on field primary key (Car No.) tip show "Open record XXX1 in new window" but when I click on it nothing happens. In page list property "CardPageID" was set to correspondent card page id. What could be the problem?