Service Studio 5.1 Help
Edit Record Widget Runtime properties
When you are gathering the end-user selection through a Edit Record widget, the following runtime properties (A property that you only can access at run-time. Runtime properties can be Read/Write or Read only.) are available:
Id: Identifies the widget in the HTML of the web screen or web block.
You can use this runtime property when, for example, developing your JavaScript.
Read only. Text type.
Record: Allows you to manage the record edited by the widget.
Read / Write. Record type.
You can use this property
to create an entity in the database. How?
Valid: Allows you to check whether all the inputs bound to this edit record are valid. Widgets are bound to Edit Records using their Parent Edit Record property. This property is True only when all the widgets "inside" the Edit Record are valid.
Read only. Boolean type.
Inside the Edit Record widget, in the Scope Tree, there
is a grouping called Widgets which is not
a runtime property of the Edit Record. It is only a folder to group all
the widgets that have the current widget as their Parent
Edit Record.
See Also
About Runtime Properties | About Edit Record Widget | Edit Record Widget Properties | Widgets and HTML Tags