Originally posted by Ryan Farley
You basically create business rules that validate the data and then return a true/false. You tie that up to the UI by using validation rule actions (as Mike mentioned). The entity reference will contain all the values entered in the bound controls. You don't need to access the controls themselves, just the properties bound to them.
Make sense? |