formScope

(FintechOS Studio 20.1.3 and later)

IMPORTANT!  
The functionality of this object overlaps with formData.formScope. It is recommended to use formData.formScope instead.

Object shared between different JavaScript attributes of an entity form, used for storing user defined variables and functions.

Availability

Entity Attributes
Entity form Before events, after events.
Entity form section After events.
Entity form section (wizard mode) Before section save, After section save.
Entity form field Attribute change event.

It is also a property of formData, so it can also be used on an EntityView afterGenerate attribute.

Examples