-
Unequal option member between C/AL and system.app
Hi everyone, I'm working on Dynamics 365 Business Central Spring 2019 (BC14) CU 14. I get confused about unequal option member in User table. In AL, I cannot use "External Administrator" in "License Type" field of User table. But when I checked the code in C/AL, I found that "External Administrator" is already exist in…
-
NAV 2018 Web Client freezes on blue Microsoft Dynamics NAV screen
hello, we are trying to deploy NAV 2018 Web Server Components in a Three Computer Environment and we are stuck with a blue screen showing Microsoft Dynamics NAV and after some minutes it gives an error 'Sorry, that didn't work. An error has occurred' Some points to note * On the same setup there is already a BC web…
-
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…
-
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…
-
How to become a Dynamics 365 Business Central Reseller
I have started my own business but cannot launch Business Central, it says something went wrong what is the steps to start this process
-
Issue Business Central launching application Urgent help needed please
I have my office 365 login but its home edition and when i want to launch BC it tells me something went wrong, what is the steps to take to add this or to be able to launch it
-
Remove seconds and milliseconds from Duration in Business Central
Any ideas guys, thanks
-
Ignore or Delete an uncompleted CardPage in Business Central/Dynamics Nav
Is there any trigger, property or Code for an uncompleted CardPage not to be added to the List??meaning to be deleted or ignored. Guy Help---Thanks
-
Issue Launching Business Central online urgent help needed
HI All i am urgently seeking help to launch business central online. I have started my own company and i have an office 365 work account but as soon as i launch the web application i get the following error, microsoft is telling me i need to buy essential and premium licenses. I just started my business and i am…
-
Purchase order report
Hello guys, I am looking for a report purchase orders in for my company. I am looking for this to be exportable on a spreadsheet and to contain Purchase Order No Vendor No. Vendor Name Items Amount Can anyone help me please? Thanks. Nagaboona.
-
Create General Journal Line with dimensions
Hi experts, I use NAV 2016 and create some records in the General Journal Line table. I need to add values in "Shortcut Dimension 3 Code" and "Shortcut Dimension 4 Code", but I don't know how to do that. Can someone please show me a few lines of code with this? I think, I should use DimMgt.GetDefaultDim() somehow and add…
-
Job Planning Lines Page very slow switching between fields and lines
Hello, We use the Jobs module and the job planning lines table is very big. We have about 50 jobs and each job can have up to 100,000 job planning lines. The issue we are running into is when users are trying to create new job planning lines or edit fields in existing lines, it takes a almost 4 minutes to switch to the…
-
BC 16 migration.json to migrate custom fields and tables to extension in upgrade
Starting in BC 15.3, Microsoft added the migration.json table that from their doc, looks like it will migrate custom and ISV fields and tables to pre-existing extensions using the extension app id. If this works like this, it will make upgrades less expensive, since we do not have to write code to move the data moving to…
-
Location Code and Requisition Worksheet
HI Mibuso members, I'm running into an issue with my Business central On-Cloud instance. When I run a requisition worksheet the PO's do not include the location code in the header. It use to do this automatically but now it selects the default company address. I checked my company info and vendor card but those are both…
-
Query object not appear in AL Object Designer
Hi, I need view the code of the 2464 query object "Posted Sales Credit Memo Line Items" I have included the extension "System Application" in app.json file but the code still does not appear what can I do to check this thanks
-
Table already exist Identification fields and values.. even though the record is unique
Hi, I having an error when running this script: TransSales.DELETEALL; TransSalesTransform.RESET;
TransSalesTransform.SETCURRENTKEY("Store No.","POS Terminal No.","Transaction No.","Line No.");
TransSalesTransform.SETRANGE("Trans. Date",CALCDATE('-1D',RunDate),RunDate);
TransSalesTransform.SETRANGE("Store…
-
Introduction to Business Chart Control Add-in in Business Central
In this article, we will introduce you to the basics of Business Chart Control Add-in in Business Central by creating an example chart using the AL code. Read the full blog post here: https://bit.ly/3fy8CZE
-
Hurry up to register for the Extensions training on the 12-13th of August
Simplanova invites you to attend a full 2 days/8 hours online Extensions training next week, on the 12-13th of August from 2:00 to 6:00 PM CEST, where we will introduce you to AL world and assist you in moving your solution to Extensions. There are only 10 spots available, so hurry up to save yours! Please find the…
-
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…
-
This message popup when i open web client.
I don't know what going on, what kind of way to check this error ?
-
XML Parser error
I am trying to import an XML file and am getting the following error: "The XML Parser returns the following fatal error: Illegal qualified name character. Line Number = 1, Column Number = 2" Here are the first several lines of my XML file: <?xml version="1.0" encoding="utf-16"?> <ShipUpdateEntity> <Notifications>…
-
Error: localhost refused to connect
Hi All, I am trying to implement NavUserPassword for Business Central 14. I followed the following post: https://chrisdsilvablog.wordpress.com/2017/11/16/how-to-login-windows-client-and-web-client-using-navuserpassword-authentication-in-microsoft-dynamics-nav/ and it is working for the Windows Client. However, i keep…
-
Web Services Navision 2016
I am connected to a Web Services, and I would like to insert the result of this call in a table. Could you help me please? I leave you an overview of the code I use. url := 'http://192.168.16.23/CAMESER/cfmsv.asmx'; uriObj := uriObj.Uri(url); Request := Request.CreateDefault(uriObj); Request.Method := 'POST';…
-
Error while Installing NAV 2016.
Hi all, When I'm installing Nav 2016 on Windows server 2008 R2, I'm getting the error, Below is the screenshot and log. Please suggest the resolution. Screenshot: Log: RegistrySearch: Id = 'IISInstalled', checking registry key existence. Id = 'IISInstalled', Key = 'SOFTWARE\Microsoft\InetStp', Exists = '1' RegistrySearch:…
-
What is needed in order to become a Dynamics NAV Developer?
Hi, I come from C++/C# world and I know that for programming Dynamics NAV a knowledge of C/AL is needed + knowledge of a How ERP systems works, but a thing that is not clear to me is what do I need in order to have a Development environment access? The current situation is following: - My company uses NAV 2009 trough a…
-
Using web service is not work?
Hello everyone, i am new in navision i used web service of sales order and customer in dot net application when i run my project direct from visual studio and create order from application then it create record in navision sales order, but when i host application on IIS server then run it and create order then it create…
-
How to edit "ClientUserSettings" in Dynamics NAV 365 V.16.3 ?
I can't find ClientUserSettings in this version V.16.3 , I need to change ClientServicesCredentialType = Windows to NavUserPassword ,What will I do?
-
Page.RUNMODAL = Action::OK in 2013 R2
Hi there, I have a following problem: CustLedgEntry.SETRANGE("Customer No.","Bill-to Customer No."); CustLedgEntry.SETRANGE("Currency Code","Currency Code"); CustLedgEntryPage.SETTABLEVIEW(CustLedgEntry); CustLedgEntryPage.SETRECORD(CustLedgEntry); IF (CustLedgEntryPage.RUNMODAL = ACTION::OK) THEN BEGIN ... END; When the…
-
Strange problem when import txt source in 2009R2
Hello. I found strange behavior at one of our bases today. When importing a file with the source code, where there is an action with additional properties after RunObject, for examle: { 42 ;1 ;Action ; RunObject=Codeunit 15; Image=EditLines } the classic gives me an error and stops the import. Microsoft Dynamics NAV…
-
NAV 2018 - How Customer and Contact are linked?
Client wanted to convert all contact name in Customer Card in to a Contact for CRM purposes. I investigated the code that links both in Customer Card page. Confused a bit. There is no mention of customer no in the Contact table. So, Email address or Mobile Number is used to link them both? Is there any other way to…