PrintJobHandler and Orders

Discussions concerning general integration topics.

Moderator: Phil Barton

Post Reply
ckootg
Posts: 122
Joined: Fri Jan 06, 2012 6:10 pm

PrintJobHandler and Orders

Post by ckootg »

Is the Order passed to a custom PrintJobHandler the same Order opened by the user? I'm checking the IsReadOnly flag from the Print Job Order property and it is returning true, however, the Order is only opened and locked by the user that is executing the print job. It looks like SoftPro is re-loading the Order and passing that Order object to the print job.
Randy Mellow

Re: PrintJobHandler and Orders

Post by Randy Mellow »

No, a read-only IOrder proxy is created for use by custom print job handlers.
ckootg
Posts: 122
Joined: Fri Jan 06, 2012 6:10 pm

Re: PrintJobHandler and Orders

Post by ckootg »

Okay. Thanks for the information.
JDavis
Posts: 97
Joined: Mon Sep 22, 2008 5:10 pm

Re: PrintJobHandler and Orders

Post by JDavis »

If the proxy order is read-only, how is it possible that we can modify it? Specifically, we are adding requested tasks to the order when the user prints specific documents. This works with no problems - just the read-only flag confused us.
Post Reply