/
Validation rule: Milestone_SystemFlags_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_SystemFlags_Changed

Validation rule Details

Name

Milestone_SystemFlags_Changed

Label

Milestone_SystemFlags_Changed

Object

Task

Active

Yes

Formula

AND (
RecordType.Name = "Milestone",
NOT ( ISNEW() ),
OR (
ISCHANGED(Can_be_modified__c),
ISCHANGED(Can_be_deleted__c)
),
NOT( $Permission.Bypass_Milestone_Update )
)

Error message

Can be modified/ Can be deleted fields cannot be updated.

Error location

Top of Page

Description

Throws an error if a user tries to update the can be modified/deleted flags

Related content

Validation rule: Milestone_CanBeModified_Closed
Validation rule: Milestone_CanBeModified_Closed
More like this
Validation rule: Milestone_CanBeModified
Validation rule: Milestone_CanBeModified
More like this
Validation rule: Milestone_Closed
Validation rule: Milestone_Closed
More like this
Validation rule: Milestone_CannotBeModified
Validation rule: Milestone_CannotBeModified
More like this
Validation rule: Milestone_ClosedDate_Changed
Validation rule: Milestone_ClosedDate_Changed
More like this
Validation rule: Milestone_Require_Resolution_Note
Validation rule: Milestone_Require_Resolution_Note
More like this