VendInvoiceHoldHistory::canPlaceAHold Method
Indicates whether a user can place a hold on the invoice.
Syntax
client server public static boolean canPlaceAHold(
RecId _invoice,
RecId _roleRecID,
TableId _tableId)
Run On
Called
Parameters
- _invoice
Type: RecId Extended Data Type
The record of the invoice.
- _roleRecID
Type: RecId Extended Data Type
The security role that is used to place the hold.
- _tableId
Type: TableId Extended Data Type
The table ID of invoice table.
Return Value
Type: boolean
true if the user places a hold; otherwise, false.