Author: Ronny
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 Moreax2012-upload yearly budget
- Apr 07, 2017
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 Moreax2012-error while posting purchase invoice
- Mar 31, 2017
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 Moreax2012-how to recalculate inventsum
- Mar 17, 2017
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 Moreax2012-upload trade agreement ver 2
- Mar 16, 2017
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 Moreserver 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 Moreax2012-overdelivery receipt
- Feb 22, 2017
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 MoreMy accountant friends working in company that use ax 2012, asking me he trying to re-opening the periods, the problem was, he cannot check the “Delete close-of-year transactions during transfer” because it was disabled by forms (look the pic below) the solutions is easy general ledger -> setup -> general ledger parameter goto ledger tab, […]
Read Morevirtualbox error owner not root
- Jan 31, 2017
I just moved my windows laptop to linux laptop problem is, I usually using virtual box to working, and when i moved to linux there was an error “virtualbox error owner not root” this is solution 1. open console / terminal 2. type “sudo chown root:root /usr” 3. enter solved, enter the virtual box
Read Moreif we had custom table in ax 2012, we cannot find the custom table in database log wizard so this is the solution open AOT create the Configuration Key (see the picture below) in this sample, I make a new configuration key called RON_CustomConfigurationKey, so every custom table that I made will be added in […]
Read More