Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

How to use variableSummarizerWidget widget in my custom widget

hemantnh
Tera Expert

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

1 REPLY 1

Bhavya11
Kilo Patron
Kilo Patron

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