Custom enumeration populated with user list

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
obriend
Posts: 6
Joined: 10 Nov 2005, 20:12

Custom enumeration populated with user list

Post 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?
Narcissus
Developer
Posts: 338
Joined: 17 Feb 2005, 09:45

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