obj.name= "WO0000000980344ganeshkarthick.s@xxxx.com"
how to exclude the work order "WO0000000980344" and get the email address alone from this meta. I have a requirement to write a rule with the email address. I am provided with around 150 email addresses, I was planning to use the "contains" but I have heard that using "contains" will reduce the performance.
Please help me
David
Is the work order always the same length? Is it always a ‘W’ followed by numbers?
You could write and use a lua parser to break up the value into work order meta as well as email address
Dave