In CRM we are trying to validate a field in that the other four fields should equal the total of the one field. For example the field Overall Project Value should equal the the total of BusinessUnit1, BusinessUnit2, BusinessUnit3, and BusinessUnit4. If not then it should tell the user the fields do not equal project total.
Anyone have a function code example for something like this?