Alfasith AX

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

Thursday, December 26, 2013

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,

How to invoke and iterate List as Contract methods in AX 2012/ D365

Hi, Public void performContractIterate(ClassContainsListAsContract    _ListCarryClass) { List contractFieldList = new List(Types::Class); ...