My Team Widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2020 01:52 AM
Hi All,
I would like to add My Team widget to on the SC_Item page to display the current user's manager.
Any help would be really appreciated..
Thanks in advance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2020 03:18 PM
Hey Arjun,
I've had a bit of a look at this, and unfortunately it's not a simple drag-and-drop.
The My Team widget is part of the Profile page, and expects an event to be fired from the parent widget which includes a bunch of data about your team so it knows what to render.
This is definitely doable, however you will need to clone the widget, and rebuild the data objects that it's looking for in the Server Side script.
There are a few "ng-if" directives that are checking if it received the data which may need to be disabled.
I'd be interested to know how you go!
Thanks,
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2020 11:26 AM