PurchRFQCopyReplyData::copyLineData Method [AX 2012]

Copies data from a PurchRFQLine record buffer to a PurchRFQReplyLine record buffer.

server public static void copyLineData(
    PurchRFQLine _fromPurchRFQLine, 
    PurchRFQReplyLine _toPurchRFQReplyLine, 
    boolean _changeStatus)

Run On

Server

Parameters

_fromPurchRFQLine
Type: PurchRFQLine Table
The PurchRFQLine record buffer from which to copy.
_toPurchRFQReplyLine
Type: PurchRFQReplyLine Table
The PurchRFQReplyLine record buffer to which to copy.
_changeStatus
Type: boolean
A Boolean value that indicates whether to update the status of the line item.
Show: