PurchReqConsolidationLine::applyMultiEdit Method
Updates the PurchReqConsolidationLine records with the item, purchase price, requested date, vendor, and vendor quote number.
Syntax
server public static void applyMultiEdit(List _purchReqConsolidationLine, PurchReqConsolidationMultiEdit _multiEdit)
Run On
Server
Parameters
- _purchReqConsolidationLine
Type: List Class
The current PurchReqConsolidationLine list of record IDs.
- _multiEdit
Type: PurchReqConsolidationMultiEdit Class
The instantiated dialog class provided to the user to enter multiedit data.
Exceptions
Exception | Condition |
---|---|
Error | Each PurchReqConsolidationLine record does not have the same currency code. |