Print set conditions

Is there any way to use a Workflow status to determine if a Print Set is visible (relevant)?

I print a final T1 copy to file with a print set, which updates the “return printed” workflow status. If this status is complete (i.e. I have printed the return to file), I would like to see that print set to be no longer displayed.

1 Like

Great idea. I’ve tried a number of different ways of:

workflow(“fieldname”)=“yes” in the relevant section and haven’t found an iteration that works.

Use something like this:
isnottaskcomplete(CurrentClient,“DoxCycleComplete”)

Right click on the workflow item / task to get the id you need…