Share via


RouteVersionApplicableResourceCache.applicableResourceQuery Method [AX 2012]

Composes a query for the resources that as of the search date satisfies all the requirements.

Syntax

public Query applicableResourceQuery(Route _route)

Run On

Called

Parameters

  • _route
    Type: Route Table
    The route operation to create the query for.

Return Value

Type: Query Class
A Query object that is based on the WrkCtrTable table as a primary data source.

See Also

Reference

RouteVersionApplicableResourceCache Class