-
BC:14 Purchase Header does not use OnValidate Trigger of "Buy-from Vendor Name"
Hey there, In the standard Application of BC14 im going to write a Purchase Invoice (Page 51, Source Table 38): When I fill in the "Buy-from Vendor No." everything is fine and the corresponding addressfields and so on are updating: When im going to change the Vendor Name, only the Vendor No. is updating, but the…
-
ODATA - Adding header and lines in one call/round trip
Hi :) Hopefully someone here can help me with this, I'm finding useful documentation and examples for ODATA in Business Central hard to come by. I have custom tables ("Inbound Job" and "Inbound Job Task Line"), the usual page (InboundJobQuotes) and subform (serviceLines) setup for ODATA web services. Using Postman I can…
-
Access CIFS share over WebClient from Docker-Container as a host
Hi everybody, we have the problem, that it is not possible to save files or open files in the webclient (in an report) from an CIFS share. Everything runs in a container. The service account that runs the service tier in the container.. Must he have the permissions to open that network share? Or the user that is currently…
-
How to connect CDS with BC Online
Hello, Can someone help me connect a custom table in the online version of Dynamics Business Central 16 with CDS? I already tried but I have the following error "Table connection for table type CRM must be registered using ResisterTableConnection or cmdlet NewTableConnection before it can be used." How can I run the…
-
Exchange Rate Web Services - Filter on Currencies
With the Exchange Rate Web Service function, I wonder if it is possible to have it filter on one or more curencies to update. We wish to use a different source for the feed for different currencies. It seems though the tool will pull in rates for ALL currencies that exist in NAV.
-
Using AD-Group Commands in a Nav-Container
Hey there, I would like to try out a few things within a Nav-container created by Freddy Skript this way:New-NavContainer -accept_eula -licenseFile $licenceFile -containerName $containername -imageName $imagename -doNotExportObjectsToText -includeCSide
-TimeZoneId (Get-TimeZone).Id -shortcuts "Desktop" -alwaysPull…
-
BC14: Contact "No." is not set manually
Hey there, On a fresh installed BC14 I switch on the contact Card to create a new Contact. The Cursor is now marking the field "No.". When I am leaving this field without entering any number, the No. is filled automatically with the next free number and the "OnInsert" Trigger of the Contact Table is running. On another…
-
Is it possible to change Sales Shipment Date, by changing Purchase Delivery Date using MPS/MRP ?
I have a sales order from a customer for a manufactured item to be delivered in 3 weeks. I have run MPS/MPR and the system have suggested the corresponding Production and Purchase Orders to be created. I have accepted the action messages from the planning worksheet and the orders have been created. One of the component…
-
How to add missing GUIDs on NAV 2018 Approvals upgrade?
Upgrading approvals does everything except assign GUIDs to the Workflow step instance ID, so when the workflow is continued, the sequence starts over. Has anyone figured out how to assign GUIDs to maintain integrity to the approval workflow?
-
Extension development: access to file located in the extension folder
Hi to everyone, I'm working with version 14 of business central on premise and with extension al development runtime 3.2. Is there a way to access files within the application folder during runtime? In particular I would like to access a xml file located in the application folder and put it in a BLOB field during the…
-
Usage of CurrPage.SetSelectionFilter()
Hi, I have got a question about this standard C/AL code. It is in Page 132 (Posted Sales Invoice):SalesInvHeader := Rec;
CurrPage.SETSELECTIONFILTER(SalesInvHeader);
SalesInvHeader.PrintRecords(TRUE); What is the first line of code doing here? It kind of looks like its selectiong only the current record. But if so, why not…
-
Could not open C/AL Editor
Smth happen and now when I try to open C/AL Editor Navision closed
-
Pages on mobile devices - Warehouse Processing
Hi Guys, I am wondering what approach do you take to implement pages on mobile devices. So here is the simple scenario: I want my warehouse worker to scan the product and receive the qty on hand. What we have been doing is providing workers with android phones with Bluetooth scanners with the connection to NAV (2016 on…
-
Cannot access help in my desktop.
Hi all, I cannot access the help with the url: http://desktop-ijtkh1g:49000/main.aspx?lang=en&content=S_HOMEPAGE.htm where desktop-ijtkh1g is my desktop name, but can access the help using http://localhost:49000/main.aspx?lang=en&content=S_HOMEPAGE.htm. The issue is when is click on f1 or help in Dynamics NAV 2016 it is…
-
Debugger (Extension) Suddenly Stopped.
Hi all, When I'm doing the debug in extension, debugger suddenly stop and showing the error: That is standard Business Central coding, I don't know why this error will appear. May I know that how to solve this issue? Thanks.
-
Docker Development
Hi Experts, I need suggestion on a Development environment setup for more than 2 developer. Scenario: We have a Azure VM and a Container is setup there with Latest BC insider image of V17. Now i want to give access to 2-3 developers target to that BC Container from there local system. I want to give them access of…
-
Calculate the Amount Vendor Ledger Entry And Insert Table
Hi Everybody, I create a table with the following fields: Table Name: Cal Balance Vendor 1. Vendor Code 2. Ending Date 3. Currency Code 4. Total Amount 5. Line No I use this table to save the results of the calculations at the end month. The purpose of reporting liabilities of Vendor. * I'm new 1 report on the data source…
-
Navision 2015 Web Client : Communication with the server failed, and the content cannot be displayed
Dear Friends Recently we configured three tier architecture (One for NAV Server, Second for SQL Server and another for IIS Server). RTC client working fine. Accessing the Web client working ok,. But after select/click menu, system throw the error. We did check Event viewer on NAV Server & IIS Server, but nothing captured.…
-
BC - Dynamics CRM Integration
Not sure how many people have used the BC<->Dynamics CRM integration, but once enabled the CDS and Dynamics connection loads BC "CRM ....." tables series 53xx The question is, are these virtual type tables or references to the CDS Entitiy? I wrote an event OnAfterModifyEvent and OnAfterInsertEvent from the CRM Incident…
-
How to send Vendor Remittance via mail to Vendor while posting Payment Journal?
Hi Friends, [Version: NAV 2018] I need to send Vendor Remittance via mail to Vendors as soon as Payment Journal is posted. I have done steps in NAV as mentioned in the blog: https://itsolutions.bdo.ca/insights/microsoft-dynamics-nav-2017-emailing-from-the-payment-journal/ but still I am unable to send mail automatically to…
-
Print Settings section in report request page BC16.3
hi All Hope you can help me. BC 16.3 Saas. Report 116, and 1316 both have a Print Settings Section at the top as shown in the screenshot below. Viewing the code of the request page in VScode this section does not exist! it starts at "Options" The reason I am looking for this section is to see how it's populated and why it…
-
Printer selection VScode BC15 on Prem,
Hello How to send sales invoice to a printer in VSCode? The below code wil always print PDF an open a dilogbox to save the file. SalesInvoice.SetTableView(SalesInvoiceHeader); SalesInvoice.UseRequestPage := false; SalesInvoice.Print(); MS say that we cannot use Printer selection anymore as BC15 uses cloud printer. we are…
-
Table locking on approval with Workflow Step Instance table
Since moving to NAV 2018 (R1) and now using the newer Workflows for approvals, we have a lot of locking that occurs. For example when users send for approval from the sales order, they receive an error due to the Workflow Step Instance table being locked. It is intermittent. I have looked through the code around the…
-
Reporting - Problem showing all Unit Costs with their Quantity
Hey Guys, im trying to create a Report that can show all Items on my Location with their different Unit Costs and Quantity Here is an Example: Did someone have an Idea how i can realize that? Ive already tried working with Value Entry but didnt has any working Idea I'm a NAV Beginner so i really hope some of you can help…
-
The Sales Header does not exist
Good day, I have a job queue that would automatically generate invoices and receipts for your customers. Unfortunately it is now giving errors: The Sales Header does not exist. Identification fields and values: Document Type='Invoice',No.='INV-00555459' and no more invoices or receipts are being generated. Could someone…
-
Business Central Device User Limitations
Hi, is there official documentation that clarifies wether the Device User has module limitations like the Team Member? Would it be necessary to add Custom Objects to the "application module" like it is the case with the Team Member? (Licensing Guide says for Team Member: "Team Members application module* may be customized…
-
Use "New-NAVServerUser" Powershell command in Container
I want to use the New-NAVServerUser Command in a container to create a new Nav User. The Container has been build this way: When im done, i try the following script: As you can imagine, the Username of the Windows Account on the mashine the container is running on is "User". So this wont work and the error occurs: This is,…
-
Publishing code modified base app runs into error "Object reference not set to an instance of an obj
We are developing a rather large (~18.000 AL objects with many dotNet Addins) code modified base app. The compilation from Visual Studio code with Ctrl+Shift+B runs successfully. We have created a local Database including NAV-Server with only the system tables. We are able to compile and publish a code modified base app…
-
Error "Could not load type"
Hi, this error is occurs when I try to load next Control Add-in This is code of my add-in I tried to create and use Add-in by Microsoft tutorial https://docs.microsoft.com/en-us/previous-versions/dynamicsnav-2016/dn182584(v=nav.90)?redirectedfrom=MSDN#Next
-
Adding dimensions to custom master table in BC 15
Hi guys, I need help, I am able to add global dimensions to my custom table using the event 'OnAfterUpdateGlobalDimCode' present in table 352 Default Dimension, my problem is that how can i add additional 6 shortcut dimensions ? If anyone can anyone help or guide, it would be great.. thanks