Hi, I have a requirement of creating customer and its related addresses with rollback feature. I have implemented a single create request to create contact and address so that if anything goes wrong it will be rollback. Things are working fine as expected but now I have below qtn.
When the customer gets created it automatically creates 3 addresses and then it created addresses I have requested so if I pass 3 address it creates total 6 addresses. So now I plan to update the same 3 address by my addresses. But I can update it using the below criteria.
Update Address where AddressType=1 and RelatedContact.AlternateKey = 123
But I am not sure how can I create update request with the above conditions.
*This post is locked for comments
I have the same question (0)

Report
All responses (
Answers (