Versions Compared

Key

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

An address field allows a user to fill in their Allows users to enter an address in the standard address format. 6 sub-fields are auto created after creating the address fields, which are format with the following information:

  • Country: The country is a standard picklist where from which users can select their specific country

  • State: State is the geographical boundary for the address field, and State is a a standard and dependent picklist on the country. For example, if a user chooses India as the country, all states within India will be displayed.

  • City: The city City is a text field in which users can type in the city name

  • Address Line 1 : In line 1 users can fill in the first line of addressLine & 2: In Address Line 1 & 2 the users can fill in their second line of the detailed address

  • Pin code: Pin A pin code is a number text type in which users can fill in their pin code which

  • Country, State, City, Address Line 1, and Pin Code will be required. if the address field is marked as required

Field creation properties:

  • Label: To display on UI

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

  • 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

  • This gets saved as “Object” in Database

  • The nested fields are stored in “String” data type