D365 Business Central : Permission Set Object
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...
Anything about Microsoft Dynamics NAV and Microsoft Dynamics 365 Business Central Consultancy
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...
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...
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...
BC17 introduces great new features to increase your BC performance, such as partial record and temporary table type. Creating a temporary table is the concept of holding the data temporarily in the memory which...
If you want to make a global variable accessible from table to table extension, or from page to page extension, you would normally need to create a procedure to get or set the variables....
If you are tired of typing the same filters over and over again, the Save View is a great way to help you avoid having to set the respective filters over and over again....
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 to do some testing with BC 2020 Wave 1 Preview, you will need to have AL extension version 5.0. However, the AL version 5.0 is not available yet for public. If...
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...