Using URL Searching from other applications with WebDocs - Support

Using URL Searching from other applications with WebDocs

From Support

Jump to: navigation, search

The following URL samples illustrate how to utilize the WebDocs software URL searching to hook outside applications to the WebDocs searching mechanism. By utilizing URL searching, other applications can be seamlessly integrated to WebDocs with little or no coding by simply launching the sppropriate web URL.

Note: The user must first be logged into WebDocs before running any URL searches or they will receive an error when running the URL search.


WebDocs - Windows .Net Edition (1.0.50 and above)

URL Keywords to Use when Searching

action=search (Run the search.)

doctitle= (This field will search the document title field)

doctypekey= (This field will limit the document search to selected document types such as A/R, A/P, engineering, etc.)

userdefined1=
userdefined2=
userdefined3=
userdefined4=
userdefined5=
userdefined6=
userdefined7=
userdefined8=
userdefined9=
userdefined10=
userdefined11=
userdefined12=
userdefined13=
userdefined14=
userdefined15=
userdefined16=
userdefined17=
userdefined18=
userdefined19=
userdefined20=
userdefined21=
userdefined22=
userdefined23=
userdefined24=
userdefined25=
userdefined26=
userdefined27=
userdefined28=
userdefined29=
userdefined30=

(Any combination of the user keys can be used to seach for a document. Every document has up to 30 user keys. The meaning of the user keys is set by using the document type. For example an A/P document might utilize user field 1 for the vendor name, whiile Engineering might utilize the same field for the project number. The user fields and document types make the WebDocs software flexible for filing and publishing any document online.)

URL Search Examples

When building a URL for document searching from a remote application, always place a question mark (?) after the webdoc.aspx entry and then use an ampersand (&) after each additional keyword you will be using. Always make sure to include the action=search keyword to run the document search.

Launching a search by title

http://webdocs.yourcompany.com/webdoc.aspx?doctitle=Ingram&action=search

Launching a search by search keyword 1

http://webdocs.yourcompany.com/webdoc.aspx?userdefined1=application&action=search

Launching a search by search keyword 1 and keyword 2

http://webdocs.yourcompany.com/webdoc.asp?userdefined1=application&userfield2=micro&action=search



WebDocs - Classic ASP Edition (1.0.47 and earlier)

URL Keywords to Use when Searching dosearch=1 (Run the search. Same as pushing the search button)

documenttitle= (This field will search the document title fields)

doctypekey= (This field will limit the document search to selected document types such as A/R, A/P, engineering, etc.)

userfield1=
userfield2=
userfield3=
userfield4=
userfield5=
userfield6=
userfield7=
userfield8=
userfield9=
userfield10=

(Any combination of the user keys can be used to seach for a document. Every document has ten user keys. The meaning of the user keys is set by using the document type. For example an A/P document might utilize user field 1 for the vendor name, whiile Engineering might utilize the same field for the project number. The user fields and document types make the WebDocs software flexible for filing and publishing any document online.)

URL Search Examples

When building a URL for document searching from a remote application, always place a question mark (?) after the webdoc.asp entry and then use an ampersand (&) after each additional keyword you will be using. Always make sure to include the dosearch=1 keyword to run the document search.

Launching a search by title http://rjsdemo.mywebdocsonline.com/webdoc.asp?documenttitle=Ingram&dosearch=1

Launching a search by search keyword 1 http://rjsdemo.mywebdocsonline.com/webdoc.asp?userfield1=application&dosearch=1

Launching a search by search keyword 1 and keyword 2 http://rjsdemo.mywebdocsonline.com/webdoc.asp?userfield1=application&userfield2=micro&dosearch=1

Personal tools