MarkupTrans::checkMarkupTrans Method
Validates a MarkupTrans record for selection or posting.
Syntax
server public static boolean checkMarkupTrans(
TableId _tableId,
RecId _recId,
[boolean _warningOnly])
Run On
Server
Parameters
- _tableId
Type: TableId Extended Data Type
The TableId of the table to which the MarkupTrans are associated.
- _recId
Type: RecId Extended Data Type
The RecId of the table to which the MarkupTrans are associated.
- _warningOnly
Type: boolean
A Boolean value that determines whether a warning should be issued; optional.
Return Value
Type: boolean
true if no errors were detected; otherwise, false.
Remarks
The _warningOnly parameter determines how the method behaves. The method will always return true if only warnings are requested.