mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 03:09:50 +08:00
8 lines
330 B
Markdown
8 lines
330 B
Markdown
|
|
---
|
||
|
|
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).
|