Our business deals with several agencies. They all have a 3 letter acronym such as ABC, BMN ,QWS. Each agency has it own set of business rules. I would like to create a validation user object for each agency, such as ABC_validation, BMN_validation, QWS_validations. When a user logs into the system we reatain the agecny prefix into a global variable. I would like to instantiate the proper user object based on the agency prefix ex. "ABC"+"_validation". Is there a way to do this.
Thanks for your help
Thanks for your help