Our support engineers have assembled the top recommended solutions for you.
Microsoft Dynamics AX 2012CRM Connector in Microsoft Dynamics AX 2012Financials Management in Microsoft Dynamics AX 2012Upgrading to Microsoft Dynamics AX 2012
Microsoft Dynamics AX 2009
Application Object Server (AOS)
Enterprise Portal and Role Centers
Inventory Costing in Microsoft Dynamics AX 2009
Invoice Settlements/Discounts/Reversals
SSRS and SSAS Integration
Workflow
I have created the Journal entry throuh AIF service from external ASP.net application
GeneralJournalServiceClient client = new GeneralJournalServiceClient();
client.create(context, journal);
I could not find a mathod for update.How can i update the Jounal entry throgh AIF? Please help?
Dear all,
I was able to get the update mthod by adding the method through AOT->Tools->AIF->updating service.
Now i am getting the error when i call the update function.
client.update(context,EntityLst, journal);
'The AXd document does not support this action'. Please help.