PurchSelectLinesManager.mark Method [AX 2012]
Marks or un-marks one or more PurchLine records.
public NoYes mark(
PurchId _purchId,
RecId _purchLineRecId,
PurchLine _purchLine,
NoYes _include,
NoYes _evalAllLines,
boolean _set)
Run On
CalledParameters
- _purchId
- Type: PurchId Extended Data Type
The purchase ID value to mark or search for.
- _purchLineRecId
- Type: RecId Extended Data Type
The record ID value to mark or to search for.
- _purchLine
- Type: PurchLine Table
A PurchLine record buffer.
- _include
- Type: NoYes Enumeration
A Boolean value that specifies whether the specified records should be marked or unmarked.
- _evalAllLines
- Type: NoYes Enumeration
A Boolean value that specifies whether all records in the record buffer should be marked.
- _set
- Type: boolean
A Boolean value that specifies whether the value is to be set and retrieved or only retrieved.
Return Value
Type: NoYes EnumerationA NoYes::Yes enumeration value if the specified records are marked; otherwise, the NoYes::No value.
Show: