-
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
-
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…
-
Web services, get items by attributes
Hi guys, I am currently building an ecommerce for a customer. So i have 2 questions. 1. I want to get the items by an attribute, with web services. (Odata) 2. The response is limited to 1000, can i set it to unlimited? Best regards
-
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');…
-
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.
-
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.
-
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…
-
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…
-
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?
-
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…
-
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;…
-
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
-
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.
-
Interface bewteen Nav BC and other Apps
hi , i have an apps for archive document (vendor purchas and order ...) so i need to send a document to NAV BC with automaically counted . my question how can do this ? thank you
-
Split up G/L Entries for all Documents
Hello, I would really need your help on this one. Version is Business Central 14 on premise. I know I've read this before for Dynamics NAV, but it seems that for Business Central it has changed slightly NAV Standard behaviour is to group Purchase Invoice, Sales Invoice into 1 single G/L line if certain criteria is met. My…
-
Web Client Does not Load (BC 15 and 14)
Hello! I have a problem with Business Central's web client. The services are working fine, we are using powershell scripts as we develop mostly in BC 14 C/AL then we convert our code and our script will test if it compiles on other versions from 110 to 150. The main problem is that on my PC and even on a fresh windows…
-
(RESOLVED) Create Invoice and auto Posted Invoice
Thanks All. I have fix done.
-
running two Currency Exch. Rate Services
hi, I am stuck with setting up Currency Exchange Rate Services for Business Central. I have this scenario Company :: Base Currency GBP Currencies :: EUR | USD | RSD I need the EUR currency to update from ECB feed; whilst the USD and RSD currencies to update from floatrates.com (as it's the only one I found offering a free…
-
VS Code debugger: Out of scope variables, Local varibles don´t show...
Hi All, I hope some1 can help. When debugging an extension I always face the problem I can´t see the value (mouse over or adding to watch) for a field. Variables show always their values. Also, when debugging a rec it doesn´t always show. It does the first time usually, second time I cant "expand" the field list (see…
-
Quick Entry in Android App Business Central
Hi experts. I´ve developed a page in which I need to scan a value when I open Business Central on an android Business Central App. Everything works perfect when I use the browser version, but in the Android App I cant get it to focus on my scanner field. I only have one field om my page and it has got the QuickEntry = true…
-
NAV 2018 All standard and customized reports Printing blank Pages on Printer on citrix enviorment
Nav 2018 all report (customized and standard both) some printer printing blank pages on citrix environment. Printers are below. - Users with the HP LaserJet Pro MFP m521dn Cannot print this report, - Users with the HP LaserJet Pro MFP m428fdw Cannot print this report - Users with the HP LaserJet Pro MFP m426fdw Cannot…
-
Multiple versions of NAV, finsql crashes, kernelbase.dll
OS: Windows 10 Hello, Have multiple versions of Dynamics NAV installed on the same machine in order to have a single entrypoint to all of our NAV-versions: Dynamics NAV; 90 CU42, 100 CU3, 110 CU9, 110 CU13 Dynamics NAV Business Central; 140 CU0,140 CU5, 140 CU8 When I open "Nav Development Environment" (finsql) and the…
-
checking value of field in navision?
Hi all, I have field on sale order as no. which access no. series using assitedit local local00001 to local99999 export export00001 to export99999 When No. field having value start with export**** then show message export no, series please note as it is no. series intial letter same but each No. is different how to achive…