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?
Custom enumeration populated with user list
Moderators: Developer, Contributor
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.
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.