...
Nodes are the fundamental building blocks that allow you to configure and customize the noKodr application’s interface and behavior. They provide flexibility in creating specific user interactions and use cases within Salesforce.
Node Configuration
Let’s see the what the things that’s come sup comes up while creating/configuring node for your application.
...
In this section, you can view and manage the details of the assigned layout, list view, or URL associated with your node. You can add multiple item configurations by clicking on Add Config
and control their visibility using conditions.
...
Attributes | Description | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Name | Provide a label or name to identify your item. | ||||||||||||||
Type | Choose the type of item you want to assign (e.g., layout, list view, or URL). | ||||||||||||||
Layout Name | If the type is set to "Layout," this option becomes available to select the specific layout you want to assign. | ||||||||||||||
Object Name | If the type is set to "List View," this option becomes available to select the object for which you want to assign the list view. | ||||||||||||||
List View Name | Once the object is selected for the "List View" type, using this option choose from the list views associated with that object. | ||||||||||||||
URL | If the type is set to "URL," you can provide the external website link to be displayed within the application. | ||||||||||||||
Input Mapping | This option allows you to pass data to the selected type.
|
...
Input Mapping Field | Description | ||
---|---|---|---|
Input Variable | It allows to use the variables available for the item type one chooses in earlier Add Config screen. | ||
Operator | It allows to choose from the operator depending upon input variable data type, if its boolean it will only populate set operator. Usual operators available here are equals, greater than, less than. | ||
Source Type | In this option, you can select various sources from which you want to map values. You can explore Source Type.
| ||
Value | It allows to choose the exact value of source type to map with input variable. Info | Note: This option label depends on what source type one chooses. Following are the variations:
|
Source Type:
Source Type | Description |
---|---|
Static | Use this option to provide a fixed static value. |
Model | Choose the field from other models whose value you want to include. |
Input Variable | Select from the variables created in the layout whose value you want to use. |
User | You can also select fields from the current logged-in user in your organization to include in the merge. infoNote: The User source refers to the currently logged-in user in your organization. This means that if you include the First Name field from the user, each time a different user logs in, they will see their own First Name displayed. |
Add Condition & Group Condition
Condition | Description |
---|---|
Add Condition |
|
Add Group Condition |
|