I have a web form that contains two computed subforms on it. The two subforms are only viewable by the MIS department. My question is how can I run field validation on those two subforms without affecting the rest of the user community? I have mandatory fields on the two subforms that have to be completed by MIS staff only and I have tried having JS Header entries on the subforms to perform the validation which works but the problem is that they also run when a regular user edits the form making it impossible to submit the form because they cannot see the fields on the subforms while the document is performing field validation on those fields.
Someone has suggested to me to user Roles that will tell the field validation to run only when its a member of the MIS team editing the document. I have never used Roles in a web application and would like any help on how I can use Roles to achieve my goal or if there is another simpler way to handle my situation.
Someone has suggested to me to user Roles that will tell the field validation to run only when its a member of the MIS team editing the document. I have never used Roles in a web application and would like any help on how I can use Roles to achieve my goal or if there is another simpler way to handle my situation.