Best Of
-
Re: HELP: A 'S' was expected here Error
I have already tested enabling debugger and break on triggers also, but it doesn't go through any code. Not even to reach cu1 yet... Maybe it is on the domain controler and the authentication, becaus…1 -
Re: How to import data from an XML file to BC tables?
Below is a screenshot for the above code1 -
Re: Microsoft Dynamics 365 Business Central Financial Consultant Services
This is a NAV developers forum, dont come here to spam, this is not linkedin. Besides, it's useless, most people here are developers.1 -
Re: No. Series settings don't update on card page
Hello kristiela, if you pay close attention to the No. Series Code (first column to the left), you will see they are not the same. On the first screenshot, where you opened it from the 3 dots (...), …1 -
Re: Adding Shipment Date to sales order list page in mobile view
This should be fairly easy with a Table Extension on the Sales Header table, however I tried it myself and it didn't seem to work. The contents of tiles are controlled by fields on fieldgroup Brick, …1 -
Re: how to export nested JSON Value
check this out: https://www.youtube.com/watch?v=BpLJy6HwXyo2 -
Re: Caution: Your Program License expires in 25 days
This is standard behaviour. At startup, the development environment looks for a local fin.flf file in client directory, before it falls back on the server license. Somebody renamed a development lice…1 -
Re: Deep insert in API page problems
I don't think the PageType of the subpage should be API, it should be ListPart.1 -
Re: Erase an unused company in BC20
When you write BC20 I would expect that this is an Onprem? If so, then you can use the powershell cmdlet Remove-NAVcompany1 -
Re: Reporting/tracking data Storage Capacity Usage
Basically in bc exists table "table information". It shows how much storage is used. I've build a notification to keep the user informed. I can share the code if you want1