Hello all,
I am having two servers namely A and B.
I am trying to update a record in an entity based on some condition on another record using O data query.
I have used the function SDK.Rest_updateRecord(), from sdk
The problem is the code is working fine in server A, and not working on server B.
Update operation is performing on server A but not performing on server B.
Can anyone give the suggestion/solution regarding this.