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
Jayaramu T 9Jayaramu T 9 

If any one have any idea on this please help me?

I want to create custom setting for "new case creation after 7 days" in future it may increase to 30 days also and How to refer this custom setting in " Process Builder"?
Shiva RajendranShiva Rajendran
Hi Jayaramu,
You can use Custom Hierarchy Setting. It can be accessed in process builder ,validation rule or visual flow
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_customsettings.htm
Let me know if you need further help.
Thanks,
Shiva RV
 
sowmya Inturi 9sowmya Inturi 9
Hi Jayaramu,

You can use the following in your process builder formula :
$Setup.CustomSettingAPIName__c.CustomField__c 

Thanks,
Sowmya.
 
Jayaramu T 9Jayaramu T 9
Let me  help on custom setting part .
@Shiva
@Sowmya