Skip to main content
MacroReturnValue

Constructors

MacroReturnValue()

Initializes a new instance of the MacroReturnValue class.

MacroReturnValue(String,String)

Creates and returns a macro return value.

Methods

getDescription()

Returns the description of the macro return value.
Returns: CRMScript.Global.String - The description of the macro return value.

getName()

Returns the name of the macro return value.
Returns: CRMScript.Global.String - The name of the macro return value.

setDescription(String)

Sets the description of the macro return value.
Returns: CRMScript.Global.Void

setName(String)

Sets the name of the macro return value.
Returns: CRMScript.Global.Void