OOB Widgets
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2023 05:47 AM
I'm trying to configure the csm portal, specifically the "My lists" widget which comes OOB. The problem is that is is almost un-editable. The widget is entirely based off of a script include that is read only and that's where all of the configs are. Is my only option to make a new script include and replace every call of the old one with the new one? Is there an easier way?
CSMServiceManagementUtil is the name of the OOB script include that it uses. I literally just want to move some of the categories around and change the filters and labels a bit.
Thanks,
Ethan J.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2023 03:08 PM
Hi. Not familiar in detail with that csm portal, and csm not (yet) installed on my personal dev site so I could not peak there for you. But in general these OOTB widgets can be configured. What are the parameters you can set? Can't you do anything with the parameters? If the answer is no, just clone the widget (so you have an editable vairant) and drop it on the page and remove the original, and either tweak the widget to call the script include in a different way, or if the script include also need changes duplicated it so it becomes editable and call the script from the cloned widget. But as said, look for the options for configuring the widget first if not done al ready.
If you think my answer put you in the right direction or you appreciated my effort, please mark the response as Helpful or mark my response as Correct.
Thanks in advance! Good luck!