Docs
  • Getting Started
  • Overview
    • Understanding
      • User-Interface
      • Shortcuts
    • Getting Started
      • Creating A New Application
      • Adding Basic Structure using Class Designer
      • Creating a link to the TIVITY File Class
      • Setting Rights
      • Creating Queries
      • Building The Layout
        • Creating an App Page
        • Creating an Object Page
        • Creating a List Item Layout
  • Building an Application
    • Application Setup
      • General
      • Documentation
      • License Management
      • Publishing the Application
      • Advanced Settings
        • Document-MailEditor
    • Data
      • Sources
      • Data Modelling
        • Class
        • Field
        • Action
        • Link
      • Query Data
        • Get Started with Query Designer
        • Common
        • Fields
        • Conditions
        • Default Values
        • Preview
      • Roles & Permissions
        • Rights Designer
      • Access Control Lists (ACL)
    • Views
      • Design UI
        • Page Types
        • Fields and Links
        • Layout Controls
          • Actions
          • Panels
          • Sections
          • Lists
          • Input
        • Layout Templates
      • Document Templates
        • Get started with Template Designer
        • Expressions in Templates
    • Execution
      • Functions
      • Workflows
        • Control Types
      • Trigger
      • Scripting
        • Accessing the Script Designer
        • Using the Script Designer
        • Commonly used Actions
        • Reference: Actions
          • Math
          • System
          • Date
          • Collection
          • LogicalOperators
          • Web
          • Structure
          • Constants
          • Converters
          • Commands
          • Text
          • PDF
          • Operators
          • PowerPoint
          • QR-/Barcode
          • Messaging
          • Cells
          • Xml
          • Admin
          • Integrations
    • Expressions
      • Expressions in Expressions
      • Expressions in Condition Values
  • Administration
    • Platform
    • Workspace
    • Security
    • Platform Setup
  • Extensibility and Integration
    • REST API
    • Source Adapter
      • Getting Started
      • Source Adapter Interface
      • RESTful Adapter Service
  • Adapter Portfolio
    • MongoDB Adapter
  • Platform Features
    • Enterprise Search
      • Integration into an App
      • General Settings
    • Templates
    • Tagging
      • Getting Started
      • Manage Tags
      • Settings
      • Usage
        • Tag filter
        • Tag panel
    • DMS Setup
Powered by GitBook
On this page
  • CloseCommand
  • DownloadCommand
  • DownloadFromInstanceCommand
  • ExecuteCommands
  • LoadNewCommand
  • MessageCommand
  • OpenCommand
  • RefreshCommand
  • ReloadApplicationCommand
  • ReloadCommand

Was this helpful?

  1. Building an Application
  2. Execution
  3. Scripting
  4. Reference: Actions

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

PreviousConvertersNextText

Last updated 4 years ago

Was this helpful?