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

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

See Also

Reference

MarkupTrans Table