xRecord.skipTTSCheck Method

Gets and sets the property that indicates whether to skip the check to determine whether the record is selected for update.

Syntax

public boolean skipTTSCheck([boolean newValue])

Run On

Called

Parameters

  • newValue
    Type: boolean
    A Boolean value that indicates whether to skip the check; optional.

Return Value

Type: boolean
true if the TTS check should be skipped; otherwise, false.

See Also

Reference

xRecord Class