You need to sign in to do that
Don't have an account?
uma52551.3972270309784705E12
IF( IsClosed , ROUND(ClosedDate - CreatedDate, 0) , ROUND((NOW() - CreatedDate),0)) is my formula field and I am having a custom setting "Policy view" of type Hierarchy. Thanks!
We Are having a custom field under case called Case_Age__c which is a formula field.I wanted to know if we could make the number of days in this a custom setting. I want to be able to adjust this number quickly without having to go through development. What is this custom setting and how it will work? please help in finding this.
Custom Setting
IF( IsClosed , ROUND(ClosedDate - CreatedDate, 0) , ROUND((NOW() - CreatedDate),0)) is my formula field and I am having a custom setting "Policy view" of type Hierarchy. Thanks!
where Forum_Setting__c is the name of your custom setting and Number__c is the field that you want. Obviously this formula doesn't make much logical sense, but it is an example of how it can be used.
More reading: https://help.salesforce.com/apex/HTViewHelpDoc?id=cs_about.htm