Select Assignee On File

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2013 03:45 PM
I need an aspect with a property in a custom model that allows me to select a user from all the alfresco users to get the user object.
I've seen and used this in workflows and datalists (eg, assignee)
I was wondering if I can use the already built in 'assignee' functionality directly with a new custom model.
Or would I have create it myself with a new association and aspect.
I've seen and used this in workflows and datalists (eg, assignee)
I was wondering if I can use the already built in 'assignee' functionality directly with a new custom model.
Or would I have create it myself with a new association and aspect.
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2013 01:41 AM
Yes,You can use built in "assignee" functionality directly with you new custom type and also you can create new aspect in your custom model.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2013 09:17 PM
I haven't tried buitin " assignee for my work. but what I did is created aspect which has got associations for reviewer/assignee.
And then created rule which execute javascript file. In my java script I am initiating workflow and getting assignee from document property.
Hope this helps.
And then created rule which execute javascript file. In my java script I am initiating workflow and getting assignee from document property.
Hope this helps.
