Commands
CloseCommand
A command when used with ExecuteCommands that closes an Object.
Syntax
Parameters
Object The Object to close. Type: Object
Return Type
Command
DownloadCommand
A command when used with ExecuteCommands that downloads a Document.
Syntax
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
Parameters
Object The Object to download the Document from. Type: Object
Return Type
Command
ExecuteCommands
Exits the Script and executes the given Commands.
Syntax
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
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
Parameters
Message The Message to display. Type: Any
Return Type
Command
OpenCommand
A command when used with ExecuteCommands that opens an Object.
Syntax
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
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
Parameters
No parameters
Return Type
Command
ReloadCommand
A command when used with ExecuteCommands that reloads an Object.
Syntax
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