search
attachments
weblink
advanced
General
Content
Integrations
This release includes some FPN improvements and other minor fixes:
Key Improvements
- Modifications to the FPN report
- The Asset Code field now displays either the propnum or crefno (depending on site configuration)
- Added new additional asset fields to the report for crefno, propnum, spi, parcel_pfi, fur_desc. Note - these columns are not turned on by default so you will need to tick the checkboxes under the "Select Columns to Show" heading to see these fields before running the report.
- Added new field MFPO Internal Instructions to the report
- Update to the Vic Council FPN Schema to include more options for the "Remove material minimum distance" field
- Vicmap import script - the speed of this script has been improved considerably allowing this to be run on your site on a weekly basis. The script will now only add new properties or parcels found in the Vicmap database that are not in your Crisisworks asset database
- Dates on datagrids have been fixed. For some dates the times were not displaying correctly and this has now been rectified
- Search improvements to ensure indexing of data when register form changes have been made
- API updates to support new Vicmap code
This release includes some great improvements and fixes to the Crisisworks FPN module in preparation for the new Fire season.
Key Improvements
- A Yes or No option now appears in the FPN register to choose whether a property has been identified. This allows you to add a Fire Prevention Notice without an associated Asset if needed.
- For the Vic Council schema, a new notes field has been added for when MFPO is selected
- A new Workflow status has been added called "Proceed to Prosecution". Infringement Number and Infringement Sent Date fields appear for this new status
- Added the Asset Contact's externalId and the Asset's geometry data to the FPN CSV export
- Modified Asset Contacts import results table to display the propnum and crefno fields in the success message. This allows for easy identification that it has added the correct Asset to the FPN.
- When Generating Merge Documents or Exporting to CSV Mail Merge, added a check to not update the Next Action Date if it's already set to a later date.
- For Export CSV Mail Merge - we are now updating the Next Action Date regardless of the state. Previously it was only updating for Hazard Exists
- Updated the Asset view screen to display additional codes for the asset such as propnum, crefno etc. This appears in a new table called Asset Extra Information
- Updated the Asset Datagrid to display the code configured for your site (ie propnum)
- Added two new tokens to the FPN Merge Letter:
- {$noticeNumber} - this token is useful for when there are multiple letters generated for the one property. If there is more than one owner for the property and multiple letters are generated the noticeNumber will include the registerId and add an "_1", or "_2:" to the end of it to ensure the notice numbers are unique. For example, if there are 3 letters generated for the FPN Id 12345, the notice numbers will be 12345_1, 12345_2, 12345_3. You can add this token to your HTML template and replace the current {$item.id} next to the Notice Number heading. This notice number will also be part of the filename of the letter. If there is only one letter generated for the property, the notice number will simply be 12345.
- {$item.Asset.friendlyCode} - since the latest Vicmap update your Asset Codes in Crisisworks is using the prop_pfi of the property. If you wish to display the propnum (or code that's configured for your site) next to the Property No on the right hand side of your letter, then change the {$asset.Code} to {$item.Asset.friendlyCode}.
- Improved the quality of the letterhead in the Merge letters.