Allow non-admin users for export xml

sai krishna10
Giga Guru

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

1 ACCEPTED SOLUTION

sai krishna10
Giga Guru

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...

View solution in original post

3 REPLIES 3

shloke04
Kilo Patron

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:

 

https://instance.service-now.com/sys_ui_context_menu.do?sys_id=d1ad2f010a0a0b3e005c8b7fbd7c4e28&sysp...

 

https://instance.service-now.com/sys_ui_context_menu.do?sys_id=d1ceb4790a0a0b3e0086e9a19b8d9657&sysp...

 

Hope this helps. Please mark the answer as correct/helpful based on impact.

 

Cheers,

Shloke

 

 

Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

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

sai krishna10
Giga Guru

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...