D365 Business Central : Set Default User Group
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...
Anything about Microsoft Dynamics NAV and Microsoft Dynamics 365 Business Central Consultancy
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...
Business Central uses Bing as the default online map. You can change the default from Bing to Google Maps from the Online Map Setup. You will need to add a new Map Parameter Setup...
As of now, BC still does not have an official way to do drag and drop for file. However, there is a hidden workaround it. When the Choose File dialog box appears (before the...
In BC, there are two pages that list up your items master: Item List page and Item Lookup page. The Item List page contains a lot of fields (with flowfields) and actions. Item Lookup...
If you need to insert reservation, SN, or Lot No to your document, you will need to insert the record to Reservation Entry table. To do that, you can make use of Codeunit 99000830...
If you want to post Sales Shipment or Invoice from your extension, you can use Codeunit 80 Sales-Post. Before you send the Sales Header record to the codeunit, it is necessary for you to...
If you want the list of objects (tables, reports, pages, xmlports, etc) in D365BC, you can use All Objects or Objects page. Just add ?page=696 or ?page=358 at the end of your D365BC web...
By standard, Business Central already includes reports that you can use out of the box. Sometimes, the standard report is not enough. You need more fields, more columns, different layouts, different calculations, etc. You...
To get your extension version, we can use NavApp and ModuleInfo.
With the shift to extension development since BC, developers now have an option to have one big extension or to have multiple smaller extensions that are dependent with others. Both options definitely have pros...