Versions Compared

Key

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

Allows users to create a relationship that links an object to another object.

...

Field creation properties:

  • Is Tightly Coupled: In a tightly coupled relationship, the child record can’t exist without any associated parent record

  • Relates To: A user can select the related object for lookup relationship.

  • Child Relationship Name: A user can set any name

  • Read Only: : A user can make the field as read-only

  • Required: Lookup field can be set as required

  • Unique: Lookup field can be set as unique

  • Sortable: If a user makes a field sortable, then the records can be sorted in the table or listview in ascending or descending order

Configuration

  • Name:

  • Label:

  • Show Horizontal line:

  • Placeholder: Placeholder text, located inside a form field, is an additional hint, description, or example of the information required for a particular field. These hints typically disappear when the user types in the field

  • Field Type:

  • Layout: A layout is an arrangement or design Following are the sub-fields of Layout

  • Stacked: A user can set field as stacked

  • horizontal: A user can set field as horizontal

  • singleColumn: A user can set field as singleColumn

  • noLabel

  • Compact:

  • Hide space: A User can hide the Spaces of field in Layout

  • URL to create field as a link:

  • Is Clickable:

  • Inline Edit: Users can easily update and write information visually and directly on-screen

  • Debounce Time in seconds:

  • Is Copy Enabled:

  • Value Destination Type:

  • Value Destination Variable:

  • Component Size:

  • Margin Location: Specifies extra space on the left, top, right and bottom sides of this view

  • Style:

  • Classes:

  • Visibility Type: specifies whether or not an element is visible

  • Required Type:

  • Required Error Message: A user can make Error Message Required

  • Show Success Message:

  • Success Message:

  • Show Error Message:

  • Error Message:

  • Custom Validation:

  • Read only Type:

  • Disability Type:Label: To display on UI

  • Name: To save at backend, instance prefix will append in case of custom object

  • Required: You can set this field as required. If the field is marked as required then the record from the parent object which is selected at the child object can’t be deleted

  • Unique: You can set this field as unique

  • Relates To: Defined with which object is related to

  • Value Key: Value from the related object which will get saved on the target object

  • Label Key: Value from the related object which will be displayed on the target object

  • Is Tightly Coupled: If the field is marked as tightly coupled and if the parent object record is deleted then all the child records will get deleted wherever the deleted parent record is saved. If the field is marked as Is Tightly Coupled as true then the lookup will be set as Required

  • Child Relationship Name: A field will get created at the Parent object with this name which stores the information on which all objects the lookup field is created with this particular object

  • Criteria: You can filter the records of the parent object on the child object by applying the criteria

  • ReadOnly <> Read-only: You can set this field as read-only. Users can put the value in this field only while record creation

  • Sortable: Value in fields can be sorted in ascending or descending order on the listview if this is set as true

  • Help Text: This text will be visible at the top right corner of the field as a popover

  • Description: You can give the description of the field while creation

  • Access Feature

    • Queryable: Query can be performed on this field

    • Creatable: Record can be created with value in this field

    • Editable: Value in this field can be edited