/
Validation rule: Milestone_ClosedDate_Changed

Attention: Confluence is not suitable for the storage of highly confidential data. Please ensure that any data classified as Highly Protected is stored using a more secure platform.
If you have any questions, please refer to the University's data classification guide or contact ict.askcyber@sydney.edu.au

Validation rule: Milestone_ClosedDate_Changed

Validation rule Details

Name

Milestone_ClosedDate_Changed

Label

Milestone_ClosedDate_Changed

Object

Task

Active

Yes

Formula

AND (
RecordType.Name = "Milestone",
NOT ( ISNEW() ),
ISCHANGED(USyd_Closed_date__c),
NOT( IsClosed ),
NOT( $Permission.Bypass_Milestone_Update ),
NOT( ISBLANK(USyd_Closed_date__c) )
)

Error message

Closed date can only be modified when status is Completed, Not Achieved or Cancelled

Error location

Closed date

Description

Throws an error if a user tries to update the closed date of a Milestone and the status is not closed

Related content

Validation rule: Milestone_CanBeModified_Closed
Validation rule: Milestone_CanBeModified_Closed
More like this
Validation rule: Milestone_Closed
Validation rule: Milestone_Closed
More like this
Validation rule: Milestone_ClosedDateCheck
Validation rule: Milestone_ClosedDateCheck
More like this
Validation rule: Milestone_Require_Resolution_Date
Validation rule: Milestone_Require_Resolution_Date
More like this
Validation rule: Milestone_SystemFlags_Changed
Validation rule: Milestone_SystemFlags_Changed
More like this
Validation rule: Milestone_Require_Due_Date
Validation rule: Milestone_Require_Due_Date
More like this