Versions Compared

Key

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

Allows users to select currency and enter a value with the following details:

...

Properties

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

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

  • Decimal Places: The user can set decimal places. For eg., if the user sets the decimal value as 3 the data will be displayed as 1.123

  • Currency Selectable: If the currency selectable checkbox is true, then the user can select the currency type. If it is false, then by default currency type is preselected

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

  • ReadOnly: A user can make the field as read-only

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:

...

.

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

  • Currency Selectable: Multiple currency types are supported in the field. You can set whether the user can change or select the currency type while creating the record

  • Currency Type: You can set the default currency type for this field which can be changed if the Currency Selectable is set as true

  • Minimum: You can define the minimum value to be entered in this field. This can be set as negative as well

  • Maximum: You can define the maximum value to be entered in this field, this cannot be less than the values entered in the Minimum allowed field

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

  • 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