Allows users to enter any combination of letters and numbers in a single line
...
.
Field creation properties:
Label: To display on UI
Name: To save at backend, instance prefix will append in case of custom object
Required: The text field You can be set this field as required or mandatory. So, the record cannot be saved without entering the value in this field
Unique: The text field can be If the field is set as unique Default:A user can set the default valueMinimum & Maximum Length:The user can set the minimum and maximum length of the inputPattern:A text pattern is an expression that users can use to evaluate whether a string contains a particular pattern of characters. Text patterns consist of special characters and characters
Characters are:
^ (caret)
$ (dollar sign)
[ ] (brackets)
+ (plus)
* (asterisk)
? (question mark)
Read Only: A user can make the field as read-only
Sortable:If a user makes a field sortable, then the records can be sorted in the table or list view in ascending or descending order
Configurations
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
Layout: A layout is an arrangement or design
Hide space:
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:
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:
Show Success Message:
Success Message:
Show Error Message:
Error Message:
Custom Validation:
Read only Type:
Disability Type:then more than one record cannot be saved with the same value in this field
Minimum Length: Set the minimum length of the text which can be entered while record creation, this can’t be less than 1
Maximum Length: Set the maximum length of the text which can be entered while the record creation. This can’t be less than the minimum length provided. This can’t be more than 255
Pattern: You can set the pattern of the input by adding regex
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
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