Use the <IndicatePresence> tag with the <Form> tag to add the presence indication widget to a form.

To display the widget, the Indicate presence checkbox must be selected on the table form (the indicate_presence attribute is true).

Available attributes:

АтрибутТипОбязательныйОписание
tableNameStringYes

Specify the table name. This value must be the same as the value of the tableName attribute of the <Form> tag.

recordIdStringYes

Specify the ID of the record. This value must be the same as the value of the sysid attribute of the <Form> tag.

IndicatePresence
<IndicatePresence tableName="{data.table_name}" recordId="{data.record_id}"></IndicatePresence>


  • No labels