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!
Solved! Go to Solution.
Views
Replies
Total Likes
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.
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.
That worked perfectly, thanks so much! I think I kept overlooking that one.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies