Getting String value for the Amount in Dynamic AX
Hi, // By fasith for getting the string value of amount SalesInvoiceTmp.StrTotAmount = numeralsToTxt_in(_custInvoiceJour.InvoiceAmount); Regards,
Opening the table through x++ code – Dynamic AX
Hi, static void OpenTableAlfasith(Args _args){SysTableBrowser sysTableBrowser = new SysTableBrowser();; sysTableBrowser.run(tablenum(HCMWorker));// Table I selected is HCMWorker} Regards,