Business Logic Automation
Validation Rules are ideal for enforcing real-time constraints before saving a record. They can use formulas that compare dates, such as verifying that X days have elapsed since creation or last modification.
check_circleTherefore, the correct answer is: Validation Rule on the Stage field comparing creation date.
cancelThe option that says: Approval Process is incorrect because approval processes require human intervention and are not suitable for automatic restrictions based solely on elapsed time.
cancelThe option that says: Flow Builder with decision element is incorrect as a best practice because a validation rule is simpler, declarative, and evaluated at save time, while a Flow would require a before-save trigger which is more complex.
cancelThe option that says: Path configured is incorrect because Path is a visual guide for stages but does not enforce business restrictions.