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
vnookala23vnookala23 

Trailhead validation error "The validation rule name 'Close_Date_Alert' was not found."

Hi All

I am getting the below error while doing the below challenege

Challenge Not yet complete... here's what's wrong: 
The validation rule name 'Close_Date_Alert' was not found.

Please help me to slove it ?
 
Best Answer chosen by vnookala23
Sumeet_ForceSumeet_Force
1. Is the validation rule by exact same name ? Confirm it once.
2. Are there namespaces enabled in your org ?
If point 2 is yes, try doing it in new org.

All Answers

Sumeet_ForceSumeet_Force
1. Is the validation rule by exact same name ? Confirm it once.
2. Are there namespaces enabled in your org ?
If point 2 is yes, try doing it in new org.
This was selected as the best answer
Sathyavelrajan AvudaiappanSathyavelrajan Avudaiappan
Make sure that you are using the 'validation rule' on the corresponding object. (Ex: Opportunities --> Validation Rules -> New).

** Please make sure that you are not using the Custom Fields & Relationships on the corresponding object (Ex: Opportunities --> Fields --> Opportunity Custom Fields & Relationships --> New )
 
Josué PeixotoJosué Peixoto
CloseDate < TODAY() && NOT(IsClosed)