I did everything correctly in 2 different playgrounds in second one I get exactly same results as per guide in Account and Opp.
https://trailhead.salesforce.com/content/learn/modules/custom_metadata_types_dec/cmt_formulas
I honestly am pissed off it's a waste of time: my current VR is as follows:
IF(
(ISPICKVAL( Support_Tier__c , "Gold")
&&
( AnnualRevenue <
$CustomMetadata.Support_Tier__mdt.Gold.Minimum_Spending__c * 20
)
), TRUE, FALSE
)
I tried different ones and submitted case with Support which also made me waste 30m bouncing from general support to bot.
3 réponses