Is there any way to customize the default user task list page and add new custom column (EMPLOYEE ID) to the list of tasks?
Is there any way to customize the default user task list page and add new custom column (EMPLOYEE ID) to the list of tasks?
Hello,
You can find the source code of the page here : https://github.com/bonitasoft/bonita-portal-js/tree/dev/main/features/user/tasks/list
Once you customized it, you need to build the project. The user task list is generated by this module: https://github.com/bonitasoft/bonita-portal-js/tree/dev/custom-pages/user-tasks-list
But you can also create your own task list from scratch using Bonita UI Designer.