static void Containerloop(Args _args) { int i; container allLegalentity; str con; allLegalentity = conNull(); allLegalentity = ['USMF','JPMF','INMF']; while (conLen(allLegalentity) > 0) { i++; con = conPeek(allLegalentity,i); changeCompany(con) { // code statement info(strFmt("%1) %2",i,con)); } if (i >= conLen(allLegalentity)) break; } }
Friday, 20 March 2015
Job for container looping through Legal entity via X++, AX 2012
Subscribe to:
Post Comments (Atom)
Calculate ledger balance by dimension set in X++ in AX2012/Dynamics 365 FO
There are a variety of ways users can view balances in the general ledger. Some of the most common options are: 1. Trial balance 2. Financia...
-
static void Main ( string [ ] args ) { string customer = " US-004 " ; AxdCustomer foundCustomer = null ; C...
-
Introduction The query statement in X++ is a primary method of retrieving and manipulating data in Microsoft Dynamics AX 2012. A query can...
No comments:
Post a Comment