Create and post Vendor Invoice Journals X++ Dynamics Ax 2012
Create and post Vendor Invoice Journals from code as follow. static void createVendorInvoiceJournal(Args _args) { LedgerJournalCheckPost jourCheckPost; LedgerJournalTable jourTable; AxLedgerJournalTable header = new AxLedgerJournalTable(); AxLedgerJournalTrans trans = new AxLedgerJournalTrans(); container offsetDim; // The AP invoice journal name, could vary. LedgerJournalNameId ledgerJournalNameId = “AP”; // This is the entry against the Vendor account. // It will … Continue reading Create and post Vendor Invoice Journals X++ Dynamics Ax 2012
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed