The SynerGIS URL Integrator may be configured using a Hyperlink configuration element. For the setup see WebOffice10R3-DVD\Software\SynerGIS URL Integrator.

Hyperlink - SynerGIS URL Integrator configuration
Advantages of the SynerGIS URL Integrator:
- Works in browsers besides MS Internet Explorer, because no ActiveX is needed
- Configuration via external call
URL:
Note that the resulting browser request for SynerGIS URL Integrator must always look like (the strings in brackets <xxx> will need to be configured properly by the administrator, the string in double brackets <<dynamic>> will be automatically added by WebOffice 10 R3:
synintegrator:source=<synarcgis>&object=<Grundstücke>&Keyname=<GSTNR>&keyvalue=<<dynamic>>
Either the parameter source or the parameter target has to be passed. If both are passed, target will be used, source will be ignored.
The parameter source:
This parameter contains the name of the application from which the data will be sent. The default integrator dialog for choosing a target application/object will be shown.
The parameter target:
Contains the name of the application to which the data will be sent. The target application will be called directly (without integrator dialog).
The parameter object:
This parameter contains the integrator-object to be used. It is mandatory. If source is used, it is the source object, if target is used, it is the target object.
The parameter keyname:
Defines the name of the keyfield. Only needs to be passed if target is used.
The parameter keyvalue:
Contains the key value(s). It is mandatory. If several values are passed, they have to be separated with ';'.
Examples:
A) Integrator Express:
synintegrator:target=synexpress&object=Grundstücke&keyname=GSTNR&keyvalue=
B) Integrator with choice:
synintegrator:source=synarcgis&object=Grundstücke&Keyname=GSTNR&keyvalue=
C) Integrator external application with choice:
synintegrator:source=synarcgis&object=Grundstücke&keyname=GSTNR
D) Integrator external application with Integrator Express:
synintegrator:target=synexpress&object=Grundstücke&keyname=GSTNR
Note: It is recommended to use the Display mode IFRAME and the window type hidden. See chapter Integration of external Applications for detail.