VendInvoiceHoldHistory.releaseHold Method
Releases the hold on the given invoice.
Syntax
public boolean releaseHold(RecId _invoiceRecord, TableId _tableId)
Run On
Called
Parameters
- _invoiceRecord
Type: RecId Extended Data Type
The record ID of the invoice.
- _tableId
Type: TableId Extended Data Type
The table ID of an invoice table.
Return Value
Type: boolean
true if the invoice is released from hold; otherwise, false.