Versions Compared

Key

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

Allows users to enter or pick a date and time from a popup.

...

Field creation properties:

  • Label: To display on UI

  • Name: To save at backend, instance prefix will append in case of custom object

  • Required: The date/Time 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 date/Time field can be If the field is set as unique then more than one record cannot be saved with the same value in this field

  • Minimum Date <> Minimum: A user can set , with Date/Time: Set the minimum date of the input

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

  • Date Time Format:

    DD/MM/YYYY HH:MM: Day-Month-Year, isfor hours and minutes. For example 17/02/2009 01:00 AM
  • MM:DD:YYYY HH:MM:SS: Month-Day-Year, is for hours, minutes, and seconds. For example 02/17/2009 01:23:40 AM

  • YYYY:DD:MM: Year-Day-Month. For example 2009/17/02

  • YYYY:MM:DD: Year-Month-Date. For example 2009/02/17

  • YYYY-MM-DD: Year-Month-Date. For example 2009-02-17

  • Hour Clock:

    • 12HR: The 12-hour clock runs from one in the morning to noon and then from one in the afternoon to midnight. For example 9:00 p.m.

    • 24HR: The 24-hour clock runs from 0:00 (midnight) to 23:59. For example 21:00

  • Read Only: 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
  • Default Value: User can set the default value

...

  • /time which can be entered while record creation

  • Maximum Date <> Maximum, with Date/Time: Set the maximum date/time which can be entered while record creation. This can’t be less than the provided minimum date/time

  • Date Time Format <> Date/Time Format: This defines in which format the date/time can be entered and displayed. However, the date/time will be saved in the standard format supported by the database

  • Hour Clock: You can set the clock format to either 12 or 24 hrs.

  • 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