Get User Fields
|
Retrieves a dynamic data file that contains the existing custom data definitions for your business unit |
Dependencies
Get User Fields is for use with Proactive XS only.
Supported Script Types
|
Phone |
Output Properties
These properties contain variables that hold data returned from executing the action. They're available for reference and use when the action completes.
Property |
Description |
---|---|
Fields (out) | A dynamic data object containing the results of the action executing. |
Result Branch Conditions
Result branch conditions allow you to create branches in your script to handle different outcomes when an action executes.
Condition |
Description |
---|---|
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 action's other branches are not defined. |
|
Path taken when the action fails to execute properly. For example, when there is an unexpected problem such as poor connectivity, syntax errors, and so on. The _ERR variable, with a single underscore character, should be populated with a condensed explanation of the problem. |
Script Example
This is an example to show how this action can be used in scripts. It is not intended to be a complete script. Additional scripting may be required.
The script shown below is used to retrieve the custom data definitions for your
Would you like to download this script?