
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2018 09:40 PM
Hi,
I want to export record in xml from form view by every user. so i want to know the OOB Ui action working on this. can i know which ui action or someother doing this action and on which table it was written, thanks in advance.
Thanks
Sai Krishna
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2018 02:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2018 09:46 PM
Hi,
This is an UI Context Menu which controls this behavior. Navigate to UI Context Menu and search for "Export". You can directly navogate to the same using the below links:
Hope this helps. Please mark the answer as correct/helpful based on impact.
Cheers,
Shloke
Regards,
Shloke

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2018 11:17 PM
Hi,
This is working for list view. but i want to export using form context menu. can i know in which table i have to do modifications for form context menu
Thanks
Sai Krishna

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2018 02:20 AM
Found the solution:
* The form Context Menu is coded in a UI Macro using the jelly and javascript code. I can edit this Macro to add the item I wish to add. - https://XXXXX.service-now.com/nav_to.do?uri=sys_ui_macro.do?sys_id=2ff1c56ca9fe3dba014340c4697b5088
* The List Contect Menu is coded in a UI Context Menu module - https://XXXXX.service-now.com/nav_to.do?uri=sys_ui_context_menu.do?sys_id=a2c38e980a0a0b3000d5190f47...
Found the solution:
* The form Context Menu is coded in a UI Macro using the jelly and javascript code. I can edit this Macro to add the item I wish to add. - https://XXXXX.service-now.com/nav_to.do?uri=sys_ui_macro.do?sys_id=2ff1c56ca9fe3dba014340c4697b5088
* The List Contect Menu is coded in a UI Context Menu module - https://XXXXX.service-now.com/nav_to.do?uri=sys_ui_context_menu.do?sys_id=a2c38e980a0a0b3000d5190f47...