Activities
– Ongoing Development –
Overview
Activities are the steps or stages that comprise the permit and certificate process. From accepting a permit application, to verifying and adding
multimedia documents, to scheduling the various inspections, to finally issuing a certificate, the activities can be composed of as many steps as required in order to obtain the level of detail that the business requirement demands.
When properly configured, activities can be loaded, initiated, completed, or deleted. When finally implemented, custom security can be applied to control column visibility.
Setup Options
Currently the setup for Activities that cannot be performed in Govern for .NET, i.e. Govern, are performed in the Govern for Windows GovAdmin application.
Generate Self Reported Business Tax
When processing a step, it is possible to generate an ST Account. No UI configuration is required and queries will have to be executed to do so.
The steps for the process are as follows:
In (Table: PM_ACTIVITY):
- Column CREATE_NEW determines if something needs to be created when a step is processed.
- Column GENERATE_SRT determines when to generate the account
- 0 = When the step is initiated.
- 1 to 4 = the completion status.
- NULL = never
- Column CATEGORY_CODE is used by the account creation
- update PM_ACTIVITY
- set GENERATE_SRT = <completion status>,
- CATEGORY_CODE = ‘SUT’,
- CREATE_NEW = -1
where ACTIVITY_NO = <step no> and DEPT_ID = ‘<dept id>‘
NOTE: Configuration options for Activities can be found in the documents linked in the Technical Information section below.
Configuration
The setup steps to configure activities are basic, and there are other methods for customizing, Refer to the main document for details.
- Open GovAdm
- Select Parameters in the menu
- Select Land Management
- Select Parameters
- Select a Department
- Select Maintain in the menu
Maintaining a Type
Activities must be linked to a TYPE. Although this TYPE is maintained in GovAdmin, the setup steps for the control can be found in the Workflow technical guide; see Workflow link below.
Added Fields
You can select or create new added fields (Columns)
| NOTE: Once Added Fields have been created, they CANNOT be edited. |
Display Descriptions for Added Fields
Govern documentation is available to describe how to set up added fields, but a workaround is required to make added fields work in Govern.
When added fields are selected, Govern textboxes with the name of the added fields are seen, but not the descriptions. In order to see the descriptions the following workaround can be used:
- Open Govern for windows
- Search for records.
- Open the workflow functionality
- Create a new workflow
- Select your type
At this point you should see your added fields
- Click the Setup menu and select “Field Setup Mode”
- Double click on the label of your added field
- Give a description and click OK.
- Double click on the field’s control then click OK.
- Click the Setup menu and select “Save Current Form Size”
Activity Steps
The following assumes you want to create a new step but if you only want to modify one, browse for it and customize it based upon your requirements.
- Click the new button and fill the Step Number and the description
- Select the activities to perform for the step and click the A button (R button is to remove an activity). This is optional, you can have a step that doesn’t perform actions.
- Select a default answer. This is the selected default completion answer when the user wants to complete the step.
- Setup the next step number to show after this step is completed depending on which status is selected.
- You have 4 possible completion statuses and each can go to a different step.
- Step 9999 stops the chain of steps.
- Fill at least one of them.
This is what is mandatory to set up to have a functional step. See Govern documentation to know how to setup the other options.
- Generate SRT account
- This is a new option that doesn’t have a UI to set it up. See the database section for the queries to execute to set it up.
Technical information
Below are the technical setup and configuration documents for Activities in Govern 6.0.
Govern for Windows (GovAdmin) setup, see – 101-std-frm-004-Govern Activities Setup in GovAdm
Govern 6.0 setup, see – 101-std-frm-004 Govern 6.0 Activities
Related Topics
Workflow Configuration, see – 101-std-frm-002-(tech)-Workflow
101-std-frm-004




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