Is it possible to create a validation rule that looks at the value of another field
E.g. collection has a total_qty
field and available_qty
, want validation rule that checks when available_qty
greater than or equal to total_qty
.
Or do I have to use a flow for that?