Quickly Navigate to a File in VS Code
If you are working with hundreds of files in VS Code, you can easily navigate to that file by using “Ctrl + P” (Quick Open) and start typing in the file that you are...
Anything about Microsoft Dynamics NAV and Microsoft Dynamics 365 Business Central Consultancy
D365 Business Central / VS Code
by thatnavguy
by thatnavguy · Published 12 August 2021 · Last modified 26 February 2022
If you are working with hundreds of files in VS Code, you can easily navigate to that file by using “Ctrl + P” (Quick Open) and start typing in the file that you are...
To add total page number into RDLC report, you can use =Globals!TotalPages on the textbox. If you want to reset the Total Page, for example when you print a new Document No., you can...
If you want to export Item Picture into a file, you can use below code: DownloadFromStream(FileInStream, ”, ”, ”, FileName); However, if you try to export multiple pictures, BC will only export the last picture. This is...
When you updated your Business Central to 18.1, as part of “Onboarding Experience”, you will now get this “Get Started Checklist” showing up for all users in every company. Every user with Business Manager...
On the Item Card, there is a field called Dampener Quantity. What is that field and how to use it ? Microsoft Help describes it as a field to block insignificant change suggestions for...
When assigning Business Central license to the users, you will notice that you have Dynamics 365 Business Central for IWs. What is it and why do you have 10000 of it ? IWs is...
The Dynamics 365 Business Central Device license allows multiple users to simultaneously use a device that is covered by the license. For example, this might be a point of sales, shop floor, or warehouse...
Starting from BC18 (2021 Wave 1), we can use Permission Set Object to write our app permission set. You can still use the XML permission, but we now have option to use Permission Set...
When you get new users in Business Central, BC will automatically assign you the User Group automatically. What if you want to change the default user group ? There is no official way to...
Sometimes you may need to loop through Enum. To do this, you can use List Data Type. Edit: A few people asking why I use repeat until in here. The snippet code above is...
BC Friday Tips / D365 Business Central
BC Friday Tips #12 Code with Clear Intention
13 December 2024