xRecord.readPast Method [AX 2012]

Gets and sets the property that indicates whether to skip rows that are locked by other processes when a record is read.

public boolean readPast([boolean skipLockedRows])

Run On

Called

Parameters

skipLockedRows
Type: boolean
A Boolean value that indicates whether to skip rows that are locked; optional.

Return Value

Type: boolean
true if locked rows should be skipped; otherwise, false.

Community Additions

ADD
Show: