RemoveServicePointGroup

The RemoveServicePointGroup element removes the link between a service point and a service point group. The service point group is not removed from the system.

For District Metering, this is the method for removing service points from districts within Fixed Network and Itron Analytics. For District Metering scenarios in which you are removing a service point from a district, the MDI file should always contain GroupId=”<InternalID>”, GroupType=”District”, GroupName=”<GroupId>” and TargetSystem=”Analytics”.

For Fixed Network, this is the method for removing endpoint devices from cycles and routes for billing purposes.

Note:

  • Fixed Network requires that this element is provided in a separate remove MDI file.

  • Fixed Network requires you to always remove a service point from one group before associating to another.

  • Itron Analytics allows removals to be in the same MDI file.

  • Itron Analytics processes commands in the following order: removals, new items, and updates.

  • Itron Analytics does not require you to remove an item from one group to move it to another group within the same GroupType, if the GroupType's UniqueMembership = True.

This element can only be called within SetServicePoint and is structured as shown in the following sample:

<MasterDataImport>
	<SetServicePoint
		ServicePointId="Service1"
		EquipmentType="Endpoint"
		CommodityType="Water"
		TimeZone="PacificUS"
		ServicePointStatus="Active"
		PremiseId="House1"
		UtilityId="101"
		PrimaryCollectionSystem="FixedNetwork">
		<RemoveServicePointGroup
			GroupId="District1"
			GroupType="District"
			TargetSystem="Analytics"/>
	</SetServicePoint>
</MasterDataImport>

Diagram

Properties

  • isRef: 0

  • minOcc: 0

  • maxOcc: unbounded

  • content: complex

Use

Collection Manager

Optional

Performance Manager

Optional

Itron Analytics

Optional

ChoiceConnect Fixed Network

Optional

Attributes