How to use custom error message definition in OIM 11g?
788860Jul 21 2011 — edited Aug 16 2011Hi
Does any one came across the requirement to show error message when you create user through UI?
Requirement:
Admin fills the create user form with values of Start Date, End Date, Hire Date along with required fields.
Now I should show error message to the user that Hire Date should not be greater that Start Date.
To accomplish this req I have
- Created custom error message in design console.
- Written custom code which will do the validation and registered this code as plugin.
I am wondering how can I use my custom error message that I've created in design console.
Pls help.