Specify the maximum number of items in the CCMS Web Bulk Basket

You can add a new parameter to specify the number of items listed in the Bulk Basket. The default value is a maximum of 100 objects.

Procedure

  1. In the TEXTML Administration perspective, connect to your server.
  2. In the system/webplatform/configuration folder, check out and open the web.platform.config.xml file.
  3. Add the bulk.basket.size property, and then add a value between 100 and 1000 for the Bulk Basket list.

    You can specify a value between 100 and 1000. If you specify a value greater or less than that, the value remains the default 100. If the parameter is not present in the web.platform.config.xml, the value remains the default 100.

    <entry key="bulk.basket.size">400</entry>
  4. Save, close, and check in the file.
  5. Refresh the Web Server.