Govern Ribbon Search

Standard Feature – Ribbon Search

Release 6.0.1903.0374 (Govern only) | 6.0.1904.0515 (Govern only)
Release 6.1.1911.0497 (All applications) | 6.1.1912.0513 (All applications)

Overview

The Govern Knowledge Base (KB) Search has been incorporated into the Govern Ribbon as part of the Help online help feature. This KB Search field is visible over all Govern suite applications for release 6.1. In addition, the display of the search field is persistent even if the ribbon is minimized.

NOTE: Users must ensure that they have internet access, a compatible browser, and an active account to access to the Knowledge Base.

Configuration

Govern New Administration (GNA)

In order to display the Ribbon Search field, it is necessary for an Administrator to run the Verify Database process in the Govern New Administration (GNA).

Security Manager (SM)

It will then be necessary to have the Security option in GSM configured to allow the user to see the KB Search in the ribbon.

The security applied is the same for all applications, except for the OpenForms Designer (OFD) which does not offer a securable node.

Presentation

This KB Search is available in the following applications (for the versions 6.1.1911 and 6.1.1912 only):

  • Govern (Ribbon)
  • GNA (Ribbon)
  • GSM (Ribbon)
  • QT (Ribbon)
  • BED (ToolBar)
  • BSC (ToolBar)
  • OFD (ToolBar) – Note that the presentation of the KB Search field is slightly different in the OFD. The text label appears as KB Search in comparison to the other suite applications where the field label reads as Knowledge Base. The behavior is the same in all applications

Using the Knowledge Base (KB) Search

The steps to use the KB Search are as follows:

  1. Enter a keyword in the Search field located at the upper right-hand side of the ribbon.
  2. Press Enter or if you are using version 6.1, click on the magnifier icon.

Your default browser is launched and you will be transferred to the search page of the Govern Knowledge Base website (https://kb.harrisgovern.com/), the results of the keyword(s) you have searched for are displayed in your browser.

NOTE: This Help search field is placed at the top level of the ribbon, and it is visible when any of the top-level tabs are selected, e.g. Home, View, Options, and so on.

Related Topics

Govern Search
Govern Quick Search
Quick Search Index Group Editor
Govern Search Technical Specifications

Saved Datasets
Dynamic Search Objects
Dynamic Search Styles
Dynamic Search Groups

Govern New Administration (GNA)

 

 

101-std-fea-047

 

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...

Bill Messages Editor

Bill Messages Editor

Available in release 6.1.1911

Overview

The Bill Messages Editor allows you to edit and manage Bill Messages. With this editor, you can add a message to your next billing run using form. This message is valid for one billing only. The message is defined by Message Type and by Subsystem. For example, you can define a message to be printed on duplicate bills created for Real Property Tax.

NOTE: This editor maintains records found in (Table: VT_USR_BILL_MESSAGES).

Bill Messages Editor Setup Parameters

Subsystem: Select a Sub-system (Land Management, Real Property Tax, Special Assessment, Utility Billing, and so on) from the drop-down list (Table: VT_SYSTEM.SUBSYS).

Message Type: Select a Message Type from the drop-down list (Table: VT_USER.MESSBILL).

: Click the ellipsis to add additional Message Types. Click to display the User Validation Table Editor.

Message on Bill: In this field, enter the message that is to appear on the bill.

 

GNA Product Map

 

 

103-ED-023

 

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...

GNA – First Running of Database Verification

Verify Database Process

Running the Verify Database Process for the first time

Overview

As of version 6.0.1408, database tables, fields and views can be created using the Govern New Administration (GNA) Verify Database process. This will facilitate implementation while centralizing the information of tables and fields into one location (MSGDatabaseStructureMods.xml) with TFS source safe control.
In addition, all indexes created and used by the Govern applications will be identified as such and will start with the letters GV or PK when the index is a primary key. This will enable the application to manipulate these indexes when needed. Indexes created by the customer will not be modified or manipulated in any way.

Preliminary Steps

Prior to beginning the database creation process, decide on a name that reflects the current version of the Govern, i.e. DB_NAME60. The 60 is an indication of the Govern release version. This will prove helpful in a multiple database environment.

Main Steps

1. Create an Empty Database

Using an application like SQL Server Management Studio, create an empty database. During the database creation process, make sure that a default username and password has been created. In addition this default username and password should have db_owner access permissions.
Security > Users > “userName” (double-click)
Click Memberships to display DB role memberships
These credentials will be used during the creation of the connection key in DeployEZ.

2. Generate a Deployment with DeployEZ

NOTE: Always ensure that you are using the latest version of the DeployEZ application. Current versions can be located at http://deployez.msgovern.com/

Using the DeployEZ application, create a connection key (CK) to the database that was created in Step 1. Select the applications that you are licensed to use in your deployment. During the generation of the connection key, access to the database will be tested.

NOTE: Ensure that the Govern New Administration (GNA) and the Govern Security Manager (GSM) are two of the applications that are included in the deployment.

Before Running GNA Verify Database Script…

Prior to the running of the Verify Database process, Release 6.0.1408, depending on your requirements, custom scripts incorporating the changes to datatypes of columns key tables may be required to be run.

NOTE: The following is an example of the type of script that may be run on the database. As these scripts are often customized to meet specific user requirements it will be necessary to contact Govern Technical

– START –
ALTERTABLE MA_MRA
ALTERCOLUMN FINAL_ADJ_PERCENT REAL
ALTERTABLE MA_MISC_STRUCTURES
ALTERCOLUMN FINAL_ADJ_PERCENT REAL
ALTERTABLE MA_LD_INFO
ALTERCOLUMN FINAL_ADJ_PERCENT REAL
ALTERTABLE MA_BLDG_INFO
ALTERCOLUMN FINAL_ADJ_PERCENT REAL
– STOP –

3. Run GNA

Once creation of the deployment is complete, locate the deployment folder and install the Govern Net Administration (GNA) release 6.0.
Typical Location:
\\%System_Root%\DEPLOYMENTS\Deployments\DBName_60_ServerName_SQL\GNAA

Running the GNA for the first time…

When the GNA is run for the first time a “Reset to Default” process is initiated. This process consist of the following steps:

    • Any required tables are created and empty rows are initialized with NULL’s.
    • A comparison between the version of the launched application and the database is performed; this is done by looking at the value in the NET_DB_VERSION column of USR_KEY_MASTER, i.e. (Table: USR_KEY_MASTER.NET_DB_VERSION).

Prior to fully launching the application, a message box is displayed warning of an inconsistency between the application and the database. A click on Yes on the dialog box will launch a Database Verification Process. and the creation of a “Govern Super User” role and a security synchronization.

Tables & Fields

During the initial Verify Database process the following verification steps will occur:

  • “Govern Users” role exists, if not it is created
  • “govern” User exists, if not create it with the password govern
  • “govern” is in the “Govern Users” role
  • “Govern Users” role has full access to GSM AND GNA

Example – Verify Database Process (ref. 6.1)

During this process the Verify Database process will create all tables and fields listed in MSGDatabaseStuctureMods.xml, and not present in the database used by the Connection Key (CK).

  • Table info:
    • table name=”AC_AUDIT_INFO”
    • description=”Aircraft Audit Table”
    • action=”add” gnaaversion=”5.1.1304.0″ dbversion=”10.8″
    • neededbyesearch=”False”
  • Field(s) info:
    • column name=”AC_AUDIT_ID”
    • type=”int”
    • length=”0″
    • nonull=”false” <!– if true, do not accept NULL values… –>
    • identity=”true”
    • action=”add” gnaaversion=”5.1.1304.0″ dbversion=”10.8″
    • description=”Primary Key – TX_AUDIT in USR_KEY_MASTER”
    • description=”Default …

Deleting a Non-Govern Index (unique index)

  • The system will not allow the deletion of any Non-Govern indexes. Deletion can only be effected manually or through the Delete Indexes option in the Database Verification process in the Govern New Administration (GNA).

Manually Altered Data Types are not Changed

  • In the database, columns with data types that were changed manually will not be changed during a Verify Database process; these fields must be altered manually. A warning will be thrown

4. Run the GSM

When the GNA process has been completed, run the GSM in order to give rights to users and create any other required users.
Note that the initial default setting of the GSM are as follows:
Full access is set to ALL applications, i.e. GIS, QT, etc.

 

What’s New!

NOTE: Changes are presented in reverse chronological order; i.e. newer to older.

Addition of VB6 Fail safe Notification for Verify Database Process

[Release 6.1.1803] Users that are prompted with a notification when they are upgrading from Govern for Windows to OpenForms are prompted with a dual confirmation message. See Addition of VB6 Failsafe Notification for details.

[Release 6.1.1706.0418 and 6.1.1707.0537]
RE / PP Tax Conversion Script to add Cycle Codes to RE and PP – See RE/PP Tax Conversion Scripts in the What’s New! section.

[Release 6.0.1412]
The following will occur when a new database is created:

  • Make sure “Govern Users” role exists, if not create it
  • Make sure “govern” User exists, if not create it with the password govern
  • Make sure “govern” is in the “Govern Users” role
  • Make sure “Govern Users” role has full access to GSM AND GNA

 

TROUBLESHOOTING

The following section contains information regarding issues that may occur during this process.

Error Screen starting GNA

ISSUE: Error screen displayed when launching GNA. When an error screen is displayed after an attempt to run the GNA, thoroughly review the error messages. Note the lines in the Database Alteration Errors screen. There is a permission denied error, an indication that the user access credentials do not provide Read/Write access to the database.

RESOLUTION: verify that the log-in has db_owner access permissions.
TIP: Users that are re-initializing a previously converted dataset will need to ensure that the NET_DB_VERSION value is set to NULL or else any further operations with the database will fail.

 

Related Topics

Database Verification

User Key Dynamics

System Data Dictionary

 

[/expand]

What’s New!

NOTE: Changes are presented in reverse chronological order; i.e. newer to older.

Implementation of Clustered Indexes (Release 6.1.1811)

NEW! As of Release 6.1.1811, clustered indexes have been implemented on some system tables. These indexes will be recreated during the next Database Verification Process. Due to the nature of the procedure, a significant amount of time will be required to perform the process. The recommendation is that this procedure should be performed over a week-end, or a period of low activity. Although all applications are able to perform without the use of clustered indexes, the implementation of this new methodology can improve overall system performance.

 

Addition of VB6 Fail safe Notification for Verify Database Process

Users that are prompted with a notification when they are upgrading from Govern for Windows to OpenForms need to be made aware that upon running the Verify Database Process, their database will be irreversibly changed. This means that they will not be able to perform a rollback that will allow them to once again run Govern for Windows on their database. As a result of the impact of this action, they must be prompted with a dual confirmation message. The message will remind them of the importance of performing a full backup of their database prior to running the process. They must also confirm that they are about to proceed with an irreversible process. Suitable notification to this effect have been added. Now when the user clicks START [>], and the system performs a compatibility check, they will first be prompted with the following message:

Versions of the application and the database are not compatible.
You must run a Database Verification before continuing. This will update your database to <updateVersionNumber>

WARNING: Ensure that you have made a backup of this database. This action is irreversible. Do you want to proceed?
Their selection options are YES or NOUpon clicking on YES, they are presented with a confirmation message that reads as follows:WARNING: You have clicked on YES. After running this Verify Database process, you will not be able to perform a rollback, and you will no longer be able to run Govern for VB6 with this database. Click ‘YES’ to proceed.
A click on YES will initiate the process.

RE / PP Tax Conversion Scripts to add required “RE” Cycle Codes

In Govern for Windows a Cycle Code was not mandatory. As a result of the architectural change in Govern for .NET, a Cycle code in Real Property (RE) and Personal Property (PP) is mandatory. The default Cycle Code is “RE”. A script will need to be provided in order to create a Cycle code and change all existing Data to this cycle code. See document below for details on the scripts.
103-ut-005_DB_Verification-RE_PP_Tax_Conversion_Script.pdf

New Process for Addition of System Columns
[Pending validation of release versions] When system columns have been added to the database, during the GNA Verify Database process, after the columns have been added, the process must scan all entities, and add a new attribute in all entities that use tables with added columns.
These changes are available in the following releases:

  • 6.0.1608.x (6.0 Dev.)
  • 6.0.1606.x (6.0 Rel.)
  • 6.1.1608.x (6.1 Dev.)
  • 6.1.1606.x (6.1 Rel.)

Standardized Storage of Boolean Data Types in Govern

In all releases of Govern, Boolean datatypes were stored in the database with three possible values:
FALSE = 0
TRUE = 1 or -1 (dependent on the version of Govern)
Newer tables predominantly used 1, whereas older tables used -1. In accordance with Governs’ ongoing standardisation process henceforth Boolean datatypes will be stored, WITHOUT EXCEPTION, as follows:
FALSE = 0
TRUE = -1
This standard will be carried out for all tables. This standard will be effective as of the following versions:

    • 6.0.1608.0019 (6.0 Dev.)
    • 6.0.1606.0023 (6.0 Rel.)
    • 6.1.1608.0043 (6.1 Dev.)
    • 6.1.1606.0042 (6.1 Rel.)

BA’s and Developers please refer to Confluence for additional details.

New Process in Database Verification Process

[6.0 / 6.1 Multiple Versions]

During the Database Verification process, at the ‘Check Column’ subprocess the application will now manage the description of fields in (Table:SY_DICT_DESC). The process is as follows, the Database Verification process reads the MSGDatabaseStructMods.xml file and reviews the SY_DICT_DESC. Each column is checked in the table to see whether the (ENG / FRA) descriptions exist, and if it needs to create (add) or remove (drop) them. In situations when a complete removal of a table is required, the process will remove any descriptions that are not connected.
Only the following fields are updated

  • LANGUAGE
  • TABLE_NAME
  • FIELD_NAME
  • DESCRIPTION
    • Uses the property ‘description’ limited to 50 characters; all additional characters are truncated
  • DETAIL
    • Uses the property ‘description’

These changes are available in the following releases:

  • 6.0.1603.0410
  • 6.0.1606.0010
  • 6.0.1608.0006
  • 6.1.1603.0481
  • 6.1.1606.0021
  • 6.1.1608.0016

[Release 6.1.1509.117]

Need to perform a verify database process. This is to apply a correction made to change the NULL 0 in (Table: VT_SYSTEM) INVISIBLE.

[Release 6.0.1412]

The following will occur when a new database is created:
.Make sure “Govern Users” role exists, if not create it
.Make sure “govern” User exists, if not create it with the password govern
.Make sure “govern” is in the “Govern Users” role
.Make sure “Govern Users” role has full access to GSM AND GNA

Property to Re-create Indexes for Extended Tables

A new property called hasextendedtables has been added in the Tables section of the MSGDatabaseStructureMods.xml. This property is used to recreate indexes for extended tables like (Table: MA_BUILDINGS) that can support additional tables like MA_BUILDINGS_2 to MA_BUILDINGS_9.

Below is an example of the property in the MA_BUILDINGS table definition in the MSGDatabaseStructureMods.xml file.
<table name=”MA_BUILDINGS” description=”Mass Appraisal Building.” action=”add” gnaaversion=”4.7.3.0″ dbversion=”10.7″ hasextendedtables=True>

Currently this property has been added for the following tables:
· MA_BUILDINGS
· MA_LAND
· MA_MRA
· MA_INCOME PP_ASSESSMENT”

6.0 R and 6.1 R and in their development branches( 6.0 dev and 6.1 dev).
This new attribute is available in the following releases:

  • 6.0.1606.x
  • 6.0.1608.x
  • 6.1.1606.x
  • 6.1.1608.x

 

 

103-ut-005a

 

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...

Self Reported Business Tax

Self Reported Business Tax

Overview

The Business Tax subsystem has been designed for local governments and organizations that need to report the sales tax that are generated from local businesses and classified as Self Reported Tax or Business Tax. Harris Govern’s Business Tax subsystem provides a flexible administrative setup. Administrators are able to set up categories, add customized fields with computations rules, define tax levies and how they can be applied. Business Tax is collected according to user-defined periods. Even for infrequently collected tax, the organization needs to define a Period record, with the number of periods set to zero. Govern Users set up Business tax accounts for each individual and company from whom they need to collect taxes. The Business Data Entry Tax function provides detailed information on each record and direct access to the Accounts Receivable subsystem for viewing and maintaining records and for collecting payments.
The module includes the following OpenForms System and Application components, features and options….

Read More...

Forms and Functions

Features

ST General Features

  • Filing Form Configuration (UI and Computation)
  • Corrected Filings
  • Zero Filers

Govern Standard Features

Govern Standard Form/Functions

Batch Programs

Standard Reports

  • Not applicable

Module Options and 3rd Party Integration

Parameters and Options

The following parameters are set in the OpenForms Govern Administration system GNA [103]

Reference Material

Manual(s)

Self Reported Business Tax Release 6.0

101-all-SelfReportedBusinessTax(guide)-(6.0).pdf

Govern for Windows 10.8

TXSelfReported108.pdf

Videos

Recordings of the Govern V6.0 user interface and Self Reported Business Tax Module are available by request.

Viewing Instructions

Click on the Table of Contents (TOC) icon in the lower right hand corner of the video to link to the key locations within the video. The TOC and other icons are only available when viewing the video on the Web site with the Screencast.com embedded viewer. If the video is downloaded for viewing as a standalone, the TOC icon will NOT be present.
VidTOC2.png

Govern V6.0 Tour (Part 1)
Govern V6.0 Tour (Part 2)
Govern V6.0 Tour (Part 3)

Saving Videos

To save the video for viewing at a later time, while it is playing on the Screencast.com Web page, perform the following steps:

  1. Over the area of the video, right click to display a floating menu.
  2. Select “Save Video As…”.
  3. In the dialog choose the location that you would like to save the video to, e.g. the desktop.

 

 

101-st

 

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...

 

List of OpenForms standard forms 6.1

List of Forms in OpenForms 6.1 Reference

Overview

The following is a list of the Standard Forms that are found in the OpenForms reference database for release 6.1.

List of OpenForms Standard Forms

Click below to expand the list.

 

Read More...

NOTE: This table will be updated periodically.

 

Form Number Short Description
AC002  Aircraft Excise Tax
AC015  Aircraft Audit
AC030  Aircraft What-If
AR008  Accounts Receivable
AR008P  A/R Payment Plan
AR032  Deposit Management
AR036  Ar LockBox
AR037  Close/Reopen Daily Posting
AR102  Payment View
BR001  Bankruptcy
BT002  Boat Excise Tax
BT015  Boat Audit
BT030  Boat What-If
CC001  Cash Collection
CC001F  Fast Cash Collection
DC001  Delinquency
MA014  CAMA Property Information
MA015  CAMA Sales Information
MA016  CAMA Site Information
MA017  CAMA Land Information
MA019  CAMA Audit Information
MA020  CAMA Misc. Structures Information
MA021  CAMA Value Override
MA02S  CAMA Income Information
MA026  CAMA Buildings
MA030  CAMA What-If
MA035  CAMA Appraisal Linking
MA065  CAMA Fair Market Value
MB001  Miscellaneous Billing
MV015  Motor Vehicle Audit
MV030  Motor Vehicle What-If
NA_SUM (NA001B)  Name Summary
NA001  Name & Address
NA035  Name Linking
PC_SUM (PC002B) Property Summary
PC001  Property Information
PC001A  Parcel Info & Address
PC002  Property Summary Cards
PC005  Project
PC017  Property Area
PC018  Legal Information
PC035  Parcel Linking
PC038  Deed Information
PP002  Personal Property Tax
PP002A  Personal Property Tax(PID)
PP030  Personal Property What- If (Parcel)
PP030N  Personal Property What- If (Name)
RE030  Real Estate What-If
ST007  Self Reported Tax
ST007C  Self Reported Tax Corporate Account
ST007O  Self Reported Tax Occasional
ST008  ST Estimate
ST101  Self Reported Tax Zero Filer
TX001  Real Property Tax
TX008  Tax Increment Financing
TX009  Tax Settlement Expense
TX010  Settlement and Advance
WM_DEAT (WM008A)  Workflow Department Additional Types Template
WM_DET (WM008B)  Workflow Department Template
WM_NAAT (WM008C)  Workflow Name Additional Types Template
WM_NAT (WM008D)  Workflow Name Template
WM_PCAT (WM008E)  Workflow Parcel Additional Types Template
WM_PCT (WM008F)  Workflow Parcel Template
WM002  Workflow Multimedia
WM003  Workflow Scanning Queue
WM006  Workflow Inspectors
WM007  Workflow Inspection

 

 

 

100-ofr-stdforms-61

 

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...

 

List of OpenForms standard forms 6.0

List of Forms in OpenForms 6.0 Reference

Overview

The following is a list of the Standard Forms that are found in the OpenForms reference database for release 6.0.

List of OpenForms Standard Forms

Click below to expand the list.

 

Read More...

NOTE: This table will be updated periodically.

 

Form Number Short Description
AC002 Aircraft Excise Tax
AR008 Accounts Receivable
AR032 Deposit Management
AR036 A/R Lockbox
AR102 Payment View
BR001 Bankruptcy
BT002 Boat Excise Tax
CC001 Cash Collection
CC001F Fast Cash Collection
CC001N Fast Cash Collection (No Integrated Deposit)
DC001 Delinquency
MA014 CAMA Property Information
MA015 CAMA Sale Information
MA016 CAMA Site Information
MA017 CAMA Land Information
MA019 CAMA Audit Information
MA020 CAMA Mise. Structures Information
MA021 CAMA Value Override
MA026 CAMA Buildings
MA035 CAMA Appraisal Linking
MA065 CAMA Fair Market Value
NA_SUM (NA001B) Name Summary
NA001 Name & Address
NA035 Name Linking
NA101 Workflow by Name
PC_SUM Property Summary
PC001 Property Information
PC001A Parcel Info & Address
PC002 Property Summary Cards
PC017 Property Area
PC018 Legal Information
PC035 Parcel Linking
PC038 Deed Information
PC101 Workflow by Parcel
PM009 Building Permits
PM016 License to Individuals
PM017 Inspections
PP002 Personal Property Tax
PP002A Personal Property Tax (PID)
ST007 Self Reported Tax
ST007C Self Reported Tax Corporate Account
ST007O Self Reported Tax Occasional
ST008 Self Reported Tax Estimate
ST101 Self Reported Tax Zero Filer
TX0Q1 Real Property Tax

 

 

 

100-ofr-stdforms-60

 

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...