I am trying to query a service using the supportsQueryWithHistoricMoment property.
It does not follows the given time and returns all the records.
Is there any pre-requisites of updates needed to get the desired records?
It shows as set to true in service JSON. But not sure what else is needed. This service is Archiving and Versioning(Traditional) enabled, and we're on Ent 11.3.
Any help on this would be highly appreciated:)
Solved! Go to Solution.
The service was configured correctly, its just that it had more than 2000 records to display all the time and by default the max count is 2000. So, wherever we queried using the historic moment inputs it showed correct values and count besides they all were more that 2000, which server has limited to 2000. Increasing the default Max Record Count showed correct counts.
The service was configured correctly, its just that it had more than 2000 records to display all the time and by default the max count is 2000. So, wherever we queried using the historic moment inputs it showed correct values and count besides they all were more that 2000, which server has limited to 2000. Increasing the default Max Record Count showed correct counts.