How to Find all the elements which in present in USR layer To find all USR layer elements in AOT , you can write job with following code, when you will run this job it will create a new project named “TheAxapta_UsrObject”. In this Project you find all elements which is present in USR layer…
Måned: maj 2014
Microsoft Dynamics Ax, Application Integration Framework
Calling the Update Operation on Services in AX 2012
by Bo Jensen •
Calling the update operation on web services can range from simpleto very complicated depending on the entities/tables you are updating. If the entity you are calling is not a dateeffective entity, then the service’s update method is easy to call.
Microsoft Dynamics Ax, Application Integration Framework
Adding an Address to an Existing Customer via the Customer Service in AX 2012
by Bo Jensen •
It isn’t obvious but to add an address to an existing customer via a service call in AX 2012, call the update operation on the Customer service. The code below demonstrates how to change a field on the customer record and add a new address to the customer using a console application:
