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 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.