<iframe> element.
The following scenarios are supported:
Creating a batch
To create and open a new batch with certain registration parameters, set thesrc attribute to:
Name | Required | Description |
| Yes | The address of the Scanning Station to be accessed by the third-party system. The default value is |
| Yes | Windows authentication parameter. |
| Yes | The name of the command that creates a new batch. |
| Yes | The ID of the project where the batch is to be created. |
| Yes | The type of the batch to be created. |
| No | A name for the new batch. If no name is specified, the program will select a name based on the settings of the selected batch type. |
| No | A registration parameter in the format Note: You can pass more than one registration parameter by joining multiple parameters with the |
Opening a batch
To open an existing batch with certain registration parameters, set thesrc attribute to:
Name | Required | Description |
| Yes | The address of the Scanning Station to be accessed by the third-party system. The default value is |
| Yes | Windows authentication parameter. |
| Yes | The name of the command that opens an existing batch. Important! If there is more than one batch in the project, the alphabetically first batch will be taken. |
| Yes | The ID of the project that contains the batch to be opened. |
| No | A new name for the batch. Use this parameter if you want to rename the batch. |
| No | A registration parameter in the format Note: You can pass more than one registration parameter by joining multiple parameters with the |
Opening or creating a batch
To open a requested batch and create a new batch if the requested batch does not exist, set thesrc attribute to:
Name | Required | Description |
| Yes | The address of the Scanning Station to be accessed by the third-party system. The default value is |
| Yes | Windows authentication parameter. |
| Yes | The name of the command that opens a requested batch or creates a new batch if the requested batch does not exist. |
| Yes | The ID of the project that contains the batch to be opened/created. |
| Yes | The type of the batch to be opened/created. |
| No | A new name for the batch. Use this parameter if you want to rename the existing batch or assign a name to a new batch. If this parameter is not used while creating a new batch, the program will select a name based on the settings of the selected batch type. |
| No | A registration parameter in the format Note: You can pass more than one registration parameter by joining multiple parameters with the |
Getting a rescanning task
To get a rescanning task, set thesrc attribute to:
Name | Required | Description |
| Yes | The address of the Scanning Station to be accessed by the third-party system. The default value is |
| Yes | Windows authentication parameter. |
| Yes | The name of the command that gets an existing rescanning task. Important! If there is more than one task in the project, the alphabetically first task will be taken. |
| Yes | The ID of the project that contains the batch to be rescanned. |
| No | A new name for the batch. Use this parameter if you want to rename the batch to be rescanned. |
| No | A registration parameter in the format Note: You can pass more than one registration parameter by joining multiple parameters with the |
Returning to the third-party system
When the user is finished working with the batch and exits the integrated Scanning Station, thepostMessage method is used to pass the FC_Scanning_TaskClosed message to the parent element. The final page will open. The developer must direct the user from the final page back to the third-party system.
