PurchRFQSealedBids::unsealPurchRFQReplyTable Method [AX 2012]

Unseals a PurchRFQReplyTable record.

server public static void unsealPurchRFQReplyTable(PurchRFQReplyTable _purchRFQReplyTable, boolean _doWrite)

Run On

Server

Parameters

_purchRFQReplyTable
Type: PurchRFQReplyTable Table
The PurchRFQReplyTable record to be unsealed.
_doWrite
Type: boolean
true if the record should be written; otherwise, false.
Show: