VBScript and PowerShell scripting for integrations

You can use VBScript or PowerShell scripts to edit index fields that are populated from the various applications supported by Connect. The script is applied to the value pulled from the integration for that field.

You can specify the variable you are passing into the PowerShell script via the function. In the example below, the data returned from the Connect integration is passed into the PowerShell script via $Value, but you can change the name.

Use Case: You may need to add three leading zeros to all internal ID numbers populated from a web application. You can add a PowerShell function to change numbers such as 6994 to 0006994.
  1. Click Scripts to add global VBScript or PowerShell functions.

  2. Enter VBScript or PowerShell functions on the specific tabs, then click OK.