Adding new field to Base App Drop down field group view

samantha73samantha73 Member Posts: 116
Hi All
I want to add a new field to a drop down such as sales order selecting item field group, I can only use addlast with existing field group. Is this a limitation so I cannot say set a custom field appear next to the Item No when selecting items for example?

Best Answer

Answers

  • RockWithNAVRockWithNAV Member Posts: 1,152
    Answer ✓
    It was so easy to do this in the NAV world and to modify the base sequence. Since the inception of BC, we have had only limited options available — we only have addLast, so I guess we'll need to go with that.
  • MerclevenMercleven Member Posts: 1
    Yes, that's a known limitation—using addlast() only appends to the existing field group. To position your custom field next to a specific field like "Item No," you’d need to customize the field group directly in the table or use a display method/form extension if possible.
Sign In or Register to comment.