Topic Options
#40191 - 07/24/12 08:23 AM Printing using a different input tray
Bing Offline
OL Newbie

Registered: 08/19/09
Posts: 20
Loc: Lancashire
Hi All

I have created a workflow which stores and concatenates customer credit notes then releases them when an invoice appears in the process with the same filename this is working perfect.I would now like to print the credit notes on paper in a different input tray. I tried adding a second page to my document and placed a condition in which looks for the string "CREDIT" in the document if this is found then pull the paper from input tray 1 the problem is it pulls the paper from input tray 4 then input tray 1 then 4 then 1 etc.

I think it maybe better to have the condition in the first page but that page is assigned to pull from tray 4 where the invoice stationary is stored (credit stationary is held in tray 1)

Any idea's as to how i could pull from tray 4 for invoice stationary and tray 1 for credit stationary.

Top
#40214 - 07/25/12 09:10 AM Re: Printing using a different input tray [Re: Bing]
JFLAIR Offline
OL Toddler

Registered: 05/18/12
Posts: 42
Loc: Objectif Lune Montréal
Bing,

From what I understand, you’re getting the same printout copy on both trays? Is that correct?

Do you have a condition on both pages?

Can you give more details about what your condition is looking for?

My approach would be to make a text based condition on one page and I would invert the same condition on the other page to prevent this page of being printed when the text your looking for is contain on the page. Then set the input tray for each page in the Page properties under Paper input/output.

Regards,
JF


Edited by JFLAIR (07/25/12 09:11 AM)

Top
#40240 - 07/27/12 05:21 AM Re: Printing using a different input tray [Re: JFLAIR]
Bing Offline
OL Newbie

Registered: 08/19/09
Posts: 20
Loc: Lancashire
Thanks

That works great.

Top