-
Does it make sense to create autotests as a customer?
Dear Experts, We have quite a module of customization, which runs on several databases in several countries. Same codebase, different setup. NAV2018 + AL Extensions How do I know whether it makes sense to create autotests? If yes, then should I use NAV TestTool, or maybe some other approaches like testing web-client using…
-
JSON file. Return to Webservice
I have a Webservice (Codeunit) that accepts a parameter of DocNo. A search of the Vendor Ledger Entries is carried out and if the External Document No. is found a JSON message is constructed. I can open the file in Notepad but do not seem to be able to send the values back to the Webservice. Any help would be appreciated.
-
XMLport update only
Hello, I am trying to set up an XMLport that works for updating values only and not inserting new records. Is this possible? I don't see an obvious option to limit it like this. Thank you, Tim
-
BC 15 webclient how to overview Report Dataset
When we had the RTC client we could get the Dataset for the report from Print Preview page -> About this report Who knows how to get the Report Dataset on Webclient when we don't have RTC anymore?
-
How to add a 'Invoice No' in Report
Hi All, I want to add the 'Invoice no.' in Customer/Item statistics report(report id - 10048). Please help me with this... Thanks in Advance, Jacob.A
-
How to delete the Purchase order while posting a invoice from Purchase invoice screen
Hi All, While posting the invoice from the purchase order, the purchase order gets deleted when the order is completely invoiced. It's a standard functionality. But in my case, I have created a purchase order(X) with lines and I received(post-receive) all the quantities. Then I went to Purchase Invoice screen and get the…
-
Can CUs with Event Subscribers on high traffic tables causing high memory usage at NST?
Hi guys, as in the topic asked: Is it possible that one CU with many Event Subscribers on high traffic tables (like Sales Line, Item Ledger Entry) causing a high memory usage on NST? We noticed that we have one little process which do the following: On every change on the table (insert/modify), write a little log to…
-
Replace Text "Additional Fee" on (Issued) Reminders
Hi there, when creating reminders, there's an option to add additional fees per reminder level. The line that is being created for the Additional Fee (G/L Account line) has a standard text: "Additional Fee" (if i remember correctly). Is it possible to amend that standard text to be something like "Reminder fee"? I know…
-
Wave 2 Upgrade from BC Spring - Obsolete tables
Hi all Same as Ahmed described in an other post, I'm trying to upgrade a BC14 Cronus database to BC15. https://forum.mibuso.com/discussion/comment/329584#Comment_329584 I'm faced with a slightly different problem than him though. In my case I'm upgrading from BC14 CU6 to BC15 CU4 I have followed the upgrade guide all the…
-
Filter for Currencies in Currency Exchange Rate Service
hi, is there a way to run the Currency Exchange Rate Service for one Currency only please? I don't want to update all the currencies in the Currency table, just one :) thanks!
-
How to export the data of a single client to xml
Hi guys, I'm new to the world of dynamics nav and I want to export the data of a single client in xml. I am studying with the 2015 version. Looking at the documentation there is an example code to export the clients to an xml file, but it exports all the clients. CustXmlFile.CREATE(TEMPORARYPATH + 'Customer.xml');…
-
How to use API in NAV2018?
Hi, I want to use the ZPL Web Service (RESTful API) in NAV2018. My aim is to send a ZPL-Code and get back a png. I tried diffrent ways, but failed. I Always get diffrent Error-Messages. To post them would make no sense... I tried it with two funktions. First (using Codeunit 1297) Second Using DotNet (but it is almost the…
-
How to import the data through xmlport when received from Webservice?
I called external web service and when a response was received, I saved the XML file. Now I want to import the data from that XML file into the table. But with the XML file structure I am unable to import Please let me know how the XML structure will look like? What properties needed to set? Or will these type of files…
-
NAV Performance - JetBrains DotTrace
Has anyone worked with JetBrains DotTrace to analyse the performance of CAL Code. I believe it was used in this Techdays Session (Example 1h13m) Thanks for your help.
-
Item template 'pop'
We want to use item templates, but not for number series. After the user selects NEW (item), we first need them to select the number series before an item template. We'd have too many templates if we did one for every number series/template combination. Is there a way to supress the template prompt without a modification?…
-
Problem with height of Part in a List page
Hello I have a page like this : A Page with PageType = List, containing a group of 3 fields and a repeater and at the end a part page (PageType = ListPart) the part page has to show lines that refer to the record selected in the list page Problem is that this part page has a height problem like here in this picture :…
-
(RESOLVED) How to call NAV SOAP Web Service from NAV (C/AL)
Is there any working method how to call NAV SOAP Webservice (published codeunit) from another NAV using C/AL (using codeunit 1290)? Even with 'contentType' and 'soapAction' modifications I can't pass method parameters - getting 'parameter ... is null' error.
-
Business Central - Bank Statement Import - MT940
Hi, Dutch Local functionality says that it supports MT940 Bank Statement Import But when I look at NAV/BC, there is no setup for it. Am I missing something? How can I import MT940 format? Thanks
-
Rounding on Item Attribute of type Decimal
Hello. I hope some can help me with this question about Item Attributes and the weird rounding of attribute type Decimal. For starters, we are using Dynamics NAV 2017. I created an Item attribute of type Decimal. Then I added it to an Item and entered value 1000. I closed the Attributes window and reopened it, and the…
-
How to know which table extends a TableExtension
Howdy. Good morning. I need a piece of code to know a tableextension which table extends. I have code for OnPremise with the table "NAV App Object Metadata" but in SaaS this table is not allowed. Does anyone know how can I achieve this for an App type Extension, not Internal? Thank you in advance.
-
AL Coding to Change Role Center.
Hi Experts, Is it possible to use AL coding to change the role center? Thanks.
-
NAV can't create invoices and cash receipts
Good day, We have the job queue that creates invoices and cash receipt for customers once receiving payments from the online payment system. This has been working perfectly but now it is not working though the job queue seems to be running but the automated invoices and receipts creation ends up with an error; The value of…
-
Sub-contracting produce one to many items
Dear All, Is it possible in sub contracting process to produce one to Many items. BOM- A output = B & C This is requirement of clinet send the A item to sub con location for consumption and receive B & C ( output) product from usage of component A.
-
Deleting data in C:\ProgramData\Microsoft\Microsoft Dynamics NAV\ folder
Hi, We have a dev server running with multiple NAV/BC environments on. We have a constant struggle with enough disk space on the server. When we work on a customer we can take home a new copy of database, and we have NAV NST/Service ready to be started. But we see that in this folder on the server, we have a lot of folders…
-
NAV database locking table: log
Hi All, I hope some1 can help. I was trying to log "database locking" system table, into another table, by using few events. However, I can´t make it populate any data. This should make event below to happen. T36.RESET; //T36.LOCKTABLE(TRUE); IF T36.GET(T36."Document Type"::Order,'myoder') THEN BEGIN T36."Sell-to…
-
I can't install an extension without adding an entry in NAV App Installed App in SQL-manager
I have a BC Fall 2018 RTM Runtime: CU4 hybrid, that gives me a lot of problems. Both production an test at the customer and 2 databases local, doesn't show the extension as installed, unless I add the corresponding record in NAV App Installed App in SQL, after using the following steps in Powershell: Uninstall-NAVApp…
-
Payment Reconciliation Journal Error Message: Open must have a value in Vendor Ledger Entry:
Hi All, I have a question, if an Invoice has been cancelled will it appear on Payment Reconciliation Journal? Also if a User has already Applied all the entries on the Payment Reconciliation Journal, is there a quick way to find the entry number/s giving the error?
-
Exception Code 0xe0434352
Hi, Hope someone have a idea on this. I am getting the same error on different client installations and different versions (2016 and 2017) and on different builds. The error occures when I open the developer client designs a report and saves the object. And as the errors we all love it is not something that happens every…
-
NAV 2015 Web Client - Able to connect using localhost but not with ip address
Dear Friends We have separate NAV APP server (NAV-APP-01) & IIS Server (NAV-IIS-01). Web client configuration point to Server Instance running on NAV APP Server. We can access the webclient if use http://localhost:8080/DynamicsNAV/WebClient. System give below error if use Server name or ip address…
-
ODATA Add Purchase Invoice Line
Hi I recently started using the Nav ODATA Webservices. They work fine for the sales invoices. I can add a sales invoice and add lines to the sales invoice using the ODATA POST method. However when I want to add a purchase invoice line I get errors. When I add a new Purchase Invoice, the invoice is added and I get the…