AifQueryBuilder.getRecordLimits Method [AX 2012]

Retrieves a map of record limits for data sources in the query returned by the getQuery method.

Syntax

public Map getRecordLimits()

Run On

Called

Return Value

Type: Map Class
A map from a data source name to a record limit. The key type must be a string, the value type must be an int64.

Remarks

This method is called only if the query builder implements paging internally, the isPagingOverriden method returns true.

The retrieved record limits are used by the Query Service to limit the number of records that are returned during one request.

See Also

Reference

AifQueryBuilder Class