MarkupTrans::mcrExistNotUserOrOverride Method
Returns whether there exists any charges that is not a user overridden charge and is not a user added charge.
and recid
Syntax
client server public static boolean mcrExistNotUserOrOverride(TableId _tableId, RecId _recId)
Run On
Called
Parameters
- _tableId
Type: TableId Extended Data Type
Table number of record to check if charges attached.
- _recId
Type: RecId Extended Data Type
Record number of record to check if charges attached.
Return Value
Type: boolean
true if at least one misc charge exists that is not overridden or user generated; otherwise, false.
Remarks
If only user generated misc. charges exist then this function will still return true.