xRecord.selectForUpdate Method [AX 2012]

Gets or sets the property that indicates whether to select records for update when they are read.

Syntax

public boolean selectForUpdate([boolean lockRecordsExclusive])

Run On

Called

Parameters

lockRecordsExclusive
Type: boolean
A Boolean value that indicates whether to read records for update; optional.

Return Value

Type: boolean
true if records should be read for update; otherwise, false.

See Also

Reference