Reputation: 1581
I would like to check about right menu
I need to give info about View details menu. Which class or form manage the menu?
-> I need to find label (sys or similar) behind View details button , and I would like to check about how generate this tight click menu.
Thanks
Upvotes: 0
Views: 226
Reputation: 18051
Which class or form manage the menu? A kernel method.
The labels for menu is placed here:
C:\Program Files\Microsoft Dynamics AX\60\Server\AOS-name\bin\AxSysEN-US.ktd
or wherever your AOS bin directory is placed. Do not mess with the kernel text files.
How to get a "View details", formerly "Go to main table" item is covered in this SO answer.
See also this forum answer.
Upvotes: 2