Recently, I came across a requirement in which users want to import the ledger, AP and AR invoice journal lines from a pre-defined excel format in general journal AX2012R2. So I developed a functionality hope that helps you
Below snap shot shows the flat list of all objects in this project.
Below snap shot shows the UI.
Below is the list of all functions created in a class.
class SLSalesPurchLedgerJourLinesImport extends RunBase
{
int row;
int col;
LedgerJournalId journalNum;...(read more)
↧