PurchSelectLinesManager.findRecordInSet Method [AX 2012]
Traverses a set to determine the presence of the specifies record ID.
protected boolean findRecordInSet(
Set _set,
[RecId _recId,
PurchId _purchId])
Run On
CalledParameters
- _set
- Type: Set Class
The set to search.
- _recId
- Type: RecId Extended Data Type
The record ID for which to search; optional.
- _purchId
- Type: PurchId Extended Data Type
The purchase ID for which to search; optional.
Return Value
Type: booleantrue if the RecId value is present in the specified set; otherwise, false.
Show: