/
#ELEMENT:ASSOCIATE
#ELEMENT:ASSOCIATE
Used to store the ID of an ASSOCIATE of a CASE.
Introduced un API Version 2.7.23
TITLE | DATA_CODE | QUESTION TYPE | COMMENTS |
---|---|---|---|
Title of Question | TITLE | TEXT AREA | This is the text to be shown when the FORM is not being edited |
Title of Question on edit | TITLE_ON_EDIT | TEXT AREA | This is the text to be shown when the FORM is being edited (the user is answering the question) |
Title format | LITERAL_FORMAT | JSON | Format attributes for the TITLE. For information about the contents of the JSON see ITEM TEMPLATE OBJECT#LITERAL_FORMAT |
Answer format | VALUE_FORMAT | JSON | Format attributes for the value. For information about the contents of the JSON see ITEM TEMPLATE OBJECT#LITERAL_FORMAT |
Arrangement | ARRANGEMENT | JSON | Attributes to define the arrangement of the question & answer in the screen. For information about the contents of the JSON see ITEM TEMPLATE OBJECT#ARRANGEMENT |
Required? | OBLIGATORIO_SN | BOOLEAN | |
Default value | VALOR_POR_DEFECTO | TEXT | The ITEM of type ASSOCIATE allows defining a default value (normally by using a FORM FORMULA). The default value must be a JSON object (see OPERAND DATA TYPES) containing default values that a client application can use to show in the user interface to suggest the selection of an ASSOCIATE. The the JSON can contain the following properties (all fields are optional):
Example: { "gender": "M", "given_name": "John", "family_name": "Doe", "complete_name": "John Doe", "phone": "+34932938924", "email": "xxx@gmail.com", "relationship": "FAMILY", "relative": "PARENT" } |
Tabulation | TABULACION | NUMERICAL | |
Condition | CONDICION | TEXT | |
Visibility condition | VISIBILITY_CONDITION | TEXT | Condition to determine whether this ITEM can be viewed by the active USER or not. In run-time, if this condition evaluates to 'false' then the ITEM will not be returned by API functions like form_get_summary() (but it is still considered to exist in the FORM) |
Hidden | HIDDEN | VERTICAL_RADIO |
, multiple selections available,
Related content
#ELEMENT:EVALUATION
#ELEMENT:EVALUATION
More like this
#ELEMENT:VALUE
#ELEMENT:VALUE
More like this
#ELEMENT:FORM
#ELEMENT:FORM
More like this
#ELEMENT:VAS
#ELEMENT:VAS
More like this
ITEM TYPE: "ASSOCIATE"
ITEM TYPE: "ASSOCIATE"
Read with this
#ELEMENT:CHOICE
#ELEMENT:CHOICE
More like this