I need to make sure that values in lookup fields are are associations of correct entity.
For example, lookup field Regarding(Account) must have associated Account as a value, same with Regarding(Contact). I need to check that on form's OnSave();
How to check that using JavaScript?
*This post is locked for comments