- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2016 01:34 AM
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2016 01:59 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2016 01:49 AM
Hi,
This macro is in platform code, which is not available.
Thanks,
Deepak.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2016 01:59 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2016 02:01 AM
Thanks, I found it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2017 03:53 AM
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