I have an Orders table which has a Quantity column. During check in or check out, we need to update that Quantity column by one. Is there a way to do this in one action or w
to answer the second:
make the column unique and catch the exception if it's set to the same value.