Database validation for a user input text field in oracle UCM | WCC

189 views Asked by At

I'm new to Oracle WCC. In Oracle WCC/UCM( Universal content management), I have one table named CreateStudent has 2 columns StudentID and StudentName. One metadata custom field XXStudent_Info for which user will pass the value on Checkin page. We need to validate the value of XXStudent_Info to database column StudentID, if it matches then checkin possible otherwise restrict on checkin itself.

How can i do this in WCC via out of the box functionality or will i have to create a custom service/query for this DB validation. Please give steps in detail

1

There are 1 answers

2
Jonathan Hult On

Is the custom metadata field XXStudent_Info based on an option list which uses a view which is based on the table? If so, you should be able to restrict it to only valid values.