Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves a collection of MarkupTrans records for the specified parent.
Syntax
public TradeCommonIEnumerable markupEnumerable(
MarkupTransRefTableId _sourceTableId,
MarkupTransRefRecId _sourceRecId,
[boolean _forupdate])
Run On
Called
Parameters
- _sourceTableId
Type: MarkupTransRefTableId Extended Data Type
The table ID of the parent of the MarkupTrans records.
- _sourceRecId
Type: MarkupTransRefRecId Extended Data Type
The record ID of the parent of the MarkupTrans records.
- _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.