RetailConnReplicationUtilities::getFiltereLocationListLESet Method [AX 2012]
Returns a collection of legal entities corresponding to all distribution locations.
client server public static Set getFiltereLocationListLESet(
RefRecId _locationListRecId,
RetailConnDistributionGroupId _groupId,
RetailConnDistributionSubgroupId _subGroupId)
Run On
CalledParameters
- _locationListRecId
- Type: RefRecId Extended Data Type
The value of LocationListRecId field of RetailConnLocationListMember table.
- _groupId
- Type: RetailConnDistributionGroupId Extended Data Type
The value of filtering groupId.
- _subGroupId
- Type: RetailConnDistributionSubgroupId Extended Data Type
The valaue of filtering subGroupId
Return Value
Type: Set ClassSet containing the DataAreaIds corresponding to all distribution locations.
Show: