RecordLinkList.prev Method [AX 2012]

Puts the pointer on the previous record in the list and copies the record to the specified buffer.

public boolean prev([Common record])

Run On

Called

Parameters

record
Type: Common Table
The record buffer of the same type as the record to copy; optional.

Return Value

Type: boolean
true if the pointer is not at the first record; otherwise, false.

Community Additions

ADD
Show: