- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2020 10:51 AM
We have a request to swap out a widget on the Service Portal home page with a specific widget based on group permissions. We have several Record Producers in a category and we created a widget that points directly to the category. The Record Producers have the ACL inlace based on groups and we need to extend that to the home page, removing the first widget and placing the newly created one in it's place for these specific group(s). I have read on on scripting which I believe is the route we need to go but I am a novice at best on scripting nd would appreciate any assistance.
Thank you and stay safe
Jay
Solved! Go to Solution.
- Labels:
-
Service Portal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2020 12:20 AM
Hi,
I was able to achieve this on my PDI. Can you try as below-
1. Create user criteria for the group of users who should see the 2nd widget
2. In the instance of the 1st widget, add this user criteria under 'Cannot view'
3. In the instance of the 2nd widget, add this user criteria under 'Can View'
4. In the page, I have place both the widgets below each other
5. When a user from 'Test Group 1' sees the portal-
6. When any other user sees who is not part of the 'Test Group 1' group-

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2020 10:52 AM
You can apply user criteria to service portal widget using below to achieve your requirement.
Regards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2020 11:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2020 11:00 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2020 11:45 AM
1. Check if the plugin "com.glide.service-portal.user-criteria" is installed. Only if this plugin is installed you can see those Tabs
2. If the plugin is installed, ensure the property 'glide.service_portal.user_criteria_enabled' is set to 'true'
3. If the above two checks are confirmed, ensure the tabs are added to the form- Right click on the form header> Configure > Related Lists > Add 'Can View' and 'Cannot view' related lists and Save