Virtual Field

Overview #

Virtual field is the field the value of which is computed – processed by Twig. Similar to Layout processing.

Field Type Parameters: #

  1. Layout (optional) – Value Layout
  2. Value Storage (optional) – Store the value for future use in search or order by.
    • virtual – (Virtual (Computed on request))
    • storedstring – (Stored String)
    • storedintegersigned – (Stored Integer Signed)
    • storedintegerunsigned – (Stored Integer Unsigned)
  3. Length (optional) – Number of characters. Applied for Stored String only.
    • Default: 255
    • Min: 1
    • Max: 4096

Value Processing Parameters: #

Basic usage:

{{ FieldName }}

Pure Value (Unprocessed): #

Example:

{{ FieldName.value }}


Edit Record Parameters: #

Basic usage:

{{ FieldName.edit }}

What are your feelings

Leave a Reply

Updated on January 9, 2025