Allows users to select a value from a list of defined options.Properties
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
Values: You can enter the values separated with the new line, each value appears as one radio button
Default Value:
...
You can set
...
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 database
Configuration
Name:
Label:
Show Horizontal line:
Field Type:
Layout:
Hide space:
Url to create field as a link:
Is Clickable:
Placeholder:
Inline Edit:
Debounce Time in seconds:
Value Destination Type:
Value Destination Variable:
Picklist Type:
Picklist Values:
Application Name:
Hide Search:
Is Dependent:
Show DropDown Up:
Show Description:
Description Label:
Component Size:
Margin Location:
Margin Size:
Style:
Classes:
Visibility Type:
Required Type:
Required Error Message:
Show Success Message:
Success Message:
Show Error Message:
Error Message:
Custom Validation:
Readonly Type:
Disability Type:
Events Action
onload:
change:
blur:
click:
onselect:
focus:a default value 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Â