Title
INTERNAL: qListForm only viewing top 2000 items, when querying the list that have more than 2000 itemsDescription
Cause
This is the product defect. Defect ID: TFS466185 logged for the issue.Resolution
WORKAROUND:
In order to avoid the limit of the 2000 rows, the workaround is to add a CAML filter to the configuration.
1. Open ezEdit.
2. Go to Content | Primary Content Tab. Edit Display Fields, then turn on Advanced Mode.
3. Find the XML node of the fields that that qlistform querying from, Add the following attribute to this node:
CamlFilter="<Eq> <FieldRef Name="ID" /> <Value Type="Counter" Source="HttpParameter" SourceName="<Fields Name>" /> </Eq>"
Example query for EquipmentId fields:
CamlFilter="<Eq>
<FieldRef Name="ID" />
<Value Type="Counter" Source="HttpParameter" SourceName="EquipmentId" />
</Eq>"
4. Save the configuration and check if the issue has been fixed.
STATUS:
Waiting for fix in a future release of QuickApps for SharePoint.