/
"@ITEM" OBJECT CODE (ITEM TEMPLATE)

"@ITEM" OBJECT CODE (ITEM TEMPLATE)

Introduced in API Version 2.7.22

Object code format

parent_object.@ITEM{selector}.property
parent_object.ITEM{selector}.property

The selector is mandatory and refers to the ITEM TEMPLATE OBJECT reference (the numeric ID or ITEM_CODE assigned when designing the the FORM TEMPLATE OBJECT).

Note that the initial @ symbol is not necessary and there is no ambiguity with the "ITEM" OBJECT CODE since the parent object provides the context to know that we refer to an ITEM TEMPLATE OBJECT and not to a ITEM OBJECT.

Possible parent objectsExample
@FORM

@FORM.@ITEM{item_iditem_code}.REF

@FORM.ITEM{item_iditem_code}.REF

@TASK

@TASK.@ITEM{item_iditem_code}.REF

@TASK.ITEM{item_iditem_code}.REF

Returns information about an ITEM TEMPLATE OBJECT. This object code always requires a selector (cannot be used without a selector)

Context information

Required context objects
FORM TEMPLATE or TASK TEMPLATE
PROGRAM

The ITEM TEMPLATE is searched in the scope defined by the parent OBJECT.

Properties

PROPERTYDESCRIPTION
@ITEM{item_iditem_code}.REF

Unique reference of the ITEM TEMPLATE

@ITEM{item_iditem_code}.TITLE.*An object of type DESCRIPTION that contains the title of the ITEM TEMPLATE
@ITEM{item_iditem_code}.OPTIONS{property}

List of the selected property of the options the ITEM TEMPLATE list of OPTIONs (in ITEM TEMPLATES of type "RADIO" or "CHECK")

The value of the property parameter can be:

  • If no property is defined, then the return value will be a list of all option's IDs
  • "VALUE": This is the value associated to all options
  • "DESC": The description of all options
  • "IMAGE": If the option has an associated image, then the bytes of the image (base 64) will be returned.

  • "IMAGE_REF": If selected option has an associated image, then reference of the image will be returned.



Related content