VendInvoiceInfoLine_Asset::exist Method
Determines if any of the VendInvoiceInfoLine_Asset lines occur in the table for a given record ID.
Syntax
client server public static boolean exist(RecId _recId)
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The record ID value to check.
Return Value
Type: boolean
true if any records exists; otherwise, false.