How to use variableSummarizerWidget widget in my custom widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2024 07:21 AM
i have created one custom widget to show the RITM,
but i want to show the RITM variables by using this variableSummarizerWidget widget . Please help me to populate the relative RITM variables data
- Labels:
-
Incident Management
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2024 09:08 PM
Hi @hemantnh ,
in server side script call the Variable Summarizer with widget it then pass the parameter like this
var widget ='sc-variable-summarizer' // id of the Variable Summarizer widget
var wudgetParam={
hide_control :true;
sys_id:data.ritmId; //sysid of the ritm record
table:sc_req_item;
toggle:true;
}
If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!
Thanks,
BK