PurchRFQSealedBids::unsealPurchRFQReplyTable Method [AX 2012]
Unseals a PurchRFQReplyTable record.
server public static void unsealPurchRFQReplyTable(PurchRFQReplyTable _purchRFQReplyTable, boolean _doWrite)
Run On
ServerParameters
- _purchRFQReplyTable
- Type: PurchRFQReplyTable Table
The PurchRFQReplyTable record to be unsealed.
- _doWrite
- Type: boolean
true if the record should be written; otherwise, false.
Show: