Hello, everyone! I have a field, for a specific vendor, that I need to replace the first character. The OCR is recognizing the first character of InvoiceNumber as "I" when it should be "L". I have created a rule to modify the InvoiceNumber field based on the vendor ID field but I am having a hard time completing the script.
For vbScript I know it would be something along the lines of: InvoiceNumber.Replace("I","L") but I am not entirely sure how to structure the script. I am open to using vbScript of C#
If anyone has an suggestions, I would greatly appreciate it.
Thanks in advance!