An email field is an alphanumeric field where user can type in their email address. This field has an auto validation to prevent invalid data.
...
Field creation properties:
Label: To display on UI
Name: To save at backend, instance prefix will append in case of custom object
Required: The email field You can be set as required
Unique: The email field can be set as unique
Default value: A user can set the default value
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:this field as required or mandatory. So, the record cannot be saved without entering the value in this field
Default Value: You can set 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Ā