ReportRun.fetch Method [AX 2012]

Executes the report query and calls the send method for the record that is found by the query.

public boolean fetch()

Run On

Called

Return Value

Type: boolean
true if execution of the report should continue; otherwise, false.

The fetch method is called from the super call in the run method.

Community Additions

ADD
Show: