Hi,
I am trying to create a view in CRM that returns the top 40 accounts based on a roll up field.
This works in Fetch XML Builder, but when I publish the FetchXML to CRM I still get 1000 accounts returned in the view.
Is there something that prevents that functionality in CRM but allows it in the FetchXML Builder plugin?
Are you confirming it is not possible to limit a view to the top 40 rows?
Hi,
Changing the page size (record count) is the property of the fetchxml which doesn't change when you publish. You can only change the definition of the entity like layout, filter criteria, columns, sorting etc. The view will return all the records based on the filter condition specified.
Hope this helps.