Search code examples
webcenteroracle-ucm

webcenter content field validation


How can we validate a custom field while checkin in to Oracle WebCenter Content?It may be an email validation or custom validation say the file will allow user to input only 10 chars of which first four are alpha and the next sixth char are numeric.

Regards, Ananda Roy


Solution

  • Try adding a rule to the profile (or using global rule). Then, in the rule side effect, set this: <$xCustomField:maxLength=10$>

    You can get fancier validation by doing more customization such as this.