- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2018 05:52 AM
Hi, I have a role created years back and it's being used in many places, now I would like to change the role name, will it affect anywhere? Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2018 05:57 AM
You'll have to update any scripts that are referencing it like: if(user.hasRole('your_role_name')). Also, some filter conditions might define it with a string field rather than reference so they'll need to be changed.
I would advise you to keep it as it is unless there is a real business requirement to make the change.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2018 05:57 AM
You'll have to update any scripts that are referencing it like: if(user.hasRole('your_role_name')). Also, some filter conditions might define it with a string field rather than reference so they'll need to be changed.
I would advise you to keep it as it is unless there is a real business requirement to make the change.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2018 06:00 AM
Great! Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2018 06:02 AM
Yes agreed with David you can also check system properties if that assignment group is mentioned.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2018 06:07 AM
Thanks for the reply, sure.