Allows for integration between One Look and your application by passing the required parameters in the URL. Post Lookup allows for viewing, scanning, and importing while utilizing the index values passed in the URL.
To enable the Post Lookup button, send a request to support@realvisionsoftware.com
Post Lookup Example:
- Login to OneLook.
- Select a System Code.
If the Post Lookup button has been enabled, the user will see the button after selecting a system code.
- Initiate a post from your customer specific application.
- Click Post Lookup.
Post Lookup Request Types and Results:
- View Request: Records matching the posted index(es) will be displayed on screen. Double-click a record to view the document. If there is a single record match, the document will automatically be displayed.
Example URL: http://localhost/rvi/php/rvimainxml.php?rqstyp=externallink&sys=Z&i2=041901&usr=mckenzy
- Scan Request: (RVI PC Viewer must be installed.) Initiates a scan request by activating the RVI pc viewer scan window.
Example URL: http://localhost/rvi/php/rvimainxml.php?rqstyp=externallink&sys=Z&i3=041901&usr=mckenzy&type=SCAN
Once the scan is complete, return to the above screen to Accept, Continue, Do Not Accept the scan.
- Import Request: Initiates the import dialog in One Look.
Example: http://localhost/rvi/php/rvimainxml.php?rqstyp=externallink&sys=Z&i2=041901&usr=mckenzy&type=IMPORT
Click Select File to pick the file to be imported then click Upload.
URL Syntax:
http://localhost/rvi/php/rvimainxml.php?rqstyp=externallink&sys=x&i1=x&usr=x&type=x
URL Parameters:
- System (sys) = System Code
- User (usr) = One Look User ID
- Index (i1, i2, i3 through i100) = Index Value
- Type (type) = SCAN or IMPORT
Do not include the type parameter for View request.
Post your comment on this topic.