...
Field Name | Description | ||
---|---|---|---|
Label | A user-friendly name for the variable, used for easy identification within the application. | ||
Name | The unique identifier for the variable, it typically used in code or within merge text. | ||
Field Type | Specifies the type of data the variable will hold (e.g., text, number, date,etc).
| ||
Default Value | The initial value assigned to the variable, applied if no other value is provided. | ||
Required | Checkbox that determines if the variable must be filled before proceeding. | ||
Is Array | Checkbox that indicates whether the variable can store multiple values (an array) instead of just one. |
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
For Example, Use Case: Automatically Updating a Related Layout Scenario: Suppose you have two layouts in noKodr—a Customer Details layout and an Order Summary layout. When a user updates the customer's shipping address in the Customer Details layout, you want the Order Summary layout to automatically refresh and display the updated shipping address. Solution:
This use case demonstrates how events in noKodr can be used to synchronize data between layouts, improving workflow efficiency and ensuring consistency across different parts of the application. |