This widget is used to add The <rem> tag adds model attributes to a form. The use case is when the administrator needs to extend a record form in the agent interface. The tag must be specified in the Template field of the widget.
...
Attribute | Type | Mandatory | Description |
---|---|---|---|
isUserScripts | Boolean | N | This attribute allows to enable enabling client scripts execution. The default value is 'true'. |
isPortal | Boolean | N | This attribute allows declaring that this widget should be displayed on the portal. |
modelId | String | N | This attribute allows to specify specifying RE model ID. |
recordId | String | N | This attribute allows to specify specifying an ID of an existing record to extend. |
style | String | N | This attribute specifies the display settings (size, font, color, and etc.) of the widget elements using the CSS syntax. |
tableName | String | Y | This attribute allows to specify specifying a table containing the extending record. |
...