Source attributes

Each Item node can have one INITSOURCES node as a child. The INITSOURCES node has one or more Source nodes as children. The initialization sources indicate how Infor Public Sector will select records to show in the Map Drawer.

Each Source node can have these attributes:

Attribute Description
display For grid sources, you can set this attribute to all or selected to indicate whether the Map Drawer should show all items from the grid or only selected items.
moniker Moniker of the object that provides the data for this source.
name Name of the initialization source. For grid sources, this is the ID of the grid control. For subappletkey sources, it is the ID of the subapplet control, such as an address control. To find the correct control ID, use the Content Manager.
type Type of initialization source. The type indicates how the Map Drawer gets the Infor Public Sector records that will be shown on the map. Can be one of three values:
  • component: The Map Drawer will show records from the specified object.
  • grid: The Map Drawer will show records from a grid.
  • subappletkey: The Map Drawer will show records from the subapplet specified in the name attribute, such as an address or asset control.
useproperty Property of the specified object that will be used to return items to show on the map. For example, if the source uses the ServiceRequest object but you want to show parcels on the map, you would specify the Parcel property of the ServiceRequest object here.