Hope someone can help:
I have this code for PartNumber field which is supposed to flag another field. I keep getting the error:
Incorrect datatype for operator or @Function:Number Expected.
@SetDocField(@DocumentUniqueID;“rohsflag”;
@Matches(PartNumber;“{0-9|A-z}{0-9|A-z}{0-9|A-z}{0-9|A-z}-{0-9|A-z}{0-9|A-z}{0-9|A-z}{0-9|A-z}-R{0-9|A-z}{0-9|A-z}”));
@UpperCase(PartNumber)
Can someone tell me what is wrong?
I appreciate any help…