Dynamics AX caches records by their primary key value.
So, be aware that when a query has no joins, and has primary key in its where clause ,then it will hit the cache. Otherwise it won’t. Caching is not supported for the queries with joins.
Dynamics AX caches records by their primary key value.
So, be aware that when a query has no joins, and has primary key in its where clause ,then it will hit the cache. Otherwise it won’t. Caching is not supported for the queries with joins.