The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Export to PDF gives a blank screen

milosnew
Tera Contributor

Hello, 

When I try to export to PDF, I am getting blank screen.

In logs there is only 

java.lang.NullPointerException: java.lang.NullPointerException: 

Is might someone had same or similar isssue?

4 REPLIES 4

Maik Skoddow
Tera Patron
Tera Patron

Hi @milosnew ,

without providing more details no one can help you!

So please answer where do you want to export what!

Kind regards
Maik

If my answer replied your question please mark appropriate response as correct so that the question will appear as resolved for other users who may have a similar question in the future.

Prasad Dhumal
Mega Sage
Mega Sage

@Maik Skoddow is right.

also you can try flushing the cache.

Follow this link you will get how to clear cache in ServiceNow

ServiceNow | How to clear Cache in service now instance? | by Ravi Kumar | ServiceNow TechMinds | Me...

Sorry, again I have same issue. 

Last time I cleared cache, but this time does not help.

It is simple export to PDF on incident, it gives a white screen. 

Aitor Cabello
Tera Expert

Hi,

 

I had the same problem and it was because we deactivated the ACL OOTB - 0bcf23740a6a38d400c7e02590038464 (sysid)

Script

answer = new global.AttachmentSecurity().canRead(current);

 

Thanks in advance

 

Regards.