function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Peter LantzPeter Lantz 

Contact Validation Rule

Hi all!

I'm very green at coding and need help with the validation rule in the Creating Validation Rules module. I am lost, i don't know where to start with coding it. Help!

Peter
Best Answer chosen by Peter Lantz
CyberJusCyberJus
I know it is confusing, but the best place to get validation rule help is the regular success community Answers section - https://success.salesforce.com

The best place I can advise you to start is the Trailhead validation section:
https://developer.salesforce.com/trailhead/point_click_business_logic/validation_rules
This will walk you through creating validation rules. 

Also here are some example validation rules: 
https://help.salesforce.com/HTViewHelpDoc?id=fields_useful_field_validation_formulas.htm&language=en_US
Once you get a hang of how they work it is easier to write your own.
 

All Answers

CyberJusCyberJus
I know it is confusing, but the best place to get validation rule help is the regular success community Answers section - https://success.salesforce.com

The best place I can advise you to start is the Trailhead validation section:
https://developer.salesforce.com/trailhead/point_click_business_logic/validation_rules
This will walk you through creating validation rules. 

Also here are some example validation rules: 
https://help.salesforce.com/HTViewHelpDoc?id=fields_useful_field_validation_formulas.htm&language=en_US
Once you get a hang of how they work it is easier to write your own.
 
This was selected as the best answer
Peter LantzPeter Lantz
I got it! YAY!