axaptadevoloper.blogspot.com
Axapta Devoloper
Tuesday, September 9, 2008. Dynamics Ax - Use the Arithmetic Functions with query classes. Dynamics Ax - Using the Arithmetic functions with the query classes. Smile. Query = new Query();. QueryBuildDataSource = query.addDataSource(TableNum(AssetTrans) ;. QueryBuildDataSource.orderMode(OrderMode: GROUPBY);. QueryBuildDataSource.addSelectionField(FieldNum(AssetTrans,amountMST), SelectionField: SUM);. QueryBuildDataSource.addSelectionField(FieldNum(AssetTrans,revaluationAmount), SelectionField: SUM);.
axaptaexplorer.blogspot.com
Sharing the knowledge
Get Mainaccount from ledgerDimension through X in AX 2012. Public void Mainaccount(LedgerDimensionDefaultAccount LedgerDimensionDefaultAccount). Select DisplayValue from combination. Where combination.recId = LedgerDimensionDefaultAccount;. Select * from mainAccount where mainAccount.RecId = combination.MainAccount;. Return mainAccount.MainAccountId;. Links to this post. Users want to see Table name from personalization ax 2012. Is it possible.what ever requirement we have to say yessssssssss only. This ...
axaptafreak.blogspot.com
Axapta Blog
Blog around Microsoft Dynamics AX formerly known as Microsoft Business Solutions Axapta formerly known as Damgaard Axapta. Other recent Dynamics AX Blog postings. Lifecycle Service companion app. Context Menus (D365 for Finance and Operations). Development tutorial: Extensibility: Replaceable in Chain of Command methods. The text for the following task was not found: 0x0000, 0x0135 - when you run AX 2012 R3 client. Performance considerations: aggregate functions. Power BI Org content packs. Running Dynam...
axaptaguy.blogspot.com
Axapta Guy
Tirsdag, maj 16, 2006. You can show an URL by calling the following code infolog.urllookup("www.myurl.com"). Posted by Claus Ø. Thomsen at 10:41. Torsdag, oktober 20, 2005. It is possible to create a runtime lookup for a form, that will enable you to override the standard lookup for a field. The job is done by overriding the field method lookup. On a form, and implementing your own code instead. This can be done by calling a standard lookupform, or by implementing your own lookup as code. Object control ...
axaptaindonesia.wordpress.com
axaptaindonesia | 4 out of 5 dentists recommend this WordPress.com site
4 out of 5 dentists recommend this WordPress.com site. April 26, 2013. 1 In AOT, create a new class called VoucherPostwith the following code:. Public static void main(Args args). Voucher = LedgerVoucher: newLedgerPost(. VoucherObj = LedgerVoucherObject: newVoucher(‘SYS00001’);. VoucherTrObj1 = LedgerVoucherTransObject: newCreateTrans(. Top Posts and Pages. Blog at WordPress.com. Create a free website or blog at WordPress.com.
axaptainfo.blogspot.com
MS Dynamics Axapta -- An ERP Product By Microsoft
MS Dynamics Axapta - An ERP Product By Microsoft. In this blog i have tried to provide information which can be useful while working on Dynamics Axapta. Tuesday, June 23, 2015. Lock and Deadlock In Dynamics Axapta. In this article you can find information about what Lock, Deadlock, Transaction, Optimistic concurrency mode, and Pessimistic concurrency mode are. Let’s begin. Transaction mechanism allows rolling back all changes if transaction is aborted. What does lock mean? Mode, the select statement will...
axaptainfo.com
홈페이지의 새로운 패러다임
회원 페이지에 오신것을 환영합니다. 회원만을 위한 회원전용 사이트입니다. 회원 로그인 후 사이트 이용이 가능합니다. 회원가입을 하지 않으신 분은 회원 가입 후 이용해 주시기 바랍니다.
axaptajobs.blogspot.com
axapta jobs
Please post you jobs on Microsoft Dynamics Axapta here. Thursday, August 7, 2008. Export a Document to Excel in Axapta using X. Static void MouliExcel(Args args). ExcelApp = SysExcelApplication: construct();. CellValue = new ComVariant() ;. ExcelApp.workbooks().add();. ExcelWorksheet = excelApp.worksheets().itemFromNum( 1 );. ExcelCells = excelWorksheet.cells();. While select * from EmplTableLocal. ExcelCells.item(i 4,4).value(cellValue.bStr(EmplTableLocal.EmplId) ;. Mouli ms dynamics conultant. Mailer&#...