A Visual Basic script defines how Perceptive Content formats and processes screen data elements before the elements are added to the dictionary, or when applied to a map value. To apply a Visual Basic script, complete the following steps.
Suppose you want to remove the dashes from the social security numbers you map using an application plan in your Human Resources department. To remove the dashes, you apply the following script:
workingvalue = DeleteChars(workingvalue, "-")To test this script, in the Input field, type 123-45-6789 and click Test. If the script works properly, "123456789" appears in the Test field. When you apply a Visual Basic script, Perceptive Content runs that script each time a user invokes the application plan.