Data Objects

The Data Objects category in Workmaster contains special widgets that connect your UI with backend Data Objects (spreadsheet-like stores of data) or Data Models (read only versions of data objects, process data, or Join and Union Queries). These are essential when building forms or interfaces that require storing or displaying 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 Object. When added to a page, it acts as the parent container for input fields and enables automatic create or update behaviour 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