Make "Approval Summarizer" expand by default

Mohammad Ziyad
Tera Contributor

By default approval summarize will be shown as below.

find_real_file.png

After clicking on this it expands with all the details of the service request.

Is it possible to make this "approval summarize" expanded by default and user no need to click to view the data?

1 ACCEPTED SOLUTION
3 REPLIES 3

madanm7786
Mega Guru

Hi,



Please refer below thread,


Approval Summarizer Expand on default




Thanks,


Maddy


dvp
Mega Sage
Mega Sage

solution has been provided in the below link



How to expand the description on Catalog Item approvals by default


Thank you dvp. It is working fine now.



Followed the below steps as mentioned.



Step 1. open the "approval_summarizer_sc_req_item" UI Macro record


Step 2. Right near the bottom of the XML field, you will find the following block of code:



<td valign="top" width="50%">  


<g:call function="variable_summary_approval.xml" question_name="${task.sys_id}"  


    question_help_tag="${smart_description}" sc_req_item="${task.sys_id}"  


    help_class="${jvar_line_color}"/>  




Step 3. Add the following 3 lines of code right after it:


<script>  


toggleHelp("${task.sys_id}");  


</script>