"@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 objects | Example |
---|---|
@FORM | @FORM.@ITEM{item_id | item_code}.REF @FORM.ITEM{item_id | item_code}.REF |
@TASK | @TASK.@ITEM{item_id | item_code}.REF @TASK.ITEM{item_id | item_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
PROPERTY | DESCRIPTION |
---|---|
@ITEM{item_id | item_code}.REF | Unique reference of the ITEM TEMPLATE |
@ITEM{item_id | item_code}.TITLE.* | An object of type DESCRIPTION that contains the title of the ITEM TEMPLATE |
@ITEM{item_id | item_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:
|