Skip to main content

Class CRMScriptRunResult

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for CRMScriptRunResult. Object for returning result from a CRMScript

Inheritance

objectCarrierCRMScriptRunResult

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

CRMScriptRunResult()

Default constructor - defaults any enum props to 0.

Properties

ErrorInformation

Contains error information if the execution failed

Property Value

CRMScriptErrorInfo

Eventdata

The EventData instance after script execution with output values

Property Value

EventData

Headers

Optional result headers for context that supports it

Property Value

StringDictionary

Output

The output from the script, normally from a print or printLine statement

Property Value

string

Parameters

The parameters/variables that might have been modified by the script

Property Value

StringDictionary

StatusCode

The status code which is available to be returned from Typescript scripts

Property Value

int

StatusMessage

An additional status message that can be sent along with the status code

Property Value

string

Success

Indicates if the script was executed successfully, or if it failed. In case of failing, the error members will contain more information

Property Value

bool

TraceRun

Contains the trace information from the script execution

Property Value

CRMScriptTraceRun

See Also

CRMScriptAgent