Post

1 follower Follow
0
Avatar

"IsManuallySet"

I am trying to create a validation rule that prevents a user from manually changing the project status.  I have set up a validation rule with the following code: IsManuallySet($TrackStatus).

This does prevent a user from changing the status, but this rule also prevents a user from updating any field in the task: actual effort, percent complete, etc.  

Any help would be appreciated.  Thanks!

 

 

Ashley Hoyt Answered

Please sign in to leave a comment.

2 comments

0
Avatar

Hi Ashley,

Would you be able to join one of our Q&A webinars, so we may take a look at your full rule and project ?

Thanks

Jonathan Angel 0 votes
Comment actions Permalink
0
Avatar

Try isManuallySet($trackstatus) && ischanged$trackstatus)

 

 

Josh Santos 0 votes
Comment actions Permalink