Siebel Product Script
Hi
We have a requirement where we need to write product level validation for some text attributes where apart from '+' we will have numbers as well. I thought of the logic to use attribute_changed function where i will first find the length of the value entered and then will check with the ASCII value of '0' to '9' and ASCII value of '+' as well. If any mismatch then error will be thrown.
Please suggest how to write this logic in script as i am not able to proceed.