while we creating direct delivery from sales order, it raised an error: direct delivery and intercompany purchase orders cannot be created for vendor [….], because change management is enabled and required for this vendor how to solve it: go to master vendor, find the vendors make sure that override settings, activate change management, and allow […]

Read More

Hi Guys, case is, I have visual studio 2013 ultimate for deploying and modifying AX SSRS report, suddenly i have an error while I was deploying the reports   the error is: Error 1 An error occurred : Access is denied.Error 1 An error occurred : Access is denied. If User Account Control (UAC) is […]

Read More

as default, di ax 2012 customer master page there are no “search name” column shows, the question is how to show this column solution: open AOT Goto Form CustTableListPage  Look at Datasources->DirPartyTable->Fields->Name Alias  Drag this field into the grid  Compile and reopen ax    and the result is :  

Read More

ax enterprise license is tough, we should beware about licensing ax, there is huge price difference between ax license, this source below is jobs to get ax license enterprise list static void Gabungan5_ronnytes(Args _args) { //created by ronny, 2013-01-04 //fungsi table lisensi aktif SysUserLicenseCount uc; container con; int i; SysSecRoleEntryPointsTmp srepTbl; SysUserLicenseMetadataTmp slsaTmp; SecurityRole securityRole; […]

Read More

every year, ax user finance must upload the budget, this code below is how to upload budget to ax, this is the steps: fiscal calendar, check is the new year calendar is already created remember to check budg_3 number sequences, do not check the “continue”, reset every year create budget model 2017 at budget->setup->budget models […]

Read More

while we have error like this picture below: insufficient inventory transactions with status purchased compare purchase order and invoice values   it happen because inventtrans, to check it, go to inventtrans table: we have 2 records from this reference po number, first without location and physical date, on reality, we already received, so we want […]

Read More

while the ax programmer using x++ to creating customization that connect to inventtrans, sometimes they have a forget code that invent trans effect to inventsum or sometimes when the proses working, aos hang etc so the solution is we must recalculate the inventsum so the sum of inventtrans = inventsum this is my source code […]

Read More

this source below is x++ source code to upload tradeagreement di ax 2012 can be modified for other use, static void ron_TradeAgreement_ver2(Args _args) { //created by ronny febri //date created 12-12-2013 //revision 2017-03-08 17:42 //upload data trade agreement and autoclosed old trade agreement //versi ini mirip dengan versi sebelumnya, //perbedaannya, adanya perbaikan pada saat closed […]

Read More

server hardware for ax

  • Mar 08, 2017

this is my list server for AX as physical Server 2 Dell PowerEdge R715, @ 24Cores of Processor, 128RAM, 6x600GB SAS 15K (RAID 5), windows 2008 R2 Datacenter (64bit); as virtual machine Host (using HyperV); 6U; (recomended 3 R715, because we need more time to buy, if other server was down) 1 Dell PowerVault md3600i, […]

Read More

how to control overdelivery receipt in ax 2012? in ax, while we creating purchase order we might control that what we receipt is no more than we ordered, uncheck the “Accept Overdelivery” checkbox if we allowed overdelivery, check the “accept overdelivery” box please notice, this parameter setting will affect to current entity only, unless you set […]

Read More