After defining (and creating) the new objects that we need to add to Dynamics 365 Business Central with our extension, we now need to modify the existing ones (standard objects from Microsoft). We previously defined the Customer Category table and we now need to do the following:
- Add a field to the standard Customer table (called Customer Category Code) in order to associate a Customer with a Customer Category
- Show this newly added field on the standard Customer Card object
- Add a Customer Category field to the Item Ledger Entry table for statistical purposes (it will be filled when posting a sales order)
With Dynamics 365 Business Central and the new extension model, ...