- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 11:03 PM
Hi Experts,
I've currently a requirement where i need to create a catalog item for external Company users ( more than 20000 ) , currently they rely on emails to communicate requirements.
Their records are created on servicenow using the okta, and they have snc_external user. i want to expose a single catalog item to it.
Can any please suggest how to go about this requirement.
Regards,
Varun Sharma
Solved! Go to Solution.
- Labels:
-
Connect
-
Service Catalog
-
Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2024 12:47 AM
Hi @Varun Sharma,
The below steps must help.
- Navigate to any Out of the box Instance
- If snc_internal and snc_external roles are not added to instance, install the "Explicit Roles" plugin. Refer to "Explicit Roles" documentation for more information
- Once plugin is installed. Create new user or edit roles for an existing User so User has only snc_external role - This is for testing purpose.
- Navigate to service portal ➔ homepage. For Out of the box it is index page.
https://<your-instance>.service-now.com/nav_to.do?uri=sp_page.do?sys_id=46cc384147532100ba13a5554ee49009 - Give snc_external role to page.
- Go to sc_cat_item page and give snc_external role to page.
https://<your-instance>.service-now.com/nav_to.do?uri=sp_page.do?sys_id=9f12251147132100ba13a5554ee490f4 - Go to widget SC Catalog Item and give snc_external role to widget
https://<your-instance>.service-now.com/nav_to.do?uri=sp_widget.do?sys_id=3c29786e87133200e0ef0cf888cb0bdf - Open your Catalog item for ex. Apple ipad 3.
- Add related lists "Available for " and "Not available for".
- Go to "Not available for" related lists and edit it. Remove SNC External.
- Go to "available for" related lists and edit it. Add SNC External.
- Login as External User created in step 3.
- Go to Service Catalog and browser by category - Apple ipad 3 will be available for user.
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 11:59 PM
Since the users are in the system, they can login. That means you can create a catalog item just for them, using user criteria. That way they have only that item visible on the portal (assuming you also have user criteria on the others)
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2024 12:47 AM
Hi @Varun Sharma,
The below steps must help.
- Navigate to any Out of the box Instance
- If snc_internal and snc_external roles are not added to instance, install the "Explicit Roles" plugin. Refer to "Explicit Roles" documentation for more information
- Once plugin is installed. Create new user or edit roles for an existing User so User has only snc_external role - This is for testing purpose.
- Navigate to service portal ➔ homepage. For Out of the box it is index page.
https://<your-instance>.service-now.com/nav_to.do?uri=sp_page.do?sys_id=46cc384147532100ba13a5554ee49009 - Give snc_external role to page.
- Go to sc_cat_item page and give snc_external role to page.
https://<your-instance>.service-now.com/nav_to.do?uri=sp_page.do?sys_id=9f12251147132100ba13a5554ee490f4 - Go to widget SC Catalog Item and give snc_external role to widget
https://<your-instance>.service-now.com/nav_to.do?uri=sp_widget.do?sys_id=3c29786e87133200e0ef0cf888cb0bdf - Open your Catalog item for ex. Apple ipad 3.
- Add related lists "Available for " and "Not available for".
- Go to "Not available for" related lists and edit it. Remove SNC External.
- Go to "available for" related lists and edit it. Add SNC External.
- Login as External User created in step 3.
- Go to Service Catalog and browser by category - Apple ipad 3 will be available for user.
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2024 10:05 PM
Thanks aton for help Sohail. :- )