PurchRFQReplyLine.createAlternate Method
Creates an alternate for the current line.
Syntax
public PurchRFQReplyLineRecId createAlternate(PurchRFQLine _mainPurchRFQLine, PurchRFQLine _alternatePurchRFQLine)
Run On
Called
Parameters
- _mainPurchRFQLine
Type: PurchRFQLine Table
The PurchRFQLine record that represents the RFQ line that the alternate is being created from.
- _alternatePurchRFQLine
Type: PurchRFQLine Table
The alternate RFQ line that the RFQ reply line will be related to.
Return Value
Type: PurchRFQReplyLineRecId Extended Data Type
The record ID of the new line.
Remarks
This is a helper method for the createAlternate method on the PurchRFQLine table. Alternates should be created from the createAlternate method on the PurchRFQLine table.