VertiGIS URL Integrator
The VertiGIS URL Integrator can be configured via the Hyperlink parameter. For the setup see WebOffice10.9R4-DVD\Software\VertiGIS URL Integrator. In addition to the name of the application, the base URL must be specified here. A key field must also be defined here.
Hyperlink - VertiGIS URL Integrator Configuration
Advantages of the VertiGIS URL Integrator:
•It can be used in different web-browsers (not only in the MS Internet Explorer), because ActiveX is not needed in this context
•Configuration of an external call
URL:
synintegrator:source=<synarcgis>&object=<Grundstücke>&Keyname=<GSTNR>&keyvalue=<<dynamic>>
Please consider the example above to send a correct browser request for the VertiGIS URL Integrator (the text within the single angle bracket <xxx> must be defined by the administrator, the text in the double angle bracket <<dynamic>> is added automatically by WebOffice 10.9 R4. |
It is necessary to deliver either the source parameter or the target parameter. If both parameters are used, only the target parameter is transferred while the source parameter is ignored. The following list describes the different parameters in detail:
•source parameter
This parameter contains the name of the application, which sends the appropriate data. By default, the dialogue of the integrator is used to define a respective target.
•target parameter
This parameter contains the name of the application, which receives the appropriate data. The target application is opened directly without using the appropriate dialogue of the integrator.
•object parameter
This parameter contains the integrator object, which should be used. This field is mandatory: If you are using the source parameter it should be the source object, if you are using the target parameter it should be the target object.
•keyname parameter
This parameter defines the name of the key field. This parameter is only necessary, if you are using the target parameter.
•keyvalue parameter
Defines the name of the key values. This field is mandatory. If more than one values are used, they should be separated by a semicolon ;.
A) Integrator Express: synintegrator:target=synexpress&object=Grundstücke&keyname=GSTNR&keyvalue=
B) Integrator, with selection: synintegrator:source=synarcgis&object=Grundstücke&Keyname=GSTNR&keyvalue=
C) Integrator, external application with selection: synintegrator:source=synarcgis&object=Grundstücke&keyname=GSTNR
D) Integrator, external application with Integrator Express: synintegrator:target=synexpress&object=Grundstücke&keyname=GSTNR |
It is recommended to use the display mode IFrame and the window type hidden. Have a look at Integration of External Application for more details. |