Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Want to put validation(Maximum Characters) on custom metadata

Santanu.WCCSep 28 2016 — edited Sep 29 2016

Hi Guys,

I am working on one project where i want to put validation on particular metadata like:

     The maximum character can be 10

     The value of an integer field can be between 1 and 10000

I know we can write one custom component(Filter- validateStandard) and stop it but the error will come after checkin action.

My requirement is I will call checkin service from SOAP or from new ADF user interface or UCM old interface and I want to implement maximum character validation for particular field.

Is there any process put any custom script on Rule?

I have created one Rule and add the metadata and put the below custom script on default section:

<$maxLength=10$>

<$customFieldLength = getValue("#active", fieldName & ":maxLength")$>

But it's not working. Am I doing any wrong? I have got the above hint from Idoc Script ref guide: https://docs.oracle.com/cd/E29542_01/doc.1111/e26694/idoc_script_reference.htm#WCCDV10607

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 27 2016
Added on Sep 28 2016
2 comments
760 views