PurchSelectLinesManager.findInSet Method [AX 2012]
Evaluates whether one or more of the PurchLine record IDs are present in the specified set.
private boolean findInSet(
Set _set,
NoYes _evalAllLines,
PurchId _purchId,
RecId _purchLineRecId)
Run On
CalledParameters
- _set
- Type: Set Class
The set in which to search for the record IDs.
- _evalAllLines
- Type: NoYes Enumeration
A Boolean value that indicates whether to search for all record IDs in the specified _purchLine parameter or just the currently selected record.
- _purchId
- Type: PurchId Extended Data Type
The purchase ID value on which to search.
- _purchLineRecId
- Type: RecId Extended Data Type
The PurchLineRecId value on which to search.
Show: