Can normal user able to change status of Manual Activity if there name is there in assigned to?
Best Answer
-
Nicholas_Velich Cireson Consultant Ninja IT Monkey ✭✭✭✭Hi Ramesh,
After opening up permissions using the User Role, you could then lock down some specific permissions under Admin Settings -> Activity Settings. You would need to put a group with all your users under "Mark as Completed," and then restrict all the other fields to your analysts (which is the default).
The above alone would prevent end users from editing activities in any way, other than marking for completion; however, they could still mark activities that don't belong to them as Complete. To restrict access so that a user can only can complete their own assigned activities, you would need to write some JavaScript within CustomSpace.
Thanks,
Nick
5
Answers
Permissions for any user to edit and save a work item is established in the "User Roles" in the Service Manager console. These users would need to be in a role based on at least the "Activity Implementer" role profile, as well as one based on "Service Request Analyst" role profile I believe (as you are saving an activity, but that is also within a Service Request presumably).
I would be careful in making this change, as you could give users more permissions than intended if too broadly scoped.
Thanks,
Nick
Thank you Nick,
Agree with the User Roles you suggested we had the same feeling to assign this role.
But the Manual activity I am talking about is created for Change request where this Manual activity may be assigned to any user in the organization and in this case we have to assignee the role to all users.
And as you mentioned when we give this role to all users all end users will have kind of full access to all activity they can see (It may include requests raised by them have some activity ) Which we don't want.
Is there any user role or any way where we can define
It is bit hard to define it but hope you understand.
Regard's,
Ramesh
After opening up permissions using the User Role, you could then lock down some specific permissions under Admin Settings -> Activity Settings. You would need to put a group with all your users under "Mark as Completed," and then restrict all the other fields to your analysts (which is the default).
The above alone would prevent end users from editing activities in any way, other than marking for completion; however, they could still mark activities that don't belong to them as Complete. To restrict access so that a user can only can complete their own assigned activities, you would need to write some JavaScript within CustomSpace.
Thanks,
Nick