Get Source Map

Acquires the existing legend for a given source. For example, if you want to add on to your existing map, you can get the source map and append a new data definition to it.

Supported Script Types

Properties

Property Details
SourceName The name of the source where the records originated. Provides a logical grouping of records within the system.

Output Properties

Property Details
Results (out) A dynamic data object containing the results of the action executing.

Branches

Branch Details

Default

Path taken unless the script meets a condition that requires it to take one of the other branches. It is also taken if the other branches are not defined.

InvalidSource

Path taken if the source name provided does not exist.

Tips & Tricks

  • Get Source Map is for use with Proactive XS only.

Phone Script Example Using Get Source Map

The example below is just part of a much bigger script. The entire script can be seen in the Createsourcemap phone script example. This portion of the script is used to retrieve an existing source map to which you can make changes.

Double-click the Snippet actions to view the Snippet Properties:

Would you like to download this script?