Versions Compared

Key

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

Allows users to select a True (checked) or False (unchecked) value.

Properties

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

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

  • Default: A user can set the default value

  • Help Text: The user can enter help text for the checkbox field

  • Description: The user can enter a description for the checkbox field

Access Features

  • Queryable: The queryable feature reads a record from the database

  • Creatable: The creatable feature is used to create a record in the database

  • Editable: The editable feature is used to edit records in the databaseLabel: To display on UI

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

  • 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 checked or unchecked order on the listview if this is set as true

  • Default Value: You can set a default value (Check/Uncheck) to the field which can be updated or changed while creating the record

  • 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Â