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

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

you already create the new field on table, but on form datasource, this field did not shows up, how to solve it? Right click the forms, click restore, the new fields will shows up on the datasource

Read More

Case How to validate production from sales order while advanced payment condition not meet story: we have 2 company using the same AX, both company use intercompany to create order from first company to second company first company are selling stuff, and the second are manufacture company when the first company have order from customer, the […]

Read More

how to get financial dimension on ax 2012 and update it Q : we have case that all customers financial dimension department must change because one of two reason, the old customer financial dimension from 111130 must change to 111135, how to do it? A : we can do that with sql server query. First […]

Read More

Creating XML File in C#

  • Jul 24, 2015

how to create xml file in c# we use xml file for client configuration, each client have different configuration, so we need to custom each client for its configuration this sample, shows us how to create xml file in c#

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