Versions Compared

Key

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

...

Attributes

Description

Type

Allows to specify the type of model, such as:

  • API: For integrating with external applications via REST APIs.

  • Record: For managing Salesforce & few other CRM object data.

Note: By default, Type is set as Record.

Connection

Provides the ability to select records specify the source (i.e., from various connected CRMs with an object structure similar to Salesforce. This feature enables seamless data integration by specifying the desired CRM connection) to select records .

Note: Currently, noKodr supports Connection only for Zoho CRM & Monday CRM.

Record Count

Select the record count type for the model:

  • single: For storing a single record of a specific object.

  • multirecord: For storing multiple records of a specified object.

Note: By default, Record count is set as multirecord.

Object

  • Allows to specify the object for which you want to create the model and display data.

  • Includes two radio buttons, allowing the user to either select the object from a list or manually enter the API name. The Select option lets users choose the object for the model, while the Enter Name option enables manual entry of the API name, avoiding the need to scroll through the picklist and specifying the exact object efficiently.

Note: By default, radio button is set as Select.

Label

Allows to specify the name of the model.

Name

Allows to provide unique API name for the model.

Offset

Allows to specify desired records from bunch of records.

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

For example, supposefor Contact object, where a user has 100 records but wants to create a model starting from the 51st record, the Offset can be set to 50. This allows the model to begin from the specified point, skipping the first 50 records.

Limit

Allows to define the maximum number of records to retrieve from the selected object.

Order By

Allows to choose the field by which to sort the records retrieved from the selected object.

Info

Reference: Order By

Do Not Auto Query

If checked, the model will not automatically query or retrieve data from the selected object.

...