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
  • Byte
  • Char
  • DateTime
  • DateTime2
  • DateTime3
  • Double
  • False
  • Float
  • Guid
  • NewGuid
  • Int
  • Language
  • Long
  • Null
  • Short
  • String
  • TimeSpan
  • TimeSpan2
  • TimeSpan3
  • True
  • Decimal

Was this helpful?

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

Constants

Byte

Represents a number with the length of a Byte.

Syntax

Byte ( Value )

Parameters

Value The value which is returned as a Byte. Type: Byte

Return Type

Byte

Char

Represents a specified character.

Syntax

Char ( Value )

Parameters

Value The value which is returned as a Char. Type: Char

Return Type

Char

DateTime

Represents a specified DateTime element. Input format: "24.12.2013 19:00:00.000"

Syntax

DateTime ( Value )

Parameters

Value The value of the DateTime Object. Type: DateTime

Return Type

DateTime

DateTime2

Represents a specified DateTime element.

Syntax

DateTime2 ( [Year] [, Month] [, Day] [, Hour] [, Minute] [, Second] [, Millisecond] )

Parameters

Year (optional) The year of the DateTime Object. Type: Int

Month (optional) The month of the DateTime Object. Type: Int

Day (optional) The day of the DateTime Object. Type: Int

Hour (optional) The hour of the DateTime Object. Type: Int

Minute (optional) The minute of the DateTime Object. Type: Int

Second (optional) The second of the DateTime Object. Type: Int

Millisecond (optional) The millisecond of the DateTime Object. Type: Int

Return Type

DateTime

DateTime3

Represents a specified DateTime element.

Syntax

DateTime3 ( Ticks )

Parameters

Ticks The ticks of the DateTime Object. Type: Long

Return Type

DateTime

Double

Returns a specified Double Value. Integers, floats, etc. are casted implicitly.

Syntax

Double ( Value )

Parameters

Value The value which is returned as a double. Type: Double

Return Type

Double

False

Represents a false constant.

Syntax

False (  )

Parameters

No parameters

Return Type

Boolean

Float

Represents a specified Float Value. Integers, Double, etc. are casted implicitly.

Syntax

Float ( Value )

Parameters

Value The value which is returned as a Float. Type: Float

Return Type

Float

Guid

Represents a specified GUID element. The input format is: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

Syntax

Guid ( Value )

Parameters

Value The value which will be returned as a Guid. Type: Guid

Return Type

Guid

NewGuid

Action for creation of a new GUID element.

Syntax

Guid NewGuid()

Parameters

This action does not have any parameter.

Return Type

Guid

Int

Represents a specified Integer Value.

Syntax

Int ( Value )

Parameters

Value The value which is returned as an Int. Type: Int

Return Type

Int

Language

Represents a language element.

Syntax

Language ( Value )

Parameters

Value The value which is returned as a Language. Type: Language

Return Type

Language

Long

Represents a long value.

Syntax

Long ( Value )

Parameters

Value The value which is returned as a long. Type: Long

Return Type

Long

Null

Represents a NULL value.

Syntax

Null (  )

Parameters

No parameters

Return Type

Any

Short

Represents a 16-bit signed integer.

Syntax

Short ( Value )

Parameters

Value Value which is returned as Short value. Type: Short

Return Type

Short

String

Represents a String constant.

Syntax

String ( Value )

Parameters

Value Text of the String. Type: String

Return Type

String

TimeSpan

Represents a specified TimeSpan element. Input format: "1:14:30:15.000"

Syntax

TimeSpan ( Value )

Parameters

Value The value of the TimeSpan Object. Type: TimeSpan

Return Type

TimeSpan

TimeSpan2

Represents a specified TimeSpan element.

Syntax

TimeSpan2 ( [Day] [, Hour] [, Minute] [, Second] [, Millisecond] )

Parameters

Day (optional) The day of the TimeSpan Object. Type: Int

Hour (optional) The hour of the TimeSpan Object. Type: Int

Minute (optional) The minute of the TimeSpan Object. Type: Int

Second (optional) The second of the TimeSpan Object. Type: Int

Millisecond (optional) The millisecond of the TimeSpan Object. Type: Int

Return Type

TimeSpan

TimeSpan3

Represents a specified TimeSpan element.

Syntax

TimeSpan3 ( Ticks )

Parameters

Ticks The ticks of the TimeSpan Object. Type: Long

Return Type

TimeSpan

True

Represents a TRUE constant.

Syntax

True (  )

Parameters

No parameters

Return Type

Boolean

Decimal

Represents a specified Decimal Value

Syntax

Decimal ( Value )

Parameters

Value Value as Decimal (constant): The value which is returned as a Decimal.

Return Type

Decimal

PreviousStructureNextConverters

Last updated 2 years ago

Was this helpful?