...
Include Page | ||||
---|---|---|---|---|
|
Merge Text
Merge text is a key feature of the noKodr application, allowing users to display field values on the UI. Depending on the data type, users can perform mathematical operations on these fields.
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
For example, if you want to display a calculated total price based on the quantity and unit price entered by the user on a sales order form, and you wish to dynamically showcase this on the UI without saving the record in the database, you can achieve this using the UI fields in noKodr. |
After selecting merge text you can you can see several options such as:
...
Attribute | Description | ||
---|---|---|---|
Source Type | In this option, you can select various sources from which you want to display values. | ||
Value | The available options will change depending on the selected source type. For example, if you choose "Static" as the source, you can provide a fixed static value. | ||
Merge Field Expression | The selected field from the source will be displayed in a merge format. For instance, the first name field from the contact model will appear as: {model:contact.FirstName}. | ||
Message Body | In this option, You can add multiple values to form your final UI merge text.
|
Available Sources
After clicking on the Gear Icon, you can select various sources to include fields or values, such as variables, other models, static values, etc.
...
Source Type | Description |
---|
Source Type | Description | ||
---|---|---|---|
Static | Use this option to provide a fixed static value. | ||
Field | Select the field from the chosen object in the model whose value you want to include. | ||
Model | Choose the field from other models whose value you want to include. | ||
Variable | Select from the variables created in the layout whose value you want to use. | ||
Cookie Key | Choose the available cookie key whose value you want to include from your browser. | ||
Local Storage Key | Select the available Local Storage Key whose value you want to include from your browser. | ||
User | You can also select fields from the current logged-in user in your organization to include in the merge.
|
Info |
---|
Note: After clicking inside the tab section on the layout, you will see the tab configuration |
...