How to add keys in Base table of Business Central

With the release of Wave 1 2021 lot of new feature introduced . One of the new feature is that partners now can add keys in base table with customized field which was not possible earlier Today we will see how we can do that First Lets see what is happening is earlier version of … Continue reading How to add keys in Base table of Business Central

How to extend TableRelation Property-Business Central

Last week somebody asked me on can we extend table relation property and my answer was yes we can achieve this by table extension. Today we will see how we can do that Firstly create enum extension and extend as follows . For this demo I used Type field from Sales line table. enumextension 50145 … Continue reading How to extend TableRelation Property-Business Central

How to Create Unique Keys in AL Development/Business Central

Spring Release 2019 of business central comes up with new features for creating unique keys Today we will see how to create unique keys in table While creating second keys you can add an additional parameters said 'Unique'. This will not allow duplicate values in the field where unique parameter is mentioned. Now we will … Continue reading How to Create Unique Keys in AL Development/Business Central