Alfasith AX

Alfasith AX
اللَّهُمَّ انْفَعْنِي بِمَا عَلَّمْتَنِي، وَعَلِّمْنِي مَا يَنْفَعُنِي، وَزِدْنِي عِلْمًا

Monday, December 9, 2013

How to get navigation path in Dynamic AX

Hi,

Please note that there is no navigation path as I highlighted. 
 2.Go to concern menu and select particular menu.
 3. Change the properties as Yes to IsDisplayedInContentArea
4.Then Look like this as per the menu position.
Regards,

No comments:

Post a Comment

Get a table ID in SQL - D365

Hi select ID from SysTableIdView where  SysTableIdView .Name = 'CustTable' Regards,