I have a requirement to re-print a file generated by the PDF_CREATED event.
I have all this lovely data to hand:
PRINTER_ID - <Original Printer>
PRINT_JOB_ID - 9999999
REPORT_ID - CUSTOMER_ORDER_IVC_REP
REPORT_PARAMETERS - Blah Blah
REPORT_TITLE - Invoice
REPORT_TITLE_TRANS - Blah
REPORT_VARIABLES - Blah Blah^
RESULT_KEY - 88888888
STATUS - REMOTE WORKING
LANGUAGE_CODE - blah
LAYOUT_NAME - Blah Blah.rdl
What I want to do is post the job back into the print manager queue using the relevant API calls and change the printer_id so that I can re-direct a copy to a 2nd Printer.
Anyone have an idea of the IFS PL/SQL API’s required to do this?
TIA