MarkupTrans::exist Method
Returns whether misc. charges are already attached to this record specified by tableId and recid.
Syntax
client server public static boolean exist(TableId tableId, RecId recId)
Run On
Called
Parameters
- tableId
Type: TableId Extended Data Type
Table number of record to check if charges are attached.
- recId
Type: RecId Extended Data Type
Record number of record to check if charges are attached.
Return Value
Type: boolean
true if misc charge exists for record; otherwise, false.