Add New Field in Field Group (DropDown Controls) in D365 BC

Add New Field in Field Group in D365 BC:

(1) We know how to create Field Group (DropDown Controls) in D365 BC.

(2) Now in this blog, we will add a new field to the existing field group controls.

  • <Name>:  can be either DropDown, for adding fields to the drop-down control, or Brick to display data as tiles.
  • <Field> is a comma-separated list of the fields, by name, to include in the group.
  • Syntax: Add New Field in the existing Field Group in a Table extension, follow the below syntax.
addlast(<Name>;<Field>)
  • Below Images explains the syntax with actual values.
Add New Field in the existing Field Group in Business Central

(3) Things to Remember:

  • It can be done by using the addlast keyword.
  • You cannot choose where to append fields (Only have the addlast keyword), nor can you delete existing fields.
  • Flowfields are added but values cannot be shown.

(4) Below is an image for reference:

Reference Image for Field Group in D365 BC

Creation and Posting of Item Reclassification Journal in D365 BC
Auto Vendor Payment Creation from Vendor Ledger Entries in D365 BC
How to Create Journal Voucher in D365 BC
How to adjust width of Column when using Export to Excel functionality in D365 BC
Getting Started with AL– Microsoft Docs

Leave a Reply