Employee Center quick links
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2022 05:13 PM
Hi experts,
I'm having trouble with the quick link widget visibility. End users are not able to see the quick link widget even if the quick link re-directs the user to a catalog item/Knowledge article that they can see.
I tried with the Available for user criteria but not luck, I wonder if it is an ACLs that is preventing the user to see quick link records.
Please let me know if anyone has been through this before,
Thank you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2022 07:37 PM
Hi
You can use the solution mentioned here:
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2022 10:07 PM
Hey Sandeep,
Thanks for the help, unfortunately it didn't fix the problem. I'm debugging the widget right now specifically the canRead function from QuickLinkUtilSNC Script include. I believe there is a validation somewhere in that function that restricts the visibility.
I can post an update if I find something,
Thanks again,
Andre H.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2022 05:17 AM
Hi
,
I am assuming Admin user can see the configured quick links.
I would suggest checking two-place quickly.
1)
Available for under quick link config, it should not be a problem as default everyone can see it. But just create new criteria and test for particular end users
2) Check quick link widget roles in your instance.
Let me know how it goes 🙂
Please mark as correct answer/ helpful if the provided response resolved your query!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2022 09:34 AM
Hi all,
I appreciate it much your help on this. I was able to resolve it installing the Explicit Roles plugin which installs the snc_internal and snc_external role. Apparently those roles are no installed by default in this new release and the script that determines the visibility is checking on those roles.
I hope this can help others facing the same issue.
Thanks again!