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
BobBBobB 

Accessing Custom Settings

I have two custom settings:

     Junk List Settings

     Junk Settings (Hierarchical)

Each has one field.

 

If I create a formula field in the contact record I can see and insert the hierarchical setting:

 $Setup.Junk_Setting__c.JunkSettingDate__c

 

I cannot see or insert the other one. What am I missing?

 

tia... Bob

BobBBobB

Never mind. I see in the doc that only hierarchical are available. But why?

 

...Bob