Skip to main content

Posts

Find New Microsoft Dynamics 365 Certification Exam

Microsoft Dynamics 365 exam You can check below  Microsoft Dynamics 365 exam Certification code and description MB-200 Microsoft Dynamics 365 Customer Engagement Core MB-210 Microsoft Dynamics 365 for Sales MB-220 Microsoft Dynamics 365 for Marketing MB-230 Microsoft Dynamics 365 for Customer Service MB-240 Microsoft Dynamics 365 for Field Service MB-300 Microsoft Dynamics 365 Unified Operations Core MB-310 Microsoft Dynamics 365 for Finance and Operations, Financials MB-320 Microsoft Dynamics 365 for Finance and Operations, Manufacturing MB-330 Microsoft Dynamics 365 for Finance and Operations, Supply Chain Management MB-900 Microsoft Dynamics 365 Fundamentals

Code help to Create and post Project Beginning balance for Estimation posting in Ax 2012 | post project estimate

If you want to post Project Beginning balance for Estimation posting in Ax 2012 you can do that by using class and run method . What you need to do just you need to find posting class for Posting estimation of created stage records and pass via parameters. You need to review class ProjControlPostingPosted there are method run to post estimation. You can pass parameter then you need to write code to post it. Do not forget to initialize class via below code.  ProjControlPostingPosted1=new ProjControlPostingPosted(); after that you need to initialize query like this.            ProjControlPostingPosted1.initQuery();             ProjControlPostingPosted1.getQueryValues();             ProjControlPostingPosted1.queryRun(); Once you done that then you need to pass parameter simply in parm method and run the class by methods of run code. I hope you get the idea to post project estimation by code. I am not writing here whole code because you need to try your own way to get

Code to get customer Primary Address in Ax 2012

Below Code to get customer Primary Address in Ax 2012. CustTable custTable_P; DirPartyTable dirPartyTable_P; DirPartyLocation dirPartyLocation_P; DirPartyLocationRole dirPartyLocationRole_P; LogisticsLocation logisticsLocation_P; LogisticsLocationRole logisticsLocationRole_P; LogisticsPostalAddress logisticsPostalAddress_P; LogisticsPostalAddress primaryAddress_P; while select custTable_P where custTable_P.AccountNum =='ED_01029' join dirPartyTable_P where dirPartyTable_P.RecId == custTable_P.Party join dirPartyLocation_P where dirPartyLocation_P.Party == custTable_P.Party && dirPartyLocation_P.IsPrimary==NoYes::Yes join dirPartyLocationRole_P where dirPartyLocationRole_P.PartyLocation == dirPartyLocation_P.RecId join logisticsLocationRole_P where logisticsLocationRole_P.RecId == dirPartyLocationRole

Table lists which can have large number of records in Ax 2012

If you are facing database or application performance issue then you can check these tables that may have large number of records. ECORESPRODUCTVARIANTDIMENSIONVALUE INVENTBATCH ECORESPRODUCTMASTERDIMENSIONVALUE ECORESPRODUCTMASTERDIMENSIONVALUE ECORESPRODUCT ECORESPRODUCTTRANSLATION ECORESPRODUCT ECORESPRODUCTVARIANTDIMENSIONVALUE INVENTDIMCOMBINATION ECORESRELEASESESSIONPRODUCT ECORESRELEASEPRODUCTLEGALENTITY INVENTSUMLOGTTS INVENTCOSTLISTPARM GENERALJOURNALACCOUNTENTRY GENERALJOURNALACCOUNTENTRYZAKAT_SA SMMTRANSLOG LEDGERENTRYJOURNALIZING DIMENSIONFOCUSBALANCE MARKUPTRANS INVENTTRANSPOSTING INVENTREPORTDIMHISTORY SALESPARMLINE SOURCEDOCUMENTLINE INVENTTRANS TRANSACTIONLOG INVENTTRANSORIGIN INVENTSETTLEMENT SALESPARMSUBTABLE SALESPARMTABLE SOURCEDOCUMENTHEADER SALESPARMUPDATE SQLSYNCINFO GENERALJOURNALENTRY SUBLEDGERVOUCHERGENERALJOURNALENTRY CUSTSETTLEMENT SMMACTIVITYPARENTLINKTABLE INVENTSUMDATETRANS LEDGERTRANSSTATEMENTTMP DIMENSIONFOCUSLE