Apply a Visual Basic script - Manage Documents - Foundation 24.1 - Foundation 24.1 - Ready - Perceptive Content - external

Manage Documents

Platform
Perceptive Content
Product
Manage Documents
Release
Foundation 24.1
License

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.

In the Screens pane, select the screen you want, and then do one of the following actions.

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.