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

Called

Parameters

_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.

Return Value

Type: boolean
true if the record IDs are present in the set; otherwise, false.
Show: