Using the CustomViewerApplet
You can use the CustomViewerApplet
to open a
grid with a list of addresses, parcels, properties, or assets. Users can then click on the
links in the grid to open records in the appropriate InfoViewers. For example, this URL will
display a list of addresses (assuming that the agency is using single sign on):
http://IPSServer/InforPS/HFrame.htm?monk=Hansen.Core.CustomViewerApplet
&ks=Hansen.Property.Address,1000,1001,1002,1003,1004,1005,
1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,
1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028
&isQuery=false&hasMenu=false&showHeader=false
Addresses, parcels, properties and assets are all displayed in the same applet, so the
moniker is the same for each type of record:
monk=Hansen.Core.CustomViewerApplet
. The ks parameter specifies the type of records to load in the grid and a list of
keys separated by commas. The example above shows Hansen.Property.Address
being used to load address records 1000 to 1028. Use these values for other types of
records:
- Parcel:
Hansen.Property.Parcel
- Property:
Hansen.Property.PropertyInformation
- Asset:
Hansen.AssetManagement.Asset
For assets, the query string should only include keys for a single asset type. The title of the grid displays the asset type based on the selected keys. For point assets, the grid will display each asset’s unit ID. For network assets such as sewer mains, the grid displays the asset type and unit ID of each endpoint.