Session 3
Session 3
Basic field :
-Text, Text Area (Long), Text Area (Rich), Text (Encrypted), Text Area
-Currency
-Checkbox
-Date
-Date/Time
-Auto Number
-Phone
-Time
-URL
-Email
-Number
-Percent
Session 3
• Currency Fields
Session 3
• Checkbox Fields :
Session 3
• Date Fields :
Session 3
• Advance Field:
- Picklist, Picklist (Multi-Select)
• Field Dependencies
- Geolocation
- Formula
1) how many days position was opened.
2) fill position within 90 days of its being opened.(Hire By)
3) set opened date default value.
- Validation Rule:
1) Min Pay should never be greater than Max Pay.
2) ensure that Close Date has a value whenever the Status field is set to Closed - Filled or Closed - Not Approved.
- Page Layouts :
section : Compensation -> Min Pay , Max Pay
: Description -> Job Description, Responsibilities, Skills Required, and Educational
Requirements
: Required Languages -> Apex, C#, Java, and JavaScript
Create Picklists and Field Dependencies
• Field dependencies are filters that allow us to change the contents of a picklist based on the value of another field.
• Rather than displaying every value for Region in a single picklist, you can limit the values that are displayed based on a
value for another field, like Zone.
e.g:
1) Region
APAC
EMEA
LATAM
US
Canada
2) Zone:
East Asia,Oceania,Southeast Asia,Africa,Europe,Middle East
UK + Ireland,Caribbean,Central America,South America,Midwest US
Northeast US,Southeast US,Southwest US,West US,Northern Canada
Mountains and the West,The Prairies,Central Canada,East Coast
Link: https://trailhead.salesforce.com/content/learn/projects/customize-a-salesforce-object/picklists-field-dependencies
point about dependent fields
• dependent fields:
- The value selected in the controlling field affects the values available in the dependent field.
- A dependent field works in conjunction with a controlling field to filter its values.
- Standard picklist filed must be controlling fields. We cannot define standard picklist fields as dependent fields.
- We can define default values for controlling field. But we cannot define default fields for dependent fields.
validation rules : Validation rules verify that the data a user enters in your app meets the standards that you
specify.
Min Pay : Min_Pay_Rule
Max Pay
• Close Date : let's ensure that Close Date has a value whenever the Status field is set to Closed - Filled or Closed - Not
Approved.
Validation Rule
Assignment 1
• Trailhead link:
Platform basic :
https://trailhead.salesforce.com/en/content/learn/modules/starting_force_com?trail_id=force_com_admin_beginner
Data modelling :
https://trailhead.salesforce.com/en/content/learn/modules/data_modeling?trail_id=force_com_admin_beginner