Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
1. Create formula field on Account : SLA Expired(API Name : SLA_Expired__c)
2. Return type : Checkbox
3. Formula : IF(TODAY() > SLAExpirationDate__c, true, false)
If this answers your question then hit Like and mark it as solution!