MarkupTrans::checkMarkupTransOnHeader Method
Validates a MarkupTrans record for posting associated with a header record.
Syntax
server public static boolean checkMarkupTransOnHeader(
TableId _tableId,
RecId _recId,
[boolean _warningOnly])
Run On
Server
Parameters
- _tableId
Type: TableId Extended Data Type
The TableId of the table with which the MarkupTrans record is associated.
- _recId
Type: RecId Extended Data Type
The RecId of the table with which the MarkupTrans record is associated.
- _warningOnly
Type: boolean
A Boolean value that determines whether only a warning should be issued; optional.
Return Value
Type: boolean
true if no errors were detected; otherwise, false.
Remarks
The _warningOnly parameter is currently ignored.