PriceDiscSalesTmpPrintoutHelper::buildUnitIdBreakerSetForItemPrice Method [AX 2012]

Creates a set of UnitOfMeasureSymbol instances that are defined for price entries applicable for provided item, customer and customer price group settings throughout a specified date interval.

client server public static Set buildUnitIdBreakerSetForItemPrice(
    CustAccount _custAccount, 
    CustPriceGroup _custPriceGroup, 
    InventTable _inventTableEntry, 
   [FromDate _fromDate, 
    ToDate _toDate])

Run On

Called

Parameters

_custAccount
Type: CustAccount Extended Data Type
A customer account for which to search price entries.
_custPriceGroup
Type: CustPriceGroup Extended Data Type
A customer price group for which to search price entries.
_inventTableEntry
Type: InventTable Table
A valid InventTable record that contains the item information for which to search for price entries.
_fromDate
Type: FromDate Extended Data Type
The start date of the date interval for price entries search.
_toDate
Type: ToDate Extended Data Type
The end date of the date interval for price entries search.

Return Value

Type: Set Class
A set of distinct values of type UnitOfMeasureSymbol defined for item with provided search conditions
Show: