RunJSONPackage

Calls a package created in the JSON Workbench. This will extract the values specified in the package and perform any operations that it contains.

Syntax

RunJSONPackage( PackageGroupKeyword, PackageKeyword );

Parameters

Parameter Name Type Description Optional? Default Value
PackageGroupKeyword String The reference for the package group that contains the package. No n/a
PackageKeyword String The reference for the package to run. No n/a

Output

If successful, the function will return a response, the contents of which will vary depending on how the package has been configured in the JSON Workbench, such as a value from the JSON data or results from one or more operations. Otherwise, the function will return False.