Output variables

Output variable Description
activityName_errorCode

The error code for the activity;

"0" = Success

Any other value indicates a server error.

activityName_informationCode If errorCode is not "0," then informationCode contains the return code from the API call.
activityName_returnMessage If errorCode is not 0, returnMessage contains the error message text returned from the API call.
activityName_output.row[#].fieldName E4X expression that returns the actual data in a specific row.
activityName_output.row.length().fieldName

E4X expression that returns the number of records found.

Possible values for row are 0-3.