308-icloud

Integration – Invoice Cloud

Version 6.0

Overview

Governs’ Invoice Cloud integration provides an invoice presentation / payment solution using Invoice Cloud. With Invoice Cloud integration Govern users have 24/7 access to on-line bills and flexible payment options that include all major credit/debit cards and eChecks.
Invoice Cloud consists of 2 major areas. Batch Functions that can be scheduled to send Billing Information reports to Invoice Cloud and the AR & CC Cash Collection Service.

Requirement

Integration needed with invoice cloud. We need to make a new service that:
1. Allows Payments
2. Allows Payment Reversal
3. Update Paperless status for Mailing Index
4. GetArBalances
See AR/CC Web Service

The following actions are also needed:
1. Generate a Summary Account Balance and send it to an FTP
2. Generate a Detail Account Balance (bill) and send it to an FTP

Tax & UB Bill

Tax and Utility Billing PDF Bill

Account Balance Extract

Account Balance Extract is created and push to the FTP.
Work Order for Code: WALGOL1202
Crystal reports that show the balance for each NA_ID

Batch Processes

Consists of 2 batch process that generate reports in CSV format.

1) Batch process – Invoice Cloud Balance :
UI : ComboBox SubSystems (only RE, PP, UB)
Nb. Activity days Add to the report all entries in AR_Master having activities (all activities in AR_DETAIL except payment from InvoiceCloud) in the X last days of activity.

2) Batch Process – Invoice Cloud Invoice :
. UI : ComboBox SubSystems (only RE, PP, UB) ComboBox SubSystems (only RE, PP, UB)

a) subsystems : RE, PP :
UI : Year, Installment
File Name to generate : XXXXXX_RE_TimeStamp.csv or XXXXXX_PP_TimeStamp.csv

b) Subsystem : UB :
UI : ComboBox : Posting ID – Posting Date (From table UB_POST_MASTER)
File Name to generate : XXXXXX_UB_TimeStamp.csv

The Total Billed should be the Sum of Amounts from AR_DETAIL where type = ‘INV’ and having Creation_Date = Posting_Date

Supporting Documents

Click on the links below to view the .PDF document.

Right-click on the links below to down the view the .PDF document.

To download the Excel files below, either right click on the link and select “Save Link As…” from the menu, or click directly and select the option to open in Microsoft Excel.

To download the .CSV files below, right click on the link and select “Save Link As…” from the menu. The file may then be opened in an application like Microsoft Excel.

SQL for the INVOICE

SELECT "AR_MASTER"."SUB_SYSTEM", "AR_MASTER"."YEAR_ID", "AR_SUMMARY"."INSTALLMENT", "AR_SUMMARY"."AR_ID", "NA_MAILING_INDEX"."NA_ID", "NA_NAMES"."FREE_LINE_1", "NA_NAMES"."STREET", "NA_NAMES"."CIVIC", "NA_NAMES"."PRE_DIR", "NA_NAMES"."S_SUFFIX", "NA_NAMES"."POST_DIR", "NA_NAMES"."SEC_ADD_IND", "NA_NAMES"."UNIT", "NA_NAMES"."CITY", "NA_NAMES"."STATE", "NA_NAMES"."ADD_LINE_A", "NA_NAMES"."ZIP_POSTAL", "NA_NAMES"."EMAIL", "NA_NAMES"."NAME_2", "AR_MASTER"."SORT_KEY", "AR_SUMMARY"."PRINCIPAL", "NA_MAILING_INDEX"."SUB_SYSTEM", "NA_MAILING_INDEX"."PRIMARY_INDEX"
FROM (("Waltham"."dbo"."AR_MASTER" "AR_MASTER" INNER JOIN "Waltham"."dbo"."AR_SUMMARY" "AR_SUMMARY" ON "AR_MASTER"."AR_ID"="AR_SUMMARY"."AR_ID") LEFT OUTER JOIN "Waltham"."dbo"."NA_MAILING_INDEX" "NA_MAILING_INDEX" ON ("AR_MASTER"."P_ID"="NA_MAILING_INDEX"."REF_ID") AND ("AR_MASTER"."SUB_SYSTEM"="NA_MAILING_INDEX"."SUB_SYSTEM")) LEFT OUTER JOIN "Waltham"."dbo"."NA_NAMES" "NA_NAMES" ON "NA_MAILING_INDEX"."NA_ID"="NA_NAMES"."NA_ID"
WHERE "NA_MAILING_INDEX"."PRIMARY_INDEX"=-1 AND "NA_MAILING_INDEX"."SUB_SYSTEM"='UB'
ORDER BY "AR_SUMMARY"."AR_ID"

SQL for the BALANCE

SELECT "AR_MASTER"."SUB_SYSTEM", "AR_MASTER"."YEAR_ID", "AR_SUMMARY"."INSTALLMENT", "AR_MASTER"."AR_ID", "AR_SUMMARY"."AR_ID", "NA_MAILING_INDEX"."NA_ID", "NA_MAILING_INDEX_1"."NA_ID", "AR_SUMMARY"."BALANCE", "NA_MAILING_INDEX"."SUB_SYSTEM"
FROM (("Waltham"."dbo"."AR_MASTER" "AR_MASTER" INNER JOIN "Waltham"."dbo"."AR_SUMMARY" "AR_SUMMARY" ON "AR_MASTER"."AR_ID"="AR_SUMMARY"."AR_ID") LEFT OUTER JOIN "Waltham"."dbo"."NA_MAILING_INDEX" "NA_MAILING_INDEX" ON ("AR_MASTER"."P_ID"="NA_MAILING_INDEX"."REF_ID") AND ("AR_MASTER"."SUB_SYSTEM"="NA_MAILING_INDEX"."SUB_SYSTEM")) LEFT OUTER JOIN "Waltham"."dbo"."NA_MAILING_INDEX" "NA_MAILING_INDEX_1" ON ("AR_MASTER"."UB_ID"="NA_MAILING_INDEX_1"."REF_ID") AND ("AR_MASTER"."SUB_SYSTEM"="NA_MAILING_INDEX_1"."SUB_SYSTEM")
WHERE "NA_MAILING_INDEX"."SUB_SYSTEM"='RE' AND "AR_MASTER"."YEAR_ID"=2012 ORDER BY "AR_MASTER"."AR_ID", "AR_SUMMARY"."INSTALLMENT"

Installation of Web Services

Invoice Cloud Web Service (Release 5.1)

To install the following are the installation steps for the Invoice Cloud Web Service:

  1. Deploy the Release 5.0.9 of the Resources Files.
  2. Install and configure the WCF Accounts Receivable API [Filename: WCFAccountsReceivableAPI.zip].
  3. Modify the web.config file to use the GoverNetConfig.xml of the deployment [Location: In the root of the specific deployment folder]
  4. When installing Release 5.1 of the web service, administrators will need to manually create the following table in (Table: NA_NAMES: WEBPROFILEACCESSRT (Smallint, Allows Null). This field was added to provide support for the eGov and is used in the business rules of the Names.

Verification of the Service

The WcfTestClient.exe application is used to test the web service. This application can be obtained on the Govern FTP site or from Govern Technical Support: WCF Test Application.zip. For additional details regarding testing Govern Web Services

What’s New!

Release 6.0
The two (2) Govern batch processes that are associated with the Invoice Cloud process for Real Property and Personal Property modules have been modified to allow them to identify required InvoiceTypeID’s that match with AR Cycle codes for Real Property (RE) and Personal Property (PP). Release 1703.06

Prior to release 6.0 of the Govern Web service, manual changes were required to be made during the installation of the Invoice Cloud Web Service:

  • Modify the web.config to use the GovernNetConfig.xml file located in the deployment root directory.
  • Create (Table: NA_NAMES.WEBPROFILEACCESSRT), with properties set to (smallint, allow NULLS).

The above steps are no longer required, they are automatically created when the Database Verification process is run in the Govern New Administration (GNA).

Related Topic(s)

Govern API and Service

 

 

308-icloud

 

0 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 5 (0 votes, average: 0.00 out of 5)
You need to be a registered member to rate this.
Loading...

 

Web Browser Integration

Web Browser Integration (WBI)

Overview

The OpenForms Application Browser form technology is a form that is based on the Web Browser OpenForms technology. This form can be used as a container for simple, e.g. Web Browser, to complex integrations such as MATIX, a GIS solution from Harris Govern.
An unlimited number of forms can be set up to meet the requirements for displaying spatial, and tabular content of profile users. In addition, an unlimited number of Application Browsers can be configured in a form. Forms can be set up with options that can include the following Key Types, e.g. Parcel ID, Name ID as well as Unformatted Tax Map). Other options include configuration by GIS Server URL, through Synchronization Options, and by Viewing Tabular Data.

Form basic integration, Web Browser Integration (WBI) can be used for adding an interactive website to Govern OpenForms. For example, you could use WBI to add a Geographic Information Services (GIS) web browser interface, such as the Govern GIS Explorer, to a Govern user form and Profile. You could then select records in Govern and view them on the GIS interface. You could also select records on the GIS interface and load them to the Govern Treeview, with the option to set up manual or automatic synchronization between Govern and the website.

The WBI control is added to a custom entity in the Govern OpenForms Designer (OFD). All the configuration is performed in the OFD including any related security settings.

WBI is supported by most websites. It is fully integrated with Govern. It implements predefined commands to add the following functionalities:

  • Loading all records from the Govern treeview to the website
  • Loading the active record in Govern to the website
  • Replacing all records in the Govern treeview with a list provided by the website
  • Replacing the active record in Govern with a list provided by the website

Configuration

Custom entities are used for adding specific predefined controls to a Govern form. In this case, a custom entity is used for adding Web Browser Integration (WBI) functionality. A custom entity cannot stand alone. It needs to be added to an existing form. The form must be added to Profile.
You can add the same custom entity to multiple forms, and add the forms to multiple Profiles, if required.

You need to select a Parent Entity for your new custom entity. Usually, this is the Root Entity.

The following rules apply:

  • The WBI control must be added to a custom entity.
  • The custom entity must be added to an existing form.
  • The form must be added to a Profile.
  • The Dataset Type Code for the Profile must be set to Parcel ID (P_ID) or the Name ID (NA_ID), and must correspond to the value set for the SelectedKeyType.
  • The Dataset Type Code is shown in the following screen shot:

Documentation

Click on the link below to view a .PDF containing details about Web Browser Integration and configuration procedures.
Adding and Configuring WBI

Video Demonstrating Test Tool

A video demonstrating how to test the  integration will be be posted below shortly.

Click here to view the How To demo video

What’s New!

Web Browser Integration (WBI) was introduced in Govern 6.0. As of Govern OpenForms version 6.0.1405, it is used for integrating the Govern GIS Explorer with Govern.

NOTE: The WBI control is used for integrating GIS functionality with Govern as of Govern OpenForms 6.01.1405

Troubleshooting

Any issues that may be related to the Web Browser Integration form will be listed below.

No Access to the Wiki (Log In Error)

Symptom

This error displays a Script Error screen which appears on top of a Wikispaces sign in screen.

Resolution

A solution to resolving this error is to log in to the Wiki prior to launching Govern. When you have successfully logged into the Wiki, start Govern and open the form with the Web Browser Integration form.

Related Topics

 

 

101-std-frm-003-WebBrowserIntegration

 

0 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 5 (0 votes, average: 0.00 out of 5)
You need to be a registered member to rate this.
Loading...

MATIX – GIS Integration – What’s New

Matix GIS Integration – What’s New

What’s New!

This page lists new features that have been added to the Matix Integration. These features are indicated by “NEW!” preceding the description.
For more information, see the Matix Integration manual (pdf) or Changes to GIS Synch process. Please note that changes are listed in reverse chronological order, i.e. most recent topics will appear first.

 

Matix – Override Layer Map Extent

Matix GIS Integration – Override Layer Map Extent Overview The map extent is the limit of the geographic area displayed

Posted in GIS, Integration, Matix | Tagged , , , , , , , | Leave a comment

Application Browser Form – Matix Integration

Application Browser Form – Matix Integration Overview Matix leverages the power and flexibility of ESRI’s ArcGIS Server, and web-based mapping

Posted in Matix, Videos | Tagged , , , , , , , , , , , , , , , , , | Leave a comment

Old News!

Read More...

Changes to Selection Tools Access and UI Modifications

NEW! Further updates have been made that are related to the Measurement tool. In addition to live switching from meter to feet, there are significant UI modification to tool selection. This modification is available in the following releases; 6.0.1702, 6.1.1611 and 6.1.1702. Refer to the most recent version of the MATIX user documentation for details.

  • New Mode menu
  • All Selection Tools have been moved beneath the Mode menu; cascading menus for tool selection
  • New Clear Parcel Tool
  • No more “three step” tool selection process

Changes to GIS Synchronization Process

An enhancement has been made to the GIS Synchronization process that will eliminate the use of the GIS Synchronization Batch process. When ESRI geodatabases are configured with layers that match one of the three Govern columns in the PC_PARCEL table, the manual GIS Synchronization Batch process will not be required.

Measurement Tool and User Interface Modifications

The Matix integration has been updated with distance measurement tool that allows users to take linear measures off their currently selected base map. In addition changes have been made to the Tools User Interface. This modification is available in GA release 1703 for OpenForms versions 6.0 and 6.1.

Parameter for Secure Base Map functionality

A new parameter called ESRI Layer Type, has been added to Base Maps that enables the functioning of Secure Base Maps. This modification requires the running of the Verify Database process prior to use. This modification is available in GA release 1703 for OpenForms versions 6.0 and 6.1

Theme Maps

With theme maps users are able to view their data based upon themes configured in the Govern New Administration (GNA). For example maps representing sales price, roof type, and so on can be viewed with visual themes such as gradients, or circles representative of relative amounts. In addition, it is possible to configure multiple Theme Maps. When correctly configured, theme maps can be displayed on the fly in the Matix interface.

Display Base Maps on the Fly

It is now possible to configure multiple Base Maps in GNA. Configured base maps can then be displayed on the fly in the Matix interface in Govern.

Save Images for Multimedia Documents

It is now possible to create a .PNG for the maps to add to reports or other multimedia documents.

Additional Selection Tools

For greater selection flexibility, additional selection tools have been added to the Matix tool box.

Base Map Layer Type

New Parameter added : Esri Layer Type for Base Map

Direct Synch with Map Service

Add a direct synch using tax map ufmt to Map Service.
Instead of using the gis_synch batch process to do a complete synchronization from PC_PARCEL to PC_GIS_FEATURES, the ESRI client map layer fields, if well configured so that the values of one of these fields exactly fits the content of one of 3 possible PC_PARCEL field: P_ID, TAX_MAP or TAX_MAP_UMFT (unformatted). If so, we talk about a “direct connection”: 1-to-1 correspondence. No need to convert and simplifies the config process. Available in GA Release 1706 (to be validated)

GIS Intersection Layer Search

Matix integration is able to perform queries on the GIS layer. Users are able to select a feature on a layer and select all features on the target parcel and all intersecting parcels. This information is passed on to Matix in .XML format. The GIS Search will allow users to search for parcels that interest with a target parcel. For example there may be a requirement to find all parcels that are connected to a specific P_ID to generate an abutter list.

OpenForms Components

Profile Query

This profile query allows to quickly identify, in the context of Matix, if the new parcel in the treeview you have just selected has an GIS equivalent. If yes (respectively no), the background of the profile query will be green with the corresponding GIS attribute value and red with (Unknown) as the content
2 System Queries are required (available for downloads) in GA 1706

  • matixTestExist: used as validation
  • matixTestLookup: used as OnClick view query to show the lookup table
  • see also GIS Synchronize Batch Process

 

 

 

222-matix-wnew

 

0 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 5 (0 votes, average: 0.00 out of 5)
You need to be a registered member to rate this.
Loading...

Matix – Override Layer Map Extent

Matix GIS Integration – Override Layer Map Extent

Overview

The map extent is the limit of the geographic area displayed on a map. This area is usually defined by a rectangle. In the case of a dynamic map display, map extent may be changed by the zoom or pan action. The Override Layer Map Extent is a feature that will override the default Layer Map Extent parameters. Each layer has its specific defined extent. When system errors are caused by defined extent values, provisions are now available to override and reset them.

Functionalities

The rectangular extent limits (XMin, YMin and XMax, YMax), and spatial reference, i.e. the value required to display your data in the correct geographic location, of the defined area are displayed near the bottom left hand side of the ArcGIS REST Services Directory. The following is an example of a path that may be used: AppServerName > arcgis > rest > services > Parcels

In instances where issues arise as a result of the defined extent values, there is a tool that can be used to override and reset these values.

For Example:

In a situation where the map extent default values are:

  • XMin: 133998.98780000024
  • YMin: 5427385.8651
  • XMax: 766054.8088999996
  • YMax: 6633853.2072
  • Spatial Reference: 26913 (26913)

The above values are generating an error. When these values are overridden, the error is resolved. The following override values need to be entered:

  • XMin: -2.00375
  • YMin: -195164.8
  • XMax: 2.00375
  • YMax: 1.997186
  • Spatial Reference: 3857 (3857)

Configuration

Map Extent group – Override Map Extent

A group box has been added to the Matix Server Configuration tab. The Map Extent group contains the parameters required to modify map extent values.

After the override values have been entered, the Reset the default values button that is located beside the group label Map Extent will be enabled. To reset the default values…

  1. Click Reset the default values.
  2. A confirmation window will be displayed, with the confirmation message, “Reset the default map extent?”.
  3. Click Yes to accept and reset the values.
  4. When the values have been reset, the Reset the default values button will be disabled.

Viewing the results in Govern

When the extent values have been reset, return to the Matix GIS interface in Govern. An indication that the issue has been reset is the presence of the Distance Scale at the bottom of the map is an indication of the correction, in addition the map projection will be flat.

Documentation

Click to view the PDF version of this page.

 

 

222-std-fea-005

 

0 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 5 (0 votes, average: 0.00 out of 5)
You need to be a registered member to rate this.
Loading...

101-cc-fea-300

Cash Collection – Point of Sale (POS) Integration

Version 6.0 | Version 6.1

Overview

The following page centralizes Cash Collection Point of Sale information and available 3rd Party suppliers.
Since this information is subject to change, please inquire with Govern R&D Product Owner (George Mirea) for up-to-date information on available options.

Point of Sales (POS) Configuration

Most of the organization setup is performed in Govern Administrator (GNA), Parameters’ Menu, OpenForms General Settings (SY Registry).
Some options can be overridden by user (USR Registry).
Please note that before setting up a Point of Sale option, you must have in hand the URL, Connection, Device and Printer information.

Govern

Most of the setup is performed in the System Registry, or in the User Registry (for overrides).

e-Govern

3rd Party Supplier Pages

(to be updated)

 

 

101-cc-fea-300

 

0 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 5 (0 votes, average: 0.00 out of 5)
You need to be a registered member to rate this.
Loading...

203-all-gis-v50

Govern GIS Integration (Prior to Version 6.0)

Version 6.0 | Prior Versions

Overview

From the original concept of Govern, the integration of GIS has played a key role in developing Govern’s centralized, land-based, property control data model. Over time, driven by the evolution of the industry as well as client needs, Govern has integrated different GIS engines [systems], developed applications, functions and a web PC/GIS service API. see technical sheet

Govern Applications

Harris Govern offers two products for integrating Govern with the Esri ArcGIS suite of applications;

  • Govern GIS Explorer
  • Govern GIS Parcel Editor
  • Govern Web Browser Integration

Govern GISExplorer

Govern GISExplorer is fully integrated with Govern OpenForms, version 5.1, 5.2, and 6. Once it is configured, it can be accessed directly from the view menu in Govern. It can also be used through a Web browser. It presents geographic information from the Govern database on a local map that is installed on ArcGIS for Server. It presents this information in a collection of map layers that users can navigate and query for parcel information, historical information, creating an abutter’s list, creating an inspection route, and multiple other users.

Installing and Configuring Govern GISExplorer

Govern GISExplorer requires ESRI ArcGIS for Server and ArcMap. Versions 10.1 and later are strongly recommended. You need to install a base map and a client map on ArcGIS for Server.

In order to integrate the ESRI geodatabase with the Govern database, you need to perform the following configuration in GNA.

  • Complete the GNA GIS parameters.
  • Provide the base map and the client map URLs
  • Create a GIS tooltip for identifying parcels.
  • Run the GIS Synchro Tool to synchronize the geodatabase with the Govern database.
  • Once the configuration is complete, Govern GISExplorer can be accessed directly from the Govern View menu.

Documentation

This section provides links to the documentation on the Govern GISExplorer. There are separate documents for version 6.0 and 5.1. The difference is in how the application is integrated with Govern. Otherwise, the features and functions of the application are the same.

Govern GISExplorer 6.0

For details on installing, configuring, and using the Govern GISExplorer 6.0, see:
Govern GISExplorer 6.0

Govern GISExplorer 5.1

For details on installing, configuring, and using Govern GISExplorer 5.1, see:
Govern GISExplorer 5.1

Govern GISExplorer Video Presentation

This video series presents Govern GIS View in three parts. Click on the following links to view the videos in a secondary window or Screencast.com.

Part I: Overview of Govern GISExplorer UI and General Features
GIS Explorer Part I I

Part II: Inspection Routing and Zoning Layers
GIS Explorer Part II

Part III: Attribute Query, Abutter’s List, and Google Maps Integration
GIS Explorer Part III

Govern GIS ParcelEditor

The Govern GIS Parcel Editor is designed for use with Govern OpenForms [v5.1+] and Govern for Windows [10.7+].

You can initiate a property split / merge or rename a division directly on your client map in Esri ArcMap. Then, maintain and update the transaction record in Govern.

The Govern GIS Parcel Editor is an Add-In created for ESRI ArcMap™ 10.1. Users who are not familiar with ArcMap can consult the ESRI website. All the information required for running ArcMap, as well as a number of training videos, is available on this site http://training.esri.com/gateway/index.cfm

Installing and Configuring the Govern GIS Parcel Editor

The Govern GIS Parcel Editor requires an IIS Server, Govern Property Control (PC) Web service, Esri ArcGIS for Server, and ArcMap, v 10.1 or higher.

The Govern GIS Parcel Map Editor installation file MSGovernGISAddin.esriAddIn This file is installed using the ARCMap Add In configuration tool. When installation is complete, the Govern toolbox is added to ArcMap.

You need to complete the following configuration in order to integrate the GIS Parcel Editor with Govern:

  • Complete the GNA GIS parameters.
  • Run the GIS Synchro tool to synchronize the geodatabase with the Govern database.
  • Perform a configuration using the Govern toolbox in ArcMap.
  • Define general settings on the System Registry in GNA.
  • Map GIS data to Govern using the Data Mapping Editor.

Documentation

For complete details about installing, configuring, and using the Govern GIS Parcel Editor, click on the following link:

Govern GIS Parcel Editor 5.1

Presentations

Govern GIS Parcel Editor [v5.1] PowerPoint

This slide presentation introduces the Govern GIS Parcel Editor and
describes its key features. It was presented at the Harris User Conference in 2013.

Presentation Link

Previous Offerings

GovView for Govern for Windows

GovView was fully integrated with Govern for Windows and was offered with previous releases.
It was used, not only for visualizing parcels on a map, but obtaining data on selected parcels directly from the Govern database..

Support for this product is discontinued.

JMAP Integration

Cadastral, Permits & Inspections

JMAP 3.0 was integrated with previous versions of Govern for Windows.
Support for this product is discontinued.

Third Party Systems

350 Esri General Information

Environmental Systems Research Institute (Esri®) is an international supplier of GIS software web GIS and geodabase management applications. The company, with headquarters in Redlands, California, was founded in 1969. Today it has 30% of the GIS market – more than any other vendor – with one million users worldwide.

Harris Govern has integrated Esri’s Geographic Information Systems (GIS) software with Govern in order to provide governments with local maps for presenting parcel information. These can be used interactively in myriad ways, such as for demographic analysis of neighborhoods and jurisdictions, preparing an abutter’s list, improving workflow, and creating inspection routes.

Environmental Systems Research Institute (ESRI®) is an international supplier of GIS software web GIS and geodabase management applications. The company, with headquarters in Redlands, California, was founded in 1969. Today it has 30% of the GIS market – more than any other vendor – with one million users worldwide.

Harris Govern has integrated Esri’s Geographic Information Systems (GIS) software with Govern in order to provide governments with local maps for presenting parcel information. These can be used interactively in myriad ways, such as for demographic analysis of neighborhoods and jurisdictions, preparing an abutter’s list, improving workflow, and creating inspection routes.

For more information about Esri, click on the following link:
http://www.esri.com/about-esri

351 ESRI ArcGIS for Server

Esri ArcGIS for Server is required for all Govern GIS integrations. It manages the GIS information, making it available through a GIS web service via an Internet connection.
The base map and client map are installed on the ArcGIS server for interactive use with Govern.

For more information about ESRI ArcGIS for Server, click on the following link:
http://www.esri.com/software/arcgis/features

352 Esri ArcMap

ArcMap is the central application in the ArcGIS suite. It is the end-user application, used to navigate local maps, interactively, explore geospatial data, and query for geographic information.

For more information about ESRI ArcMap, click on the following link:
http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//006600000001000000

398 Microsoft Silverlight

For Govern OpenForms v6, Silverlight 5 is required.
Click on the following link for information about Silverlight and to download version 5

http://www.microsoft.com/silverlight/

361 K2 JMAP

Harris Govern integrated a JMAP extension with Govern for Windows
for Permits & Inspection Integration

  • JMap

Support for this product is discontinued.

 

 

203-all-gis-v50

 

0 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 5 (0 votes, average: 0.00 out of 5)
You need to be a registered member to rate this.
Loading...

Matix GIS Integration

Matix GIS Integration

Overview

True GIS-CAMA Integration, Matix is a GIS viewer, that provides everyone from taxpayers to county decision makers with state-of-the-art data visualization. These visual representations give the user unmatched access to meaningful data and unleash the deeply buried, yet valuable, information contained within your growing base of historical CAMA and Collections records. Matix is a product of the Harris Govern suite that encompasses CAMA records, GIS layers and images within one application. Matix offers users…

  • Thematic CAMA maps and Collections data
  • Visually create and validate statistical models
  • Integrate with any CAMA system, Excel or Access databases Advanced tools
  • Matix leverages the power and flexibility of ESRI’s ArcGIS Server, as well as the latest in web-based mapping services, to provide an everyday tool for performing rapid statistical analysis and advanced visualizations.

Read More...

OpenForms MATIX Integration

Integration is accomplished via the Govern OpenForms Standard Application Browser form and feature (std-frm-005).
It was tailored for MATIX and distributed as a standard form (std-frm-008). To get an idea of MATIX specific features and how it is configured, please refer to the Standard Application Browser for MATIX.

Furthermore, the Standard Application Browser form function has similar functionalities to the Standard Web Browser (WBI) form for Web base application integration. For additional information on this feature, refer to the standard Web Browser Integration (WBI) (101-std-frm-003) video in the Videos section of this page.

Documentation

Click to go to the link page of the current Matix Documentation 101-std-frm-008-MATIX Integration.

Videos

Click to view a training session video (May 8, 2017)
Click to view the video providing background information and demonstrating the integration process.

Related Topics

For more information, visit the Harris Govern web site

What’s New!

See What’s New Page.

 

 

222-Matix

 

0 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 5 (0 votes, average: 0.00 out of 5)
You need to be a registered member to rate this.
Loading...