HI,
We have two coding masks:
00XX-XX.XX.XX.00.00
00XX-XX.0.00.00.00.00
PROJID is SIMILAR for two masks: 00XX(I could maintain IF00 as one mask but user wants to have unique PROJID)
Example: ID00
Example: IF00
I have to maintain a validation rule separately for IF00 projects which is unique for one Project Profile.
Coding Mask "00XX" to be used for Project Profile "Z00002"
Prequiste:
PROJ-PROFL='Z00002'
Check:
PROJ-PSPID=1-4='00XX'
The above rule takes 00XX into account since our PROJID is similar for two masks.
Note: IF00 is our PROJECT ID for OPEX but PROJID mask is 00XX
How can we achieve this validation?