Category: dynamics ax
management reporter 2012, the security
- Nov 03, 2016
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 Morethis 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 Morethis 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 Moreyou 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 MoreCase 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 Moreax2012-how to get financial dimension by code
- Aug 12, 2016
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 Morecase is: when your logistics manager wants to know, what packing slip from others entity sent to your company in some periode this is the query /* declare @DataAreaID varchar(4) = ‘[your entity]’; declare @dtStart date = ‘2016-04-01’; declare @dtEnd date = ‘2016-05-04’; */ select CPSJ.DATAAREAID as Sender, CPSJ.PACKINGSLIPID, CPSJ.INTERCOMPANYPURCHID, CPST.ORIGSALESID, CPST.DELIVERYDATE, CPST.LINENUM, CPST.ITEMID, ID.CONFIGID, […]
Read Moreyear end closing – more notes
- Apr 24, 2016
please note: while you’re do the year end closing, (resetting or closing and opening), please consider while doing it in peak hour. if you must do in peak hour, and sometimes the aos hang and then restart, database might have some error record, and you must repair it by records -RF-
Read Morehow to year end closing
- Apr 13, 2016
how to year end closing go to ax->general ledger->periodic->fiscal year close->opening transactions print created transactions : check this if you want to notified after created transactions if you already closed the year end, and you need to reopen, change the balance accounts to reset
Read Morewe have a new case, A CLR error occurred while involving the scheduling engine this is happen if we have more than one AOS active in production. how to solve it? open the AX Configuration Server unchecked the “enable the hot-swapping of assemblies for each development session” restart the AOS -RF-
Read More