FormDataSource.anyMarked Method [AX 2012]

Checks whether any records in the underlying cache are marked.

public boolean anyMarked()

Run On

Client

Return Value

Type: boolean
true if any records are marked; otherwise, false.

Records in a data source can be marked (selected) for actions such as deletion or copying by using the FormDataSource.markedRecord method.

Community Additions

ADD
Show: