- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2019 10:46 AM
The place where I'm implementing CSM all users created from CSM portal have snc_external role.
Is this going to cost additional to the customer?
Thank you,
Solved! Go to Solution.
- Labels:
-
Customer Service Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2019 11:32 AM
Please check below documentation which talks about the
The hasRoles() method which return false for user with snc_external role
https://docs.servicenow.com/bundle/madrid-platform-administration/page/administer/contextual-security/concept/explicit-roles.html
Regards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2019 10:56 AM
- If the user has the snc_external role, the instance considers external users as without a role.
No role means no license.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2019 11:07 AM
Thank you, appreciate that. Is this documented anywhere? I want to forward that to the Customer!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2019 11:32 AM
Please check below documentation which talks about the
The hasRoles() method which return false for user with snc_external role
https://docs.servicenow.com/bundle/madrid-platform-administration/page/administer/contextual-security/concept/explicit-roles.html
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2019 11:53 AM
Big Thanks Sachin! Very helpful link!!