Troubleshoot and support > Management Center


Configure the Tasks tool

The Management Center allows for the display of up to 500 tasks from workspaces for a particular user.

To keep a list of tasks in the workspace that contains more than 500 tasks, you can configure the Web service to allow a larger amount to be displayed.

If a user has more than 500 tasks in any one of the Approved, Canceled, To Do, or Completed folders in the Tasks tool, the Management Center does not display any tasks within that folder and instead displays one of the following messages:

If users have more than 500 tasks, perform one or both of the following steps:


Procedure

Follow the instructions for customizing and deploying the get-data-config.xml for the com.ibm.commerce.content component to include the following change in the custom extension file:

<expression-builder>         <name>getTaskDetailsByStatus</name>         <data-type-name>Task</data-type-name>         <expression-template>{_wcf.ap=$accessProfile$;_wcf.maxRecords=$wc_maxRecords$}/Task[@status='$statusValue$']</expression-template>         <param>             <name>accessProfile</name>             <value>IBM_Admin_Details</value>         </param>         <param>             <name>wc_maxRecords</name>             <value>500</value>         </param>     </expression-builder>


Related concepts

Workspaces


Related tasks

Use workspaces in the Management Center


+

Search Tips   |   Advanced Search