Ananda Roy
Ananda Roy

Reputation: 23

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

Upvotes: 1

Views: 358

Answers (1)

Jonathan Hult
Jonathan Hult

Reputation: 1480

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.

Upvotes: 0

Related Questions