To Do List is the generic feature, hence accessible to all the users. Currently, Role customization is only possible for Doctype and not a Page. The To Do list feature is designed on a Page.
On Wed, May 15, 2013 at 5:58 PM, Austin <kd...@gmail.com> wrote:
Hi
I am a bit new to ERPNext, so far its flexibility is more than efficient.
I am trying to assign To Do to Roles, as in multiple users within a role.
Is that possible?
Thank you in advance.
Regards Austin
–
You received this message because you are subscribed to the Google Groups "ERPNext User's Forum" group.
Such a feature is not available. As a work around, you can assign something to one to three people and let them assign it to someone else if need be. This will lead to conscious delegation.
If you have some development experience and you really want to go ahead, you will need to do some coding, since our hands are full right now.
1. You will need to add a Link field for Role in ToDo.
2. Add this field to the dialog of Assign To
3. Change the code that sends emails (if notify by email is checked)
4. Change the query that generates the ToDo list, so that it also shows the assignments for that Role.