<iframe> element, set the src attribute to:
Name | Required | Description |
| Yes | The address of the Verification Station to be accessed by the third-party system. The default value is |
| No | Windows authentication parameter. |
| Required if | The ID of the project. If only project ID is specified, a random task will be taken from among the tasks available in this project. |
| No | The ID of the Operator’s role. This parameter is not dependent on any of the other parameters. If no role ID is specified, the top-most role allowed for the user will be used for the task. |
| No | The ID of the stage from which to take the task. |
| No | If this parameter is set to |
| No | If this parameter is set to |
| No | If this parameter is set to |
| Required if | The ID of the task that requires verification. If this parameter is not specified, a random task that meets the other parameters will open. |
| No | Determines the color scheme of the image that is being loaded. If this parameter is set to Note: If this parameter is not specified, the color scheme of the image will be determined by the settings of the Verification Station. |
| No | Directs the user to the final page once the task is processed. The user will not be able to continue working with the integrated Verification Station. |
| No | Switches the page to minimal mode (the station’s header and footer will not be displayed). |
| No | Sets the UI language for the Verification Station:
Note: This parameter can be used to change the UI language on the station. In this case, the link contains only the language parameter, e.g. Note: If the language code is specified incorrectly, the current language settings will not be modified. |
<appSettings> section of the Web.config file. To disable a menu item, set the corresponding key to true:
DisableSendToRescan– sends a task to the Re-scanning stageDisableTaskPostponement– postpones a taskDisableSendToStage– sends a task to a specific stageDisableSendToExceptions– sends a task to Exceptions
?mode=mini to the URL or by setting the Headless key to true.
When the user finishes processing the task and exits the integrated Verification Station, the postMessage method is used to pass one of the following messages to the parent element:
FC_Verification_TaskClosed– The task was closed and sent to the Export stage.FC_Verification_TaskSentToStage– The task was sent to another stage.FC_Verification_TaskSentToExceptions– The task was sent to Exceptions.FC_Verification_TaskPostponed– The task was postponed.FC_Verification_TaskSentToRescan– The task was sent to the Re-scanning stage.FC_Verification_CantGetTask– The program failed to get the task for some reason.FC_Verification_TaskRejected– The task was rejected.
Sample code for receiving a message from the parent element
<iframe> element is processed, the integrated Verification Station can be closed down so that the user can resume his/her work with the third-party system.