In Date Fields , I would like to know how to disallow selecting Today and Past Dates. Is this can be done via any rules or what all are the various options available. Thanks !
Cybersecurity
DevOps Cloud
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
In Date Fields , I would like to know how to disallow selecting Today and Past Dates. Is this can be done via any rules or what all are the various options available. Thanks !
currently it's not supported using built in business logic, you can see similar idea at closed on date of a defect cannot be a future date
I suggest to vote for it and add comment about prevent past dates.
What you can do today, which is not easy but doable:
1. create business rule that alerts if someone adds date that is before date X (some date).
2. create automation that will run daily and will use rest api to update this business rule definition changing the date to "today"
This way you will have updated business rule that prevents users from entering past dates.
currently it's not supported using built in business logic, you can see similar idea at closed on date of a defect cannot be a future date
I suggest to vote for it and add comment about prevent past dates.
What you can do today, which is not easy but doable:
1. create business rule that alerts if someone adds date that is before date X (some date).
2. create automation that will run daily and will use rest api to update this business rule definition changing the date to "today"
This way you will have updated business rule that prevents users from entering past dates.