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

My 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 More

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 More

if 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

just read from dax finance blog  so, if we created a rule that consist in those aot, the security user type will be impact (but need to wait 2-3 minutes to see if changes or not) I am using Microsoft Dynamics AX 2012 FP (Feature Pack) for reporting data   thanks to dax finance blog […]

Read More

this is an old article that I posted on wordpress you can visit the old article here while Im doing inventory calculation Im searching on net, why it would happen, it happens because The error always occurs when it is trying to pass an adjustment through a production order (“Batch order”).  Every other month we encounter this […]

Read More

this source is to send a notification after event to any user ax via ax client apps EventNotification event = EventNotification::construct(EventNotificationSource::Sync); ; event.parmUserId(“admi1”); event.parmSubject(“demo only”); event.parmMessage(strFmt(“message from from %1”,curuserid())); event.create();

Read More

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /var/www/project/axhelper.erakarta.com/wp-content/themes/focus-magazine/functions.php on line 133