Skip to Content

Changing the limitation on the maximum amount of items in a list

To raise the limit on the amount of items shown in lists to 10000:

1. Stop the CMW Tracker site and application pool in IIS.

2. Open the following file on the CMW Tracker server in a text editor: C:\Program Files (x86)\Comindware\Products\Site\compiled\compiled_u.js.

3. Find the following text string: cfg.maxItems=itemsCount?itemsCount:1000.

4. Change the «1000» number to «10000».

5. Open the following file on the CMW Tracker server in a text editor: C:\Program Files (x86)\Comindware\Products\Site\compiled\localizationMap.en.js.

6. Find the following text string: WIDGETS.WTABLE.LIMIT.ITEMSLIMIT500" : "Only 1000 elements are shown".

7. Change the «1000» number to «10000».

8. Restart the CMW Tracker site and application pool in IIS.