where can i find this file - variable_summary_approval.xml which is used in approval_summarizer_sc_req_item macro

nithyamaruthu
Tera Expert

I want to hide some variable set in the Approval form view. The form uses approval_summarizer_sc_req_item macro and in this macro variable_summary_approval.xml is used to display the variables. I want to change this xml file. Where can i find this xml file and edit?

1 ACCEPTED SOLUTION

andrew_och
ServiceNow Employee
ServiceNow Employee

variable_summary_approval.xml is on the "filesystem" rather then a database record: sys_ui_macro. This means is has purposefully not be exposed for customization. However it calls sys_ui_macro: approval_variable_summary, which is a customizable record.


View solution in original post

8 REPLIES 8

deepakgarg
ServiceNow Employee
ServiceNow Employee

Hi,



This macro is in platform code, which is not available.



Thanks,
Deepak.


andrew_och
ServiceNow Employee
ServiceNow Employee

variable_summary_approval.xml is on the "filesystem" rather then a database record: sys_ui_macro. This means is has purposefully not be exposed for customization. However it calls sys_ui_macro: approval_variable_summary, which is a customizable record.


Thanks, I found it.


Hi Nithya,


      i have a similar issue regarding finding the xml file. I am searching for scrum_task_planning_board.xml which is used in UI Page task_planning_board. Could you please help me out in this issue.



Thanks in advance