Hi
I am trying to update the customer information in Ax using the Inbound webservice using C# code.
Insert was working working fine but Update is showing the error "Entity update mode must be specified." in the Ax exceptions form.
We are facing an issue while performing an Update operation on Customer. Below are the approaches we tried.
- Retrieving the Customer to Update using Find/Read operation is successful.
- Modify the attributes in Customer.
- Specify Action on Customer and all related tables.
custTable.action = PartyWS.AxdEnum_AxdEntityAction.update;
custTable.actionSpecified = true;
Upon sending the request for Update, we are getting the following exception: Request Failed. See the Exception Log for details.
Error as per Exceptions in AX:
Subsystem : Line=1, Pos=511, Xpath=/PartyCust5/CustTable_1[1]
Exception Message: Entity update mode must be specified.
The Update property is set to YES on CustTable_1 and all related tables in the query.
Are we missing any other setting?
Could anyone help me in resolving this issue.
Thanks,
Ramakrishna Tanneeru.
*This post is locked for comments