Thursday, August 11, 2016

Import MainAccount using AX Standard Class

//To Import MainAccount in AX Standard Class

Refer Below Classes

Class-->LedgerAcctsImport_ES-->Method -->Run


Calling class
Clas--> LedgerAcctsFinancialStmtImport

No comments:

Post a Comment

Convert Call stack to readable format in D365FO X++

//Input --container _xppCallStack = xSession::xppCallStack();  Public static str POL_formatXppCallStack(container _xppCallStack, int _skipFr...