PurchRFQSealedBids::populateTempTableForRFQId Method [AX 2012]

Populates the unsealed temporary tables based on the replies associated with the supplied RFQ ID.

server public static int populateTempTableForRFQId(
    PurchRFQId _RFQId, 
    PurchRFQUnsealedReplyLine _purchRFQUnsealedReplyLine, 
    PurchRFQUnsealedReplyTable _purchRFQUnsealedReplyTable, 
    boolean _isSealed)

Run On

Server

Parameters

_RFQId
Type: PurchRFQId Extended Data Type
The RFQ ID of the replies to be unsealed.
_purchRFQUnsealedReplyLine
Type: PurchRFQUnsealedReplyLine Table
The temporary table buffer to be populated with unsealed RFQ reply line records.
_purchRFQUnsealedReplyTable
Type: PurchRFQUnsealedReplyTable Table
The temporary table buffer to be populated with unsealed RFQ reply table records.
_isSealed
Type: boolean
true if the RFQ whose reply lines are being populated is a sealed RFQ; otherwise, false.

Return Value

Type: int
The current session ID.
Show: