Commands

CloseCommand

A command when used with ExecuteCommands that closes an Object.

Syntax

CloseCommand ( Object )

Parameters

Object The Object to close. Type: Object

Return Type

Command

DownloadCommand

A command when used with ExecuteCommands that downloads a Document.

Syntax

DownloadCommand ( Document )

Parameters

Document The Document to download. Type: Document

Return Type

Command

DownloadFromInstanceCommand

A command when used with ExecuteCommands that downloads a Document from an Object.

Syntax

DownloadFromInstanceCommand ( Object )

Parameters

Object The Object to download the Document from. Type: Object

Return Type

Command

ExecuteCommands

Exits the Script and executes the given Commands.

Syntax

ExecuteCommands ( Commands )

Parameters

Commands The Commands to execute. Type: List<Command>

Return Type

Exit

LoadNewCommand

A command when used with ExecuteCommands that loads an Object new.

Syntax

LoadNewCommand ( Object [, LayoutId] )

Parameters

Object The Object to load new. Type: Object

LayoutId (optional) The ID of the new Layout for the Object. Type: Guid

Return Type

Command

MessageCommand

A command when used with ExecuteCommands that displays a Message

Syntax

MessageCommand ( Message )

Parameters

Message The Message to display. Type: Any

Return Type

Command

OpenCommand

A command when used with ExecuteCommands that opens an Object.

Syntax

OpenCommand ( Object [, LayoutId] )

Parameters

Object The Object to open. Type: Object

LayoutId (optional) The ID of the Layout to open the Object with. Type: Guid

Return Type

Command

RefreshCommand

A command when used with ExecuteCommands that refreshes an Object.

Syntax

RefreshCommand ( Object [, LayoutId] )

Parameters

Object The Object to refresh. Type: Object

LayoutId (optional) The ID of the Layout for the refreshed Object. Type: Guid

Return Type

Command

ReloadApplicationCommand

A command when used with ExecuteCommands that reloads the entire Application.

Syntax

ReloadApplicationCommand (  )

Parameters

No parameters

Return Type

Command

ReloadCommand

A command when used with ExecuteCommands that reloads an Object.

Syntax

ReloadCommand ( Object [, LayoutId] )

Parameters

Object The Object to reload. Type: Object

LayoutId (optional) The ID of the Layout for the reloaded Object. Type: Guid

Return Type

Command

Last updated