Hello there, I’m attempting to create a series of ui-only formulas on a page layout. I’m using a case formula, that evaluates a Salesforce field {{ANI_Segmentation_Row__cc}}, which is a picklist, and should return text “Yes” or “No”. The Display Type on the field is set to Formula and the Formula Return Type is text, but the formula returns the default value “No” for all segmentation rows as of now.
CASE({{ANI_Segmentation_Row__c}},
‘CMNSS1’, ‘Yes’,
‘CMNSS2’, ‘Yes’,
‘CMNSS4’, ‘Yes’,
‘CMNSS5’, ‘Yes’,
‘CMSS1’, ‘Yes’,
‘CMSS3’, ‘Yes’,
‘K12NCM1’, ‘Yes’,
‘K12NCM2’, ‘Yes’,
‘OK12W1’, ‘Yes’,
‘OK12W2’, ‘Yes’,
‘OK12W3’, ‘Yes’,
‘PNSL1’, ‘Yes’,
‘PNSL2’, ‘Yes’,
‘PNSL3’, ‘Yes’,
‘SLFS1’, ‘Yes’,
‘SLFS2’, ‘Yes’,
‘SSANR1’, ‘Yes’,
‘SSNCM1’, ‘Yes’,
‘SSNCM2’, ‘Yes’,
‘SSNCM3’, ‘Yes’,
‘No’)
Question
Ui-Only Field using Case Formula
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.