Print Immediate--HTML Client

Modify the following setting in the jas.ini to specify the Print Immediate functionality for batch jobs:

[OWWEB]
PrintImmediate=TRUE

When the Print Immediate setting in the initialization file is set to TRUE, all users submit all reports with Print Immediate selected. The value of TRUE sends the report output to the printer immediately after processing.

When the Print Immediate setting is set to FALSE, only reports submitted by users in the Print Immediate override section of the jas.ini file are submitted with Print Immediate. Reports submitted by users not included in the Print Immediate override section are held in a queue until you select Print from the Row menu on the Submit Job - Submitted Job Search form on the web client. You can add Print Immediate Override to specific EnterpriseOne users and reports by adding a new section in the jas.ini file as follows:

[PRINTIMMEDIATE]
userid1=Report1,Report2,Report3,Report4
userid2=Report1,Report2,Report3,Report4
userid3=Report1,Report2,Report3,Report4