iSeries Office Integrator includes commands that allow you to call Imaging Scan Workstation from the iSeries to carry out a variety of actions.
Prerequisites:
RJSSCAN
The RJSSCAN command launches Imaging Scan Workstation and requires the user to press one of the scan buttons to scan a document.
Use the following sample command, together with the parameter definitions below:
OFCRUNPC RMTSYS(*CURRENT) CMD('RJSSCAN~Folder~Title~Key1~Key2~Key3~Key4~Key5~Key6~Key7~Key8~Key9~Key10~1~1~1~1~1~1~1~1~1~1~1~1~DocType~1~001~0~0') OPTION(*OTHER)
RJSSCANKEYS
The RJSSCANKEYS command launches Imaging Scan Workstation without clearing the previous document or its information, and then requires the user to press one of the scan buttons to scan a document.
Use the following sample command, together with the parameter definitions below:
OFCRUNPC RMTSYS(*CURRENT) CMD('RJSSCANKEYS~Folder~Title~Key1~Key2~Key3~Key4~Key5~Key6~Key7~Key8~Key9~Key10~1~1~1~1~1~1~1~1~1~1~1~1~DocType~1~001~0~0') OPTION(*OTHER)
RJSSCANNEW
The RJSSCANNEW command launches Imaging Scan Workstation and automatically scans a document, without the user having to press one of the scan buttons.
Use the following sample command, together with the parameter definitions below:
OFCRUNPC RMTSYS(*CURRENT) CMD('RJSSCANNEW~Folder~Title~Key1~Key2~Key3~Key4~Key5~Key6~Key7~Key8~Key9~Key10~1~1~1~1~1~1~1~1~1~1~1~1~DocType~1~001~0~0') OPTION(*OTHER)
RJSSCANNEWBATCH
The RJSSCANNEWBATCH command launches Imaging Scan Workstation and automatically scans a batch of documents, without the user having to press one of the scan buttons.
Use the following sample command, together with the parameter definitions below:
OFCRUNPC RMTSYS(*CURRENT) CMD('RJSSCANNEWBATCH~Folder~Title~Key1~Key2~Key3~Key4~Key5~Key6~Key7~Key8~Key9~Key10~1~1~1~1~1~1~1~1~1~1~1~1~DocType~1~001~0~0') OPTION(*OTHER)
Parameter Definitions
All commands use the same parameters.
When choosing parameter values, use:
- A blank space to keep the original value in a field.
- *BLANK to make a field blank.
The parameters for each command are:
- The WebDocs folder name.
- The WebDocs document title.
- WebDocs search key 1.
- WebDocs search key 2.
- WebDocs search key 3.
- WebDocs search key 4.
- WebDocs search key 5.
- WebDocs search key 6.
- WebDocs search key 7.
- WebDocs search key 8.
- WebDocs search key 9.
- WebDocs search key 10.
- Whether to allow the user to change the folder name:
- 1 - allow the user to change the folder name.
- 0 - don't allow the user to change the folder name.
- Whether to allow the user to change the document title:
- 1 - allow the user to change the document title.
- 0 - don't allow the user to change the document title.
- Whether to allow the user to change search key 1:
- 1 - allow the user to change search key 1.
- 0 - don't allow the user to change search key 1.
- Whether to allow the user to change search key 2:
- 1 - allow the user to change search key 2.
- 0 - don't allow the user to change search key 2.
- Whether to allow the user to change search key 3:
- 1 - allow the user to change search key 3.
- 0 - don't allow the user to change search key 3.
- Whether to allow the user to change search key 4:
- 1 - allow the user to change search key 4.
- 0 - don't allow the user to change search key 4.
- Whether to allow the user to change search key 5:
- 1 - allow the user to change search key 5.
- 0 - don't allow the user to change search key 5.
- Whether to allow the user to change search key 6:
- 1 - allow the user to change search key 6.
- 0 - don't allow the user to change search key 6.
- Whether to allow the user to change search key 7:
- 1 - allow the user to change search key 7.
- 0 - don't allow the user to change search key 7.
- Whether to allow the user to change search key 8:
- 1 - allow the user to change search key 8.
- 0 - don't allow the user to change search key 8.
- Whether to allow the user to change search key 9:
- 1 - allow the user to change search key 9.
- 0 - don't allow the user to change search key 9.
- Whether to allow the user to change search key 10:
- 1 - allow the user to change search key 10.
- 0 - don't allow the user to change search key 10.
- The WebDocs Document Type.
- Whether to allow the user to change the Document Type:
- 1 - allow the user to change the Document Type.
- 0 - don't allow the user to change the Document Type.
- A temporary file prefix string to use to distinguish batches of documents scanned from multiple locations to the same directory.
- Whether to immediately return control to iSeries Office Integrator after check-in without having to close Imaging Scan Workstation:
- 1 - return control immediately.
- 0 - wait.
- Whether to close Imaging Scan Workstation after returning control to iSeries Office Integrator:
- 1 - close Imaging Scan Workstation.
- 0 - leave Imaging Scan Workstation open.