Export XML Option not visible even though User has read access to XML UI context Menu record

Venkat Ram
Kilo Expert

Given read access to XML UI Context Menu record, still User doesn't have option to export XML via list header.

I want to know what does this line of code does   "gs.hasRightsTo("ui/context_menu.export_xml/read", null)".

 

find_real_file.png

 

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

Hi Venkat,

So after changing the UI Action is user able to see the UI button?

if yes then is user able to export or not?

Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.
Thanks
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Hi Ankur,

I did not change the conditions of the UI Action, I have given read access to UI Context menu records by modifying ACL's. User was not able to see the EXPORT->XML option.

According to my understanding for this line of code "gs.hasRightsTo("ui/context_menu.export_xml/read", null)" if the user has read access to ui context menu export xml record, then export XML option should be visible or able to download in xml format. Correct me about this statement.

 

Thanks

venkat