mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-03 05:41:08 +08:00
8 lines
312 B
Markdown
8 lines
312 B
Markdown
|
|
---
|
||
|
|
name: Opportunity Close Date Validation
|
||
|
|
description: Create a validation rule on Opportunity that prevents saving when the Close Date is in the past.
|
||
|
|
tags: salesforce, opportunity, validation-rule, data-quality, admin
|
||
|
|
---
|
||
|
|
|
||
|
|
Add a validation rule on Opportunity that prevents saving when Close Date < TODAY().
|