My Tasks To Do section with a 'custom to do list'

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2012 08:21 AM
Hi and good job to all,
I've implemented some custom actions which implement something similar to a "workflow"; each user can execute an action…
During a step of this workflow I send an email to a user. When that user login to Alfresco explorer I would like to inform him that there is "a job to do". It is possible to use the section "My Tasks To Do" to load a "custom to do list"?
Can you suggest any other solution?
Thank to much!
I've implemented some custom actions which implement something similar to a "workflow"; each user can execute an action…
During a step of this workflow I send an email to a user. When that user login to Alfresco explorer I would like to inform him that there is "a job to do". It is possible to use the section "My Tasks To Do" to load a "custom to do list"?
Can you suggest any other solution?
Thank to much!
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2012 06:41 AM
You can customize the task to do list by customizing the Dialog Class which fetches the task to do list.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2012 04:19 PM
thank Mittal, any hint to start with customize the dialog class?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2012 09:22 AM
Sure,
Refer faces-config.xml file
WorkflowBean is the Bean which you need to override It is responsible for fetching all the tasks.
Refer faces-config.xml file
WorkflowBean is the Bean which you need to override It is responsible for fetching all the tasks.
