Hello, I'm creating a process flow to clean phone numbers in Landmark system.
I'm trying delete any special characters in phone filed , I used the following java script for my assigned node..
vPhone = fld.LEMPhone.replace(/[\(\)\.\-\ ]/g, '')
I get the following error....
Activity completed: Start Activity started: Assign1400 (Run Id: 5) Activity Assign1400: Error evaluating expression: vPhone = fld.LEMPhone.replace(/[\(\)\.\-\ ]/g, ''); vPhone = Variables in Process: vPhone =
Please Advise.