Is there a way to PATCH/POST strings containing ampersands? If I try to update a customer name to A & B it sets it to A and misses out everything from the ampersand onwards. Thanks.
Hi, Paul.
Sounds like you're talking about REST API. And that your are overwriting data with older values if B managed to read record before A finished to update it. Classic conflict resolution ...