Skip to Content
0
Former Member
Mar 23, 2009 at 09:16 PM

Project Profile,Coding mask and Validation

634 Views

Hello

I am trying to do a Validation based, on project profile and coding mask. I am setting up Validation as follows:

PROJ-PROFL = 'ABC'

PROJ-PSPID LIKE 'C++++++' (I want to start project with C followed by 6 numbers).

The system is validating for C as well as numbers beyond 6 (i.e. 7,8 etc). But its allowing me to create project with numbers less then 6 like C-1,C-11 or C-123 etc. How do I create this rule so that users are able to create proj starting with C and followed by exact 6 numbers. For e.g - C-000001,C-000005 etc.

Also how do I represent "-" (hyphen) in my Validation? Is it represented by "+" , which I guess is a wild character and shld be fine.

Thanks

Sarang