Need to wait for asynchronous response in validateField client-side function
I have a situation where we want to check the validity of a field on a Sales Order record against a field on the Customer record. Both fields hold arrays of internal ids of contact records. So far, so good. If all the contacts selected on the Customer record are present in the field on the Sales Order record after it is…