In this lesson, we create a Geolocation field on the Account object.
Resource:
Geolocation Custom Field - https://help.salesforce.com/articleView?id=sf.custom_field_geolocate_overview.htm&type=5
In this lesson we create a percentage field to track the percentage complete on projects.
In this lesson we create a Checkbox field to denote whenever a Project has deliverables. We will use this new, custom Checkbox field as a controlling field in a field dependency with a multi-select picklist.
In this lesson, we create a Multi-Select Picklist. We will use this new field to record what deliverable(s), if any, that a project has. This Multi-Select Picklist is intended to work in conjunction with the Checkbox we created in the previous lesson. This is to demonstrate how that Checkboxes ca...