Alfasith AX

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

Monday, November 26, 2018

The menu item with name XXX could not be opened.

Hi,

Can you please check the form init, which can be adjustable with DB init will get it resolved.


Thanks,

Saturday, November 17, 2018

cannot access a disposed object, Object name 'memory model provider has been already disposed


Hi,

Cannot access a disposed object,
Object name 'memory model provider has been already disposed

Prompts an error when you built the model you have.

Solution:

1. Full built all the model files.
2. Restart the IIS.
3. Rerun the VS.

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); ...