D365 Business Central : Item List page vs Item Lookup page
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...
Anything about Microsoft Dynamics NAV and Microsoft Dynamics 365 Business Central Consultancy
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...