ReqTransCache.updateListCovDimSorted Method [AX 2012]
Updates the list of sorted coverage dimensions.
public void updateListCovDimSorted(
ItemId _itemId,
List _listCovDimSorted,
Counter _elementsInItemDimSet)
Run On
CalledParameters
- _itemId
- Type: ItemId Extended Data Type
A string that holds the itemID.
- _listCovDimSorted
- Type: List Class
A list that holds the coverage dimensions.
- _elementsInItemDimSet
- Type: Counter Extended Data Type
An integer that holds the previous number of elements.
Community Additions
ADD
Show: