Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

info
Info

Reference: Input Mapping

Panel
panelIconId1f5e8
panelIcon:speech_left:
panelIconText🗨️
bgColor#F4F5F7

For example, if you’ve chosen "Layout" and selected a specific layout to display, you can use input mapping to pass the relevant data that will be shown in the UI.

...

Note: This option label depends on what source type one chooses. Following are the variations:

  1. Static → Value

  2. Record → Field

  3. User → User

  4. Variable → Input Variable

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.

Info

Reference: Source Type

Value

It allows to choose the exact value of source type to map with input variable.

Info

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.

info

Note: 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

  • The Add Condition feature allows users to define multiple criteria that must be met for a validation rule to trigger.

  • This feature is used to create complex logic by combining different conditions that Salesforce evaluates before allowing a record to be saved.

Add Group Condition

  • The Add Group Condition feature allows users to group multiple conditions together, creating complex logic that involves different sets of criteria.

  • This feature is particularly useful when combining conditions that should be evaluated as a unit (logical OR within a group) or when nesting conditions for more advanced logic.