...
Country: The country is a global standard picklist from which users can select their specific country. This is a required field
State: State is 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. This is a required field
City: City is a text field in which users can type in the city name. This is a required field
Address Line 1 & 2: In the address line, 1 user can fill the address. This is a required field Address Line 1 & 2 : In the address line, 2 users can fill the detailed address
Pin code: A pin code is a text type in which users can fill in their pin code. This is a required field
You can add the Help Text and Description of the field while creating the field.
Access Features
Queryable: The queryable feature reads a record from the database
Creatable: The creatable feature is used to create a record in the database
Editable: The editable feature is used to edit records in the database
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