• Ashok Kumar 454
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
I have been trying to complete this trail
Use Custom Metadata Types in Formulas, Default Values, and Validation (salesforce.com)
 but can't be able to solve it
My Validation rule is 
IF(( ISPICKVAL( Support_Tier__c , "Gold") && ( AnnualRevenue < $CustomMetadata.Support_Tier__mdt.Gold.Minimum_Spending__c * 20)), TRUE, FALSE)

but I'm Receiving a weird error called
"Challenge not yet complete in Creative Hawk Playground
In the validation rule named 'Revenue_Validation', we can’t find a reference to '$CustomMetadata.Support_Tier__mdt.Gold.Minimum_Spending__c'."

even though it was there in the Validation rule