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