RecordSortedList.del Method [AX 2012]

Removes a record that has a key that matches the key fields in the recordBuffer from the recordSortedList.

public boolean del(Common record)

Run On

Called

Parameters

record
Type: Common Table
A record buffer that contains the key values of the record to be deleted.

Return Value

Type: boolean
true if a record was removed; otherwise false.

Community Additions

ADD
Show: