Assetic myData
Assetic myData is a specialist corporate asset register that enables users to edit and analyse corporate asset data.
Application Link
Link-Out
Using the Pozi map, users can selected an asset feature and click a link to launch the myData application which displays the asset’s details.

Assetic myData is a Windows application that supports linking via a URL protocol handler. An example link for myData looks like this:
mydata://action=goto&assetCategory=Buildings&assetID=BD0021
For any PC on which a URL protocol handler has been installed, clicking this link will launch the myData application.
Configuration
Configure your asset layer in QGIS as follows.
Layer Properties > Fields > Field Calculator > Create virtual field:
- Output field name:
Application Link - Output field type:
Text (string) - Expression:
'<a href="mydata://action=goto&assetCategory=Bridges&assetID='||Asset_ID||'" target="_blank" >Open in myData</a>'
For more information about constructing URL links, see the instructions for working with virtual fields.
The mydata protocol
The mydata URL prefix is whitelisted within the Pozi application so that it displays as a clickable link.
If you’re using the example on this page as the basis for setting up a protocol handler for a different application, contact Pozi Support to have your custom protocal handler added to the Pozi whitelist.
Supported Asset Categories
BuildingsBridgesCivilCulvertsDrainsFleetPlantAndEquipmentKerbsParkInfrastructureParksPathwaysPitsPlayEquipmentPlaygroundsRunwaysSealedRoadsStreetFurniture
Data Integration
When a user selects an asset feature in the Pozi map, the feature’s Asset_ID value can be used to look up details for that feature from a child dataset, such as a non-spatial table of asset, maintenance or inspection details.

Add the non-spatial myData table to your QGIS project, enable it for WFS, and add the following keyword metadata:
parent=Roads, parameter=EXP_FILTER=assetID in ('[Asset_ID]'), promoteDetails=trueAssumptions in this example:
- the parent spatial table is named
Roads - the id field in the parent spatial table is named
Asset_ID - the id field in the non-spatial myData table is named
assetID - if there is only one record per asset in the non-spatial table, it can be useful to use
promoteDetails=trueto display the details automatically when the parent feature is selected
Adjust accordingly if your data differs.