PurchRFQSealedBids::saveTempPurchRFQReplyTableRecord Method [AX 2012]

Stores the current temporary web session record into either a sealed RFQ reply table or into an unsealed RFQ reply table.

server public static void saveTempPurchRFQReplyTableRecord(
    PurchRFQUnsealedReplyTable _purchRFQUnsealedReplyTable, 
    PurchRFQReplyTable _purchRFQReplyTable, 
    NoYes _isSealed)

Run On

Server

Parameters

_purchRFQUnsealedReplyTable
Type: PurchRFQUnsealedReplyTable Table
The PurchRFQUnsealedReplyTable record buffer to store.
_purchRFQReplyTable
Type: PurchRFQReplyTable Table
The PurchRFQReplyTable record related to the current unsealed record.
_isSealed
Type: NoYes Enumeration
true if the RFQ is sealed; otherwise, false.
Show: