mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 03:09:50 +08:00
11 lines
538 B
Markdown
11 lines
538 B
Markdown
---
|
|
name: Opportunity Days Till Close Formula
|
|
description: Build an Opportunity formula that calculates days between CreatedDate and CloseDate.
|
|
tags: formula, opportunity, admin
|
|
---
|
|
|
|
Create a formula field on `Opportunity` named `Days till Close` that calculates the number of days between the `CreatedDate` and `CloseDate` fields, if `CloseDate` is not null.
|
|
|
|
Deploy this class to my org using the Salesforce DX MCP Server.
|
|
|
|
Provide instruction on how to set field level security for my profile and add the new field to the page layout. |