PurchSelectLinesManager.addOrRemoveSet Method [AX 2012]

Adds or removes a PurchLine record ID from the specified set.

private void addOrRemoveSet(
    NoYes _evalAllLines, 
    PurchLine _purchLine, 
    AddRemove _addRemove)

Run On

Called

Parameters

_evalAllLines
Type: NoYes Enumeration
A Boolean value that indicates whether to add or remove record IDs from all records in the specified PurchLine buffer.
_purchLine
Type: PurchLine Table
A PurchLine record buffer.
_addRemove
Type: AddRemove Enumeration
A Boolean value that indicates whether to add or remove the record ID.
Show: