How to assign task to list of users from a particular group?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2017 12:59 AM
I have a requirement that when a user starts the workflow, he has to select the assignee only from the particular group, not all the users, i have tried to put assignee select button there, but it shows all the users , i need to show only the users from a particular group when i select assignee. I hope that is possible, and how i can achieve that? Thanks in advance.
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2017 02:38 AM
There are going to be lot of things you need to change.You need to analyse the component in a detailed manner.Few of the basic things are as below.
- You need to customize the authority.ftl ,picker.inc.ftl,authority-finder.js file and refer authority.ftl file in form configuration.
- In authority-finder.js , customize function onReady in such a way so that it will list only people which you want.
- You may need to customize the repository webscript as well for limiting the people list.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2017 02:47 AM
Yes, I think i need to customize many things to achieve that, do you have any reference docs for that? I have found this article and tried it, but i haven't found solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2017 03:03 AM
Well I don't have any reference, but if you look at existing file and how it works, it will be good enough to start the development of it.I think the git project which you mentioned is incomplete.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2017 03:16 AM
Okay..Thanks for the info..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2017 09:14 AM
Ah, I haven't seen this answer before I added mine.
What exactly is not working for you?
That addon was created for this purpose, and it worked when I wrote it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2017 09:23 AM
Hi,
Actually i have downloaded the project and it runs without any error , but i am not sure whether its working or not. As i am new to alfresco Can you guide me what exactly i need to do after running that project?
And if you can explain the steps to integrate that control in my project, that would be great.Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2017 09:13 AM
We have created an addon exactly for this kind of requirement.
Check it out at GitHub - dgcloud/alfresco-group-member-control: Custom form control that allows you to select users ...
