-
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…
-
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…
-
BC13 - Copy company
Morning, Is anybody familiar with the error message: tenant numeric id must be set Im trying to copy a company in BC. But when i try to do that the client closes with above error. In the past the database was part of multitenancy, but migrated back to single tenant. I cannot find a solution for this
-
Looking for a VS code extension
Hi Everyone, is there a VS code extension that lists the object type and object ID of the current extension being developed ?. Object Browser is great but I cannot see a way that it looks into the current project ? Kind Regards, Dean.
-
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.
-
LS Nav 2016 Web Request
Hi Expert, Has anyone tried to create a new Web Request that you can use it successfully in the POS? I tried creating a new Web Request, but whenever I use it and send request, it's always throwing an error. Root element is missing. The web request that I created is I copied it with MM_CONTACT_BLOCK. Has anyone encountered…
-
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...
-
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
-
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.
-
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…
-
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…
-
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…
-
Error in event log for Business central 2020 Wave 1
I'm getting the following error/warning in event log. Unable to find defining app group for table with ID 2000000120, when initializing query from app group 2. Anybody know what it is?
-
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)…
-
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…
-
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…
-
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?
-
Day rates in different countries?
Hi Guys, Does anyone know the market rate for senior consultants around the world? How much do the biggest consultancies in your market bill their end-users by hour or by day? In Denmark I know of consultancies who charge 1100DKK, 1400DKK and even 1600DKK per hour. In the UK, the dayrate is between 700-950 GBP. Does anyone…
-
Find Engine
Hi Mibuso.com World :) ! In the Dev Environment - Object Designer - Find Functionality.... If I have Find as you Type switched on - I can find an Object one character at a time. So in my screenshot, typed in 'sta' and it has automatically found the Standard Text Table without adding an Enter Option or Pressing the Find…
-
Backup restore error in NAV2017 "No default profile set"
Trying to restore a NAV 2017 backup, it runs for about an hour and then produces the attached error. Does anyone know what that means? It's only Company Data, no Global or Application Data. Build 19421.
-
Vendor Approval Workflow issue
I have a created a Vendor Approval Workflow that is triggered on Event "A vendor record is changed". The condition is set to <Always>. I presume this workflow is triggered by the table's OnModify event. The problem is, when a user edits a Vendor, there could be multiple record saves, and thus multiple Approval Requests are…
-
Access business central SaaS web service issue
Hi, I have a soap webservice in my sandbox and it's working fine. But when I deployed it in client's sandbox, I am unable to access it with userID and web service access key. What could be the possible issue?. Any help will be appreciated. Thank you.
-
Printing Check Infinite Loop Error
When I am printing Check from Payment journal. The report run for infinite loops and gave close program error. What could be possible reason for the infinite loop of report?
-
How I can Push customer's information from Nav to external website.
Hi Experts, Please I need your help. I want to send the customer's information from Dynamics Nav 2016 to an external website. This should be happened in case of creation of new customer in Nav or if any modification in customer's information happend this should be operate in website. The website owner send to me this:…
-
Is there a more optimal way to do this
Hi All I'm writing my first extension that we'll use in productions. basically, I need to set to clear the qty to ship on sales lines, but for a blanket sales order, I need to go and find all the sales orders linked the blanket line and sum up the Qty on sales orders. I tried with calcsums, but it complained about not…
-
BC16: Download symbols
Hello, I want to test my development in the new BC16 in a sandbox but when I get this error when I try to download the symbols: [2020-05-20 09:34:37.53] Using reference symbols cache path: c:\Users\xx\Documents\AL\ALProject1\./.alpackages [2020-05-20 09:34:37.57] Authenticating... [2020-05-20 09:34:38.10] Authenticated.…
-
Wrong language in Mail subject.
Hi When I want to send a posted sales invoice (for instance) and press "Send via mail" - the proposed mail subject (and file name) is based on the language I am using and not the language of the customer. So in my case english customers will receive an email with Danish subject (unless I change the application language to…