I am using ACS custom object and I want to know if it is possible to update a custom object based on some condition such as adding a where clause? Because I am running into the issue where I need to update an object A if A.x < 10, and increment A.x by 1 after. However, if multiple people are trying to update A at the same time it is possible that the users don't see each other's increment of A.x.
↧