Skip to main content

Posts

How to get new Sales order number,Project proposal id and Transfer order number in Ax 2012

To get new Sales order number,Project proposal id and Transfer order number in Ax 2012 You can get hints from below code. //Get new sales Id salesTable.SalesId = NumberSeq::newGetNum(SalesParameters::numRefSalesId()).num(); //Get new project proposal id NumSeq = NumberSeq::newGetNum(NumberSeqReference::findReference(extendedTypeNum(ProjProposalId))); //Get new Transfer order number inventTransferTable.TransferId = InventTransferTable::numberSeq().num(); Where parameter table is used and extended data type passed in method.

Check SSRS Report data through job in Ax 2012

If you want to Check SSRS Report data through job in Ax 2012 without executing report then you can get idea from below code. SalesOrderValueTmp tempTable; SalesOrderValueDP dataProvider = new SalesOrderValueDP(); SalesOrderValueContract contract = new SalesOrderValueContract(); contract.parmCustAccount("Test001); contract.parmNoOfBuckets(6); dataProvider.parmDataContract(contract); dataProvider.processReport(); tempTable = dataProvider.getSalesOrderValueTmp(); while select tempTable { info(strFmt("%1,%2,%3,4",tempTable.CurrencyCode,tempTable.SalesId, tempTable.Monthname,tempTable.CurrentMonthSum)); } In this code while look is use to get data inserted in temporary table from data provider class . Contract object is SSRS Report contract class object.

Microsoft Dynamics AX 7 Model Package,Features

Microsoft MB6-890 exam Certification Ax 7 Rainier questions and answers dump sample

1. Which of the below is NOT a component of AX architecture? 10/10 Forms engine UI interaction layer AIF Caches 2. In new AX architecture, AOS windows service has been  removed. True or False? True False 3. Number sequence fall in which part of application stack? 10/10 Application suite Application foundation Application platform None of the above. It comes as a separate model which is not part of any of above. 4. Identify all the conceptual areas of AX cloud architecture.10/10 Shared Microsoft services Microsoft Dynamics AX Microsoft Windows Azure Microsoft Dynamics LifeCycle Services 5. Which of the below statement is true? 10/10 If an object fails in compilation whole build fails. If an object fails in compilation, rest of the objects in the build will still work. If an object fails in compilation, rest of the objects in the build will work but the build