Not all records are getting exported for an user via list layout

um30
ServiceNow Employee
ServiceNow Employee

For a particular user, he is able to view list layout of records but after clicking on export the excel is not displaying any record.

4 REPLIES 4

sergiu_panaite
ServiceNow Employee
ServiceNow Employee

Exporting is different from list view. A list view might have less fields than the exported table. Enable Debug All as admin, impersonate the user, and try to display in the list view all fields available. You will probably see if the user fails some ACLs. Don't forget to disable debug mode at the end.


um30
ServiceNow Employee
ServiceNow Employee

Hi Sergiu,



I found that ui/context_menu.export_xml/read is returning false. So this was stopping the import to take place.



Thanks,


Upasana


um30
ServiceNow Employee
ServiceNow Employee

Also, this is for xml. But why the issue persists with excel. Have checked ACLs as well as user preferences , but not able to figure it out.


sergiu_panaite
ServiceNow Employee
ServiceNow Employee

You can enable a debug property for exports via:



http://wiki.servicenow.com/index.php?title=Exporting_Data#Enabling_Export_Debug_Logging



Then impersonate the user, try to export, then collect the localhost_log via Node Log File Download:



http://wiki.servicenow.com/index.php?title=Viewing_System_Logs#Available_Logs