Dear All members and experts,
I need to add fields in GridHeader(Grid) of InventTestGroup Form but it's not allowing me as shown in image. Please help!.
Thanks and Regards,
Shabir Ahmad
*This post is locked for comments
Right click the field group, select Add-ins - Cross reference - Used by.
You might need to update the criss references first: docs.microsoft.com/.../how-to-create-the-cross-reference-system
Cross references are a super valuable tool for an AX developer.
Dear Sir,
One question more, how to know that which field group in the table is being used where ??
Thanks and Regards,
Shabir Ahmad
Great Sir
Most likely this is because property DataGroup is specified for the grid. In that case the fields are taken from the field group with that name from the DataSource table.
You have two options:
1) Add your field(s) to the field group of the table. Now they will be added to every form where this field group was used. Note: you have to right click the form and select Restore, or do a full compile of the system before the field group is refreshed on the formCitrix.
2) Remove the DataGroup property from the grid. Now you can add fields manually.
Other explanation is that the form is checked in version control and you haven't checked it out. In this case you should right click the form and select Check out. Then do your changes and check in.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156