The FOSCONFIGURATION parent element contains general Front Office Scanning system options.
It also indicates the beginning and the end of the Front Office Scanning configuration file.
<FOSCONFIGURATION FileImportPath="C:\FOS\Default Image Import" PreventAutoFillOnUpload="true" encryptfiles="false" multiplepaths="true" aedatasetselect="false" reusedatasets="false" foregroundupload="true" disconnected="false" deleteafterimport="true" closeafterupload="false" UseSOAPUpload="false" UseSOAPDownload="false" maintainLocalCopy="false" allowmodifykeywords="false" RemoveSharePathDataSetsOnClose="false" imagepng="false" DisableFileImport="" FileImportSpec="">
The name of the FOSCONFIGURATION parent element must be in all capital letters for the Front Office Scanning configuration file to load successfully.
The following settings are found in the FOSCONFIGURATION parent element:
FOSCONFIGURATION Parent Element Settings |
Description |
---|---|
FileImportPath |
This setting allows you to specify a default folder location to initially display in the Open dialog when performing an ad hoc import of an image file into the Front Office Scanning client (i.e., by selecting File | Import Image File). You can specify either a local path or a UNC path. For example:
|
PreventAutofillOnUpload |
This setting allows you to prevent AutoFill Keyword Sets from being expanded when uploading documents to OnBase from the Front Office Scanning client.
Note:
In order to expand AutoFill Keyword Sets when manually creating a Data Set within the Front Office Scanning client (i.e., when the KeywordAutofill setting is set to true), the PreventAutofillOnUpload setting must be set to true. |
encryptfiles |
This setting controls if documents scanned/created in the Front Office Scanning client (and their corresponding indexing information) are encrypted while being temporarily stored on the Front Office Scanning client workstation and during upload.
|
multiplepaths |
This setting allows you to filter the Data Sets displayed in the Available Data Sets list by allowing users to select which sub-folder(s) of the sharepath folder they would like to access Data Sets from.
Note:
The functionality offered by this setting is only available if your Front Office Scanning solution is designed to access Data Sets from a shared folder. It is not available if your Front Office Scanning solution is designed to retrieve Data Sets from a network location via your OnBase Application Server. In order to use the functionality offered by this setting, additional configuration is required. For more information, see Configuring Data Set Sub-Categories. |
aedatasetselect |
This setting allows you to automatically select a Front Office Scanning Data Set when an Application Enabler screen scrape event is performed and a Data Set already exists with the same values as those obtained from the screen scrape event. Note:
The Front Office Scanning Enabler Service is not required to use this feature.
Note:
To use the functionality offered by this setting, the Front Office Scanning client, Application Enabler, and the line of business application that the values are being captured from must all be running on the same workstation. Tip:
If a Data Set with the same values as those obtained from the screen scrape event does not already exist, no Data Set is selected in the Front Office Scanning client. To create a Data Set via an Application Enabler screen scrape event and then automatically select it in the Front Office Scanning client, see The Display Element. |
reusedatasets |
This setting is used to determine what happens to Data Sets after they are used.
Note:
Regardless of the value of the reusedatasets setting, manually created Data Sets are always deleted once they are associated with a document that is uploaded to OnBase. Tip:
If reusedatasets is set to true, it should ALWAYS be used in conjunction with the DataSetLifeSpan setting to ensure that the Data Set XML file (and the Data Set it represents) is eventually deleted. If the reusedatasets setting is not used in conjunction with the DataSetLifeSpan setting, Data Sets will never be automatically deleted and will continue to accrue in the sharepath folder. |
foregroundupload |
This setting is used to specify how documents are uploaded to OnBase.
Note:
This setting must be set to true when configuring the Front Office Scanning client to close automatically after a document is uploaded to OnBase(i.e., the closeafterupload setting is set to true). |
disconnected |
This setting allows you to enable Disconnected mode for your Front Office Scanning client workstations.
For more information, see Determining how the Front Office Scanning Client Responds to Application Enabler. |
deleteafterimport |
This setting allows you to automatically delete a document from its source location once you import it into the Front Office Scanning client.
|
closeafterupload |
This setting allows you to configure the Front Office Scanning client to automatically close after a document is uploaded to OnBase. Note:
In order to use this setting, the foregroundupload setting must be set to true. This prevents the Front Office Scanning client from closing before background uploads are completed and prevents users from performing additional actions in the Front Office Scanning client before it is closed.
|
UseSOAPUpload |
This setting controls which transfer method is used to upload documents from the Front Office Scanning client to OnBase. Note:
The SOAP XML transfer method should only be used if the binary method is not functional due to environment issues.
|
UseSOAPDownload |
This setting controls which transfer method is used to retrieve documents within the Front Office Scanning client. Note:
The SOAP XML transfer method should only be used if the binary method is not functional due to environment issues.
|
maintainLocalCopy |
This setting controls whether a local copy of each document is saved before the document is uploaded to OnBase. The location of the local copy is specified using the MaintainLocalCopyPath element.
|
allowmodifykeywords |
This setting allows you to modify existing Keyword Values that are associated with a selected Data Set from within the Front Office Scanning client.
Note:
Modifying Keyword Values in this way will not affect the Data Set XML file. Note:
This setting has no impact on your ability to modify the Keyword Values associated with a manually created Data Set. Note:
If there is no Keyword Value associated with a Keyword Type for a selected Data Set, a Keyword Value can be manually entered into that Data Set from within the Front Office Scanning client. This is true even if allowmodifykeywords is set to false. See Manually Entering Keyword Values into an Existing Data Set for more information. |
RemoveSharePathDataSetsOnClose |
This setting controls whether all Data Set XML files are deleted from the sharepath after the Front Office Scanning client is closed.
Once the Data Set XML files are deleted, the Data Sets are no longer available to the Front Office Scanning workstations. CAUTION:
Depending on your configuration, the Data Set XML files may be deleted from the sharepath for other reasons (e.g., when the reusedatasets setting is set to false and a Data Set XML file is associated with one or more documents and the document(s) are uploaded to OnBase). Setting RemoveSharePathDataSetsOnClose to false will not prevent the deletion of the Data Set XML files in those cases. Note:
If the DataSetSourceURL element is set to true, this setting is ignored. Tip:
When RemoveSharePathDataSetsOnClose is set to true, you can prevent a Data Set from being deleted by marking its Data Set XML file as read-only. |
imagepng |
This setting controls how temporary image files and images created from E-Forms are stored.
Note:
Setting imagepng to true may increase the quality of temporary images and images created from E-Forms. However, uncompressed PNG images require more space than the default temporary image formats. |
DisableFileImport |
The DisableFileImport setting allows you to disable the File | Import File menu option, preventing users from importing an image or PDF document into the Front Office Scanning client.
|
FileImportSpec |
This setting allows you to specify default file types to initially display in the Open dialog box when performing an ad hoc import of a file into the Front Office Scanning client. You can specify either a single file type or a set of file types. Each file type is represented by its extension, and each extension must be preceded by the * wildcard. If more than one file type is set, each corresponding extension must be separated by semicolons. For example:
When FileImportSpec is set to one or more file extension, the Open dialog box will be displayed with a default filter that corresponds to your setting. For example, if you set FileImportSpec = "*.pdf"(as in the first example above), only PDF files will be displayed by default. Note:
When FileImportSpec is set to one or more file extension, you still have the option to display all file types once the Open dialog box is displayed. If FileImportSpec="", or if the element is not present, the default Open dialog box will be displayed. |