-
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…
-
WIP AC value not transferred into inventory GL account
I have created a new dB (BC365), uploaded the raw material inventory ( Rw materials inventory AC debit and Opening control AC credit) Inventory steup - Automatic cost posting - Never. I created a production order - Consume the raw material and then post the output successful. Then finished the production order. And run the…
-
Business central connect to GED Apps
Hi how can do to connect BC365 , to GED Solution web ,knowing that The BC365 Client publich in cloud .? what is the process and requirment procdure to builde and connect between BC365 NAV and GED solution , and another question it's my client need to poste vendor invoice ffrom GED Solution sending to BC365 when The Local…
-
ODataServicesMaxPageSize in BC Saas
Hi, Does anybody know how to set the ODataServicesMaxPageSize ("Max Page Size" in in service administration OnPrem) in a Business Central Cloud environment? I'm planning on using the TopNumberOfRows property to limit the amount of data in my Query's but I like to know if there is anybody here who has found another solution…
-
BC14 Web Client Download file to spec. Location without dialog box
Hello all, I'm wondering how to download a .xlsx file from Web Client to a specific local filepath ? Please note that I’m using Web Client(BC14). Example ServerFile = ‘C:\ServerTempFolder\test.xlsx’ LocalClientFile = ‘C:\ClientTempFolder\test.xlsx’ //<--- i wont to download the ServerFile here (just an example) How can I…
-
400 Error 'Bad request' API integration
Hello All, Please help me to connect a API. I have written below code in Business central but getting 400 Error 'Bad request'. var Client: HttpClient; Content: HttpContent; ResponseMessage: HttpResponseMessage; dddc: HttpRequestMessage; Result: Text; JContent: JsonObject; JDetails: JsonObject; JLocations: JsonArray;…
-
Multi tenancy powershell get all sessions
is it possible to get all active session from all tenants using powershell?
-
Visible TAX objects after upgrade to 15DK
Hi all. After upgrade from BC14DK to BC15CU03 DK i got visible TAX objects and fields as VAT as well. All .app files (system, base, etc) for upgrade were taken from BC15DK folder.
-
MS Script Control 1.0 .NET
Hi everyone, Does anybody know if there is a .NET assembly equivalent to the MS Script Control 1.0. COM component? I need to map the ScriptControl.Language and ScriptControl.Eval methods to any equivalent .NET methods. I'd appreciate any suggestion. Thanks.
-
Support for IAS 17 and IFRS 16 in Dynamics 365 Business Central
Hi Can anyone advise if business central offers functionality to manage IFRS 16 in relation to new accounting requirements which came into force in Jan 2019 any advice appreciated thanks
-
Duplicates of objects in search WebClient.
During data upgrade from BC14 to BC15 cu03 onprem, after successful data upgrade on BC15, I got duplicates in the search WebClient. (https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/upgrade/upgrade-unmodified-application).
-
An Attempt was made to load a program with an incorrect format
Hello, I'm using a DLL file build for x86 platform to operate an Epson fiscal printer but when the program execute the open port method an error is shown. I'll appreciate a little help with this issue.