in case you living daily without remote desktop activity, You won’t know there recently problem occurred while updating security updates on windows 10 KB4103727. You may notice that suddenly connection to a production server by remote desktop has been failed An authentication error has occured, the function requested is not supported. Remote desktop <your rdp […]

Read More

while you tried to first time install ax, you must do the step by step and when you got into database synchronize there was an error ax 2012 error : text synchronize database specified field modelid of datasource projparameters does not exists in the database or the configuration key on the field solution: turn on […]

Read More

It was a sunny day, no user aware that day would be the hardest day as an ax administrator, it was a crash day for AOS (application object server) We were uploading a custom class modification (RPTRFP_DP class) using a CUS layer, while we’re import it, there was a layer conflict (USR vs CUS), we […]

Read More

while generating credit note from sales order, shows an error : Mode of delivery must be specified when terms of payment include COD it happens because the customer MoD (mode of delivery) in master customer and MoD in invoices is different, to fixed it, change the MoD in Customer and MoD in CustInvoiceJournal  

Read More

how to get line number in ssrs ? these trick can do on AX SSRS and C# SSRS by using =RunningValue(CountDistinct([your group]),Count,[your dataset])   result:

Read More

by design, dialog field width is using maximum auto width on parents so if you wants to resize dialogfields, you only can do maximum auto witdh by yourDialogFields.widthMode(1);  

Read More

when you code update table, if you forgot to put ttsBegin and ttsCommit, sometimes when you execute di code it will shows an error “Update must be performed inside a transaction” just put ttsBegin and ttsCommit to solve it

Read More

tutorial – how to create a printing form using SSRS to make a printing form using SSRS, we need 1 temporary tables, 1 SSRS Report, 1 controller class, 1 contract class and 1 DP (data provider) class. And also we gonna need menu items, and jobs (for testing data, incase we need it), and Modified […]

Read More

We have a case, one of our sales order cannot processed to packing slip, the info error is “cannot be unpicked because inventory transactions with status Picked are insufficient” lets see step by step Sales Order SO.1802.00048, which is only line 1,2, and 8 will be processed to packing slip while we creating a packing slip, […]

Read More

when you call SSRS report, it show info log message “SSRS Error fatal exception performing AXRDCE transformation step”   solution: find the SSRS report, compile it on visual studio and republish it using publish-axreport command   thks

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