Proofs Failing to Generate Showing on Pending Proof Approval Report | Community
Skip to main content
VicSellers
New Participant
July 21, 2023
Solved

Proofs Failing to Generate Showing on Pending Proof Approval Report

  • July 21, 2023
  • 1 reply
  • 751 views

Hello! We have a My Pending Proof Approval Report, which is a simple report (filters shown below) that is pulling in proofs that failed to generate. Anyone have any tips for excluding the ones that failed to generate? We can always delete them, but we restrict user deletion permissions and don't want to have the Admins doing it all the time.

 

Thanks for any insight on this!

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Richard_Le_

Hey,

 

You could explore filtering based on the proof status, looking at the API explorer this appears to contain statuses representing where the proof is in being created:

 

 

I'd try something like the following as a text mode filter:

documentVersion:proofStatus=success documentVersion:proofStatus_Mod=eq

 

Let me know how you get on.

 

Best Regards,

Rich.

 

 

1 reply

Richard_Le_Accepted solution
New Participant
July 24, 2023

Hey,

 

You could explore filtering based on the proof status, looking at the API explorer this appears to contain statuses representing where the proof is in being created:

 

 

I'd try something like the following as a text mode filter:

documentVersion:proofStatus=success documentVersion:proofStatus_Mod=eq

 

Let me know how you get on.

 

Best Regards,

Rich.

 

 

VicSellers
New Participant
July 24, 2023

That worked perfectly, thanks so much! I think I kept overlooking that one.