GeoOffice online Query Integration

Since version WebOffice 10.6 R2 SP2 WebOffice allows to query property, region and deposit figures via GeoOffice online.

For this purpose there is a separate tool called GeoOffice online.

icon_cross-reference

The configuration of the tool GeoOffice online is described in the chapter GeoOffice online.

 

When using the GeoOffice online tool, after the selection of properties in the WebOffice core client the selected objects are transferred to GeoOffice online.

In the tool form, an existing (GeoOffice online) folder or new folder or a designation is passed to GeoOffice online. Through Save Product and start Online the user interface of GeoOffice online is started. The user's further interactions take place within the external GeoOffice online interface.

New with version WebOffice 10.8 SP1:

It may well be easier for certain user groups to make certain requests to GeoOffice online entirely in a tool form in the WebOffice core client (without interaction with the GeoOffice online interface). For this purpose there is a separate Custom tool for the query integration of GeoOffice online.

The configuration in WebOffice author standalone takes place as Web Integration (generic tool) with reference to pub/custom_tools/GeoOfficeOnline/tool.jsp.

 

Configuration of GeoOffice online custom tool

Configuration of GeoOffice online custom tool

 

The configuration of the custom tool is done in the file pub/custom_tools/GeoOfficeOnline/tool.jsp:

Thereby the paths for archiving the retrieved products and the coupling to a search result (plot search result) are configured.

 

var searchResultPlots = _CRK_1200_"; > 1200 corresponds to the id_queryresult of the plot search/result list from the WebOffice project configuration (XML)

var fieldKgNr = c2"; > column KG-Nr from the search result

var fieldGrNr = c0"; > column property number from the search result

var folderToArchiveBevGst = \\\\myshare\GeoOfficeOnline\BevGst\\";

var folderToArchiveBmjEz = \\\\myshare\GeoOfficeOnline\BmjEz\\";

var defaultFolder = ";

var defaultDescription = ";

 

Configuration of "tool.jsp" for GeoOffice online custom tool

Configuration of "tool.jsp" for GeoOffice online custom tool

 

icon_comment

In order to use the custom tool for GeoOffice online, you will need WebOffice usermanagement and an associated login. To get an associated login, contact your K5 service administrator! Your K5 service administrator will be happy to help you with this! This associated login is entered for the respective user.

 

Associated Login (K5)

Associated Login (K5)

 

After 1 - n plots have been selected and the custom tool GeoOffice online has been started, an existing GeoOffice online - folder (or new folder) can be specified after product selection (BEV GST query or the justice query EZ) and a designation can be assigned. Through the function Kosteninformation (cost information) function initially displays how high the (estimated) costs are for the respective product. Through Produkt einholen (get product) a SOAP query (in the background) is used to transfer the values of the selected properties (such as cadastral municipality number, insertion number or property number) to GeoOffice online and the selected query is executed in the background. As a result, after a security confirmation, the requested data is sent to the client as a ZIP (BEV GST) or PDF (judicial query EZ). Through the function Produkt archivieren (archive product) the queried data can be stored in a configured file directory.

 

GeoOffice online custom tool client

GeoOffice online custom tool client

 

GeoOffice online custom tool client

GeoOffice online custom tool client

 

With WebOffice 10.9 R4 it is possible to combine the functions Produkt einholen as well as Produkt archivieren in the function Produkt downloaden. Again, the configuration of the custom tool is done in the file pub/custom_tools/GeoOfficeOnline/tool.jsp. By setting the variable isGuiWithOneButtonOnly to true you can set this. In addition, there is now the possibility to define a default folder (defaultFolder) and a default description (defaultDescription).

 

Define various variables in pub\custom_tools\GeoOfficeOnline\tool.jsp

Define various variables in pub\custom_tools\GeoOfficeOnline\tool.jsp