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

  • _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.

See Also

Reference

MarkupTrans Table