- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2024 11:28 PM
In Employee center, there is a widget performance indicator which is present in all pages and floats on left hand side,
is there a possibility to copy this functionality for another custom widget
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2024 04:50 PM
I don't think that there is a widget to assign the survey. There is a widget that will show that surveys are available that are already assigned for the user.
But it is possible to create the widget that could do that. One way is to replicate what the "Assign Survey" UI action does. Then embed that widget in your Header of the theme applying the position styling so that it appears to float.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2024 07:42 AM
Why not use the newer widget Surveys and Assements [take_assessment]?
data.widgetSurvey = $sp.getWidget("take_assessment", {instance_id: '502a2c44d7211100158ba6859e6103a3'});
Also make sure you are logged in or impersonating who the survey is assigned to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2024 08:02 AM
@ChrisBurks Nice to see that its working..
But I am missing something i think. I have assigned the survey to one user, able to see it in surveys list.
But still the widget is showing the same error, this is my widget..
Body Html
<sp-widget widget="data.widgetSurvey"></sp-widget>
CSS: empty
Server script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2024 08:05 AM
To view it, are you impersonating as the person it's assigned to? It won't display unless you are the person it's assigned to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2024 08:19 AM
I have tried two different users and assigned them the survey.. is it possible send your xml of the widget. I tried the other sys_id as well
502a2c44d7211100158ba6859e6103a3 - Service Desk Satisfaction Survey
Still getting that issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2024 08:30 AM