cancel
Showing results for 
Search instead for 
Did you mean: 

How to map two different tasks to two different dashlets

vinodkumarnelib
Champ in-the-making
Champ in-the-making
Hello All,

I have a requirement where the task is drifted to a single user but the task needs to be categorized to two different My Task dashlets.
For Example:User1 send two tasks:i.)Task1 ii.)Task2 to user2.Now User2 has two tasks categorized in to two dashlets Task1 should be drifted to Dashlet1 and Task2 to Dashlet2.

So kindly guide me how to start with this!!!Thanks in Advance!!! Smiley Happy
4 REPLIES 4

ddraper
World-Class Innovator
World-Class Innovator
I think you'll need to create custom dashlets to achieve this - one dashlet will filter on one set of task metadata and the other on something different. It does seem a slightly strange use case though!

Regards,
Dave

vinodkumarnelib
Champ in-the-making
Champ in-the-making
I have created two My Task dashlets by customizing dashboard but the same task is seen in to both the dashlets.Kindly guide me how to map the respective task to respective dashlet.

ddraper
World-Class Innovator
World-Class Innovator
No… I mean you've to create (i.e. code) two new dashlets…. the standard my-tasks dashlet just shows the tasks assigned to a user. If you want the tasks to be filtered then you'll to either extend the existing dashlet or create new ones.

Regards,
Dave

vinodkumarnelib
Champ in-the-making
Champ in-the-making
Dear Drapper,

I activiti a single task will be generated after completion of one form.But my requirement is to generate 2 tasks for the next user can I create two tasks.Kindly suggest the way to implement it.