Alfasith AX

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

Thursday, October 29, 2020

Visual Studio Tools for AX 2012 R3 : Do Microsoft Dynamics AX 2012 R3 CU13 support Visual Studio 2019?

Hi,


AX 2012 R3 CU10 or later doesn't support other than Visual Studio 2013 Update 2 or later.


The latest version of AX 2012 R3 CU13 is not supporting Visual Studio 2015.


Microsoft Visual Studio Team Foundation Server 2017 is now supported with AX 2012 R3 CU 13.


Regards,

Wednesday, April 15, 2020

Get AccountNum of vendor / Customer from ledgerDimension in AX 2012 / D365

Hi,

This applicable for LedgerJournalACType::Cust or LedgerJournalACType::Vend

DimensionStorage::ledgerDimension2AccountNum(LedgerJournalTrans.LedgerDimension);

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