afv-library/prompts/getting-started/create-opp-formula.md

8 lines
330 B
Markdown
Raw Normal View History

2025-12-12 04:39:09 +08:00
---
name: Opportunity Days Open Formula
description: Create a formula field on Opportunity that calculates the number of days since the record was created.
tags: salesforce, opportunity, formula-field, automation, admin
---
Add a formula field on Opportunity called Days_Open__c that calculates TODAY() - DATEVALUE(CreatedDate).