Hi,
Usually when I want to find where a field on an AX form maps back to the database I right click, select Personalise and find the mapping in the System name field of the Personalisation form. I have one field where there is no database mapping. Instead the System name just says CtrlActiveAll(see screenshot).
How do I find the mapping? I want to create a report where only Active projects are returned.
Thanks
Paul
*This post is locked for comments
That control isn't tied directly to a database field, instead code in ProjProjectListPageIntraction.initializeQuery filters the ProjTable.Status field based on whether you have chosen 'Active' or 'All'. Active projects are projects where the ProjTable.Status field is not ProjStatus::Completed.
Sorry. Screenshot attached.
Hi Paul,
Sometimes controls on the form could be not bound to table field directly. They could be bound to display or edit method. In same cases, if it is a tick box, it could be unbound as well and have some logic in the overridden clicked method.
There is no screenshot so it's hard to understand what control are you talking about.
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,151 Super User 2024 Season 2
Martin Dráb 229,963 Most Valuable Professional
nmaenpaa 101,156