PurchRFQReplyEdit::copySuggestedDataForLine Method [AX 2012]
Copies data from the PurchRFQLine record to the PurchRFQReplyLine record.
server public static void copySuggestedDataForLine(PurchRFQId _rfqId, LineNum _lineNum)
Run On
ServerParameters
- _rfqId
- Type: PurchRFQId Extended Data Type
The RFQ ID of the line record from which to copy data.
- _lineNum
- Type: LineNum Extended Data Type
The line number of the line record to copy data from.
Show: