Share via


TradeTotalsIMarkupEnumerableProvider.markupEnumerable Method [AX 2012]

Retrieves a collection of MarkupTrans records for the specified parent.

Syntax

public TradeCommonIEnumerable markupEnumerable(
    MarkupTransRefTableId _sourceTableId, 
    MarkupTransRefRecId _sourceRecId, 
   [boolean _forupdate])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: TradeCommonIEnumerable Interface
A TradeCommonIEnumerable object which can be iterated to access the MarkupTrans records in the collection.

See Also

Reference

TradeTotalsIMarkupEnumerableProvider Interface