Data Objects
The Data Objects category in Workmaster contains special widgets that connect your UI with backend Data Models. These are essential when building forms or interfaces that require storing or updating data in your system.
This section of the Widget Panel is automatically populated based on the Data Models you create in the Data tab. For every Data Model you define, a corresponding Container for [Data Object Name] widget is generated and made available here.
Container for [Data Object Name]
Each container widget is uniquely tied to a specific Data Model. When added to a page, it acts as the parent container for input fields and enables automatic create or update behavior during form submission.
Field binding is handled manually via Element IDs, which must match the camelCase version of the Data Model’s field names. Workmaster also provides a built-in field selector next to the Element ID input to assist with accurate mapping.
Last updated