Versions Compared

Key

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

Allows users to enter percentages with decimal places.

Properties

  • Maximum: A user can set the maximum value of the input

  • Minimum: A user can set the minimum value of the input

  • Required: The percentage field can be set as required

  • Unique: The percentage 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

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

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

  • Description: The user can enter a description for the percentage 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

...

Field creation properties:

  • 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 or mandatory. So, the record cannot be saved without entering the value in this field

  • Unique: If the field is set as unique then more than one record cannot be saved with the same value in this field

  • Minimum: Set the minimum value which can be entered while record creation

  • Maximum: Set the maximum value which can be entered while record creation. This can’t be less than the minimum value provided

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

  • Decimal Places: You can define the allowed digit after the decimal point if the decimal point is set as 2 and the value entered is 12.345 then it will be displayed as 12.35 (after rounding off). However, the value saved will be 12.345

  • 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