
Dear All,
I want to create new fields in in Global Address Book - Party Creation.
When the Record type is Person, Gender & Marital Status will be visible. I want to add two more fields below of Marital status. That also should visible when the Record type is Person.
Which table should add my new fields?
Thanks in Advance.
*This post is locked for comments
I have the same question (0)you may add your fields in DirPerson.(Table) which is already a derived table/DataSource of DirParty (Table).
Now to show hide field, this is being done dynamically, in AX. so you have to follow same pattern i.e. you need to merge you logic with existing code at below path
\Classes\DirPartyFormHandler\manageFields