-
upgrade from BE 3.70A to latest online Dynamics 365 Business Central version
Hi all, I want to upgrade our current Microsoft Business Solutions Navision BE 3.70A (4.0 SP3) to the latest online BC. Our 3.70 version is practically standard. Who can assist me? What are the steps to take? Do there exist scripts for this?
-
Basic v Advanced Inventory & Warehouse
Hi all, can anyone help with the above, I want to see what the difference is between both?
-
Insert(true) vs Insert() - Using TRUE what's the difference and use cases
Hi Guys I have seen both codes where some people use for Insert and Modify: true. Apparently from what I understand true invokes triggers but what I don't understand is when to use and when not to. For example, creating new order standard code is below, what's the benefit of true here on Insert/Modify?: SalesHeader.INIT;…
-
Downolad file from SharePoint
Hi All, I am trying to download file from SharePoint Online to NAV 365 BC 130 and if run following code I get an error. Upload file to SharePoint works fine but download file not. Please, Does anyone have experience with this, or could someone advise what is wrong and how to fix it? I'm really helpless now :( Thanks a lot,…
-
How can I add a keyboard shortcut to buttons in Business Central cloud?
Hi experts, I have made an extension for Business Central cloud. I would like to add a shortcut key to the "Print Confirmatiton" on the sales order page, but when I try to add the shortcut key "Shift-Ctrl-B", it shows or removes the favourites toolbar in Google Chrome, that I use, when I press it. As I understand…
-
How to overwrite/change Danish OIOUBL extension?
I'm working on Business Central version 13.11 (13.0.35820.0) on-premise. Most of the code is C/SIDE but some is in extensions. I need to make some changes to the Danish OIOUBL extension that exports an XML file. Is it possible to get the code and make changes there or overwrite their extension with my own? (I need their…
-
OCR error when modify Vendor, how to fix this ?
Does anyone know how to fix this error? I have commented on all codes in a trigger OnModify of Vendor table but still got this error.
-
How to use Data Exchange Definition for Generic Import?
Hi, I have created a Data Exchange Definition (DED) for importing a file into a General Journal. The DED is of type "Generic Import". How do I use my definition for importing my file? See image above: In the General Journal there is an action "Import Payroll File" which imports a file using the DED defined in "Payroll…
-
IIF instead of IF on standard RDLC reports
Hi, does anyone know if there is a reason why IIF expression is used instead of IF expression on standard RDLC reports? E.g.: The difference between these two is that "IIF is a function and evaluates all of its arguments prior to returning a value, while IF is an operator that executes like a short-circuiting conditional,…
-
Solved: Opening Item Card Page 30 non-editable depending on user-rights
Hello, one of our customers has had the article card changed in version R2 in the Nav so that it can be edited or not depending on a code in the user equipment. This is ultimately possible with a simple CurrForm.EDITABLE ( identifier from the user setup ). Unfortunately, this does not work in the NAV 2018; You can open the…
-
Flowing Custom field from Sales Documents to Value Entries
I have 2 custom fields made on the headers of Sales Order, Sales Invoice, Sales Credit Memo, Posted Sales Credit Memo, and Posted Sales Invoice. And they are also on lines as a flowfield Lookup just in case I want to refer to them on the line in any future customization (saves time going finding header). The fields are;…
-
Posted Sales invoice Line Insert Field - which trigger
Hi All I have created an UDF on posted sales invoice line table to record total shipped quantity on each line (from sales shipment line table). Trying to update this field via a code unit and not sure which code unit and trigger to use. Someone else mentioned to use OnAfterInitFromSalesLine but could not find it on…
-
Delete user ID from "user page list"
Hi people, On BC 14 (c/al still on premises) i am trying to delete a user from the list. It doesn't allow me me to saying the following error: "Microsoft Dynamics 365 Business Central The user "XXXXX" cannot be deleted because the user has been logged on to the system. To deactivate a user, set the user's state to…
-
Is there a forum for Business Central
Hi, Is there a forum for Business Central? I have a BC14/NAV 2018 question. Thanks!
-
Can't update profile
I have tried to update my profile fields (like email address - it is out-of-date), but after several attempts with various browsers, it always comes back to the original settings. When I edit the fields I am at this URL: https://mibuso.com/account/user-profile And when I click save the fields revert back to the original…
-
Logout session using ACS login and Windows Client
Hi, does anyone know, where the windows client store the session token while logging in via access control service? We have the problem that the user cannot log out once he has successfully logged in via ACS Login. There does not seem to be a logout function. The client never ask again for credentials before the token is…
-
D365BC multiple companies to one CRM
Can a D365BC with multiple companies be connected to one D365 CRM
-
Date in Json array
Hi, Can anyone give me some advice regarding Google Chats Calendar Charts. In this connection you must have a Json array with the date and a number value like this: [new Date (2012, 3, 13), 37032] How to make this Json array element? Thank in advance PRLI
-
Download Location for Report add-in for Visual Web Developer Express 2008 - Any ideas??
Hello, I have been tasked with looking at some RDLC reports from NAV2009R2 but, although I have managed to download and install VS Web developer Edition 2008 for the life of me I cannot find a valid download link for Report add-in for Visual Web Developer Express 2008.. Can anyone point me in the right direction please??…
-
LinkedObjecs in BC14
We are in the process of upgrading NAV2009 to on-prem BC14 and we came across a problem with LinkedObject tables. We have a number of such tables that we use to read data from other databases. Although the table property LinkedInTtransation is set to No, when we run the table in BC we get an error that "....linked server…
-
Automated Testing for BC365
Hello :) Good day. Is there any applications for automated testing for BC365 ? and where can I get it too? thanks and God Bless :) Regards, Jhan
-
NAV2009 R2 build 6.00.33319
Dear All I am looking for NAV2009 R2 build 6.00.33319 installer Any one can suggest me on this Thanks & Regards gogi
-
Finance Set Up Checklist
Hi all, hopefully a sorry a simple question, can anyone send a list of what is required for a Finance setup? More along the lines of what i need to load for opening balances: I know Customer Open Ledger, Vendor Open Ledger, Sales Order, Purchase Order, what else is required?
-
Layout printed on currReport.skip
Good morning, I hope someone can help. Any ideas why the word or rdlc layout comes up after doing a currreport.skip on the main dataitem? Probably it is i don´t do as many reports as I used to.. Thanks.
-
credential for onpremise BC - Incognito/Private mode
Hi All, I am using on premise bc version 18 using google chrome is ok but if i use incognito mode, it will prompt me user name and password what user name and password should i use? 1. AZUREAD\USERNAME and domain password --> failed 2. USERNAME and domain password --> failed 3. user.name@domain.com and domain password -->…
-
I have issue in grid layout page on business central
Here i have created a new grid layout page in business central , page type - worksheet in this page the fields are showing above action button Is there is any way to rectify this Thanks in advance
-
Performance - Insert to temporary table
I have a Repeat\Until loop that builds records and inserts them into a temporary table. The table's primary key is "Entry No." with the records being inserted in increasing "Entry No." order. Creating and inserting 250 records takes about 2.5 minutes. If I comment out the INSERT statement, but let all the record…
-
NAV 2013 / Net Tcp Port Sharing / Dedicated service account
Hello all, I try to configure a port sharing between the different services Navision. I have set a service account, who is a AD user, to launch the services. This account is not an admin account (local and domain). I don't want that it have this permission. But he is in the group "Log on as a service". I've followed this…
-
How To set Visible Columns on List page
I want to Choose other fields to display in Visible Columns
-
How to control booleans values to excel?
Does anyone know how to control the displayvalues being sent from NAV to Excel? I have two seemingly identical machines installed running on the same NAV2017 server. When using the default "Export to Excel" functionality, for instance in the customer overview, one machine display TRUE/FALSE and the other YES/NO in the…