Learn how to ensure data quality and a great user experience by configuring the right Data Fields and arranging them into logical Screens.
🧊 Objects
(the “what”) and the Workflows
they follow (the “how”). Now, you must define the precise information that your team needs to capture for each Object
as it moves through its lifecycle. This is done by configuring Data Fields and arranging them into Screens.
Data Field
is the smallest unit of information storage in Luklak. Choosing the right field type is essential for ensuring data integrity, which enables powerful filtering, reporting, and automation later on.
When creating fields for your Object Types
, you can choose from a wide variety of types, including:
Objects
to specific people.Objects
(as covered in Step 2).Object
.Number
field with currency formatting, not a generic Text
field. This allows you to perform calculations and build accurate reports.Screen
is the user-facing layout that presents your Data Fields
to the end-user for viewing and data entry. The Screen
designer is a visual, drag-and-drop canvas that lets you organize your fields for maximum clarity and efficiency.
When designing your Screens
, consider these best practices:
Screen
.Object
has a very large number of fields, organize them into tabs to avoid overwhelming users with a long, scrolling form.Object
. Instead, you can design multiple Screens
and dynamically show the most relevant one based on an Object
’s Status
in its Workflow
.
This enables progressive disclosure, where you only ask for the information you need, when you need it.
Example:
Support Ticket
Object
is first created, it is in the NEW
Status. You can assign a simple “New Ticket” Screen
that only asks for the customer’s name, their issue, and the urgency.IN PROGRESS
Status, you can automatically switch to a more detailed “Investigation” Screen
that includes fields for diagnostic notes, root cause analysis, and linked technical documents.Function
: the data model, the process flow, and the user interface for capturing data. The next step is to make this structure intelligent by building automation rules that connect the dots and eliminate manual work.