Once CO submitted user must not able to edit Affected items attributes.

Once CO submitted user must not able to edit its Affected item attributes.

I have tried it by using Modify privilege and criteria :

Items $CURRENTREV  Equal To $STATUSTYPE.PENDING Or
$CURRENTREV Equal To $STATUSTYPE.SUBMIT

But there are some existing roles which give access to the user to edit item attributes even if the CO is in pre-ccb status.

I don’t want to change any of the existing roles, But i need my new role which contains the above criteria should override all the old roles which give access to edit.

Add Comment
2 Answer(s)

Roles are additive so if your old roles give privilege to edit it, the new role will not override or take away the privilege.

Agile Angel Answered on June 30, 2016.

Is there any other way to achieve above requirement?

on June 30, 2016.
Add Comment

Hi Darshan,

Create separate Role having needful privilege and criteria. Add add to the user.

~  Kaustubh

Agile User Answered on August 24, 2016.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.