Page 1 of 1

Custom enumeration populated with user list

Posted: 06 Oct 2006, 02:52
by obriend
I would like to create a new custom enumeration that has the same list of users as the assigned to enum.

Can this be done with a variable in the Possible Values field when configuring the custom field?

Posted: 06 Oct 2006, 12:50
by Narcissus
You can use a function to populate the list at 'runtime'.

Check out http://www.futureware.biz/blog/index.ph ... &tb=1&pb=1 for more details on this.

If you look at the code that populates the 'assign to' drop down, you could probably copy a lot of that code in to your function to do what you need.