Table Extensions in Business Central
Ever wondered what really goes on behind the scenes when you're making a table extension in Business Central?
To find the answer, i created a new Extension for table "Sales Header" and added a new field "Rush Shipping".
View in SQL -
> A new table is created by Business central automatically.
> New table contains the primary keys from parent table and also the newly added fields.
Comments
Post a Comment