afv-library/prompts/getting-started/create-opp-formula.md
2025-12-11 15:39:09 -05:00

330 B

name description tags
Opportunity Days Open Formula Create a formula field on Opportunity that calculates the number of days since the record was created. salesforce, opportunity, formula-field, automation, admin

Add a formula field on Opportunity called Days_Open__c that calculates TODAY() - DATEVALUE(CreatedDate).