Alfasith AX

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

Friday, November 4, 2016

The Microsoft Dynamics 365 = AX + CRM

Hi All,

As we will know that AX 7 is rocking the market but soon that too will replaced by next upcoming product Microsoft Dynamics 365 and that merges the CRM and AX.

In my next post you will find  AX 7 Vs AX 2012 R3 technical / developer side changes.

REF : https://mbs.microsoft.com/customersource/northamerica/news-events/news-events/news/MicrosoftDynamics365

More details please login as either customer/partner portal to get relevant documents.

Regards,
Mohamed Alfasith Ismail.

Tuesday, August 30, 2016

The System Exception Handler in AX 2012

Hi,

An Exception can be handed in AX 2012 by try, catch, retry, throw whereas there is no Finally here.

Once you defined try but there is not catch handling for specified error that will be handled by system itself. but we cannot trace out the error.

In this cases AX system gives an opportunity to handle that kind of developers unspecified exceptions will be handled by
Global::error / Global::Warning /Global::Info.

With reference to this Global class we can trace-out error.

Thanks,

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