Re: [rt-users] Display user custom fields in user list

2010-11-11 Thread Ruslan Zakirov
Josef, Your question is unrelated to this thread. Start a new thread next time. CustomFieldValues returns an object, not a hash. You use it when cf may have multiple values. Otherwise use FirstCustomFieldValue method. Regards, Ruslan. From phone. 2010 11 11 01:40 пользователь Josef

[rt-users] Display user custom fields in user list

2010-11-10 Thread Wolfram Huettermann
Hi, I have a user list with the entries id, name, real name and e-mail address. I have created a user custom field hobbies and I want to display it in that list as an additional column. How is it possible? What should I do? Thanks in advance. Wolfram Huettermann

Re: [rt-users] Display user custom fields in user list

2010-11-10 Thread Emmanuel Lacour
On Wed, Nov 10, 2010 at 04:21:53PM +0100, Wolfram Huettermann wrote: Hi, I have a user list with the entries id, name, real name and e-mail address. I have created a user custom field hobbies and I want to display it in that list as an additional column. How is it possible? What should I

Re: [rt-users] Display user custom fields in user list

2010-11-10 Thread Josef
I have a simillar question, how could I display these user fields in a script? I have tried something like {$Ticket-CustomFieldValues('MyCustomField')} but it returns some hash... {$Ticket-MyCustomField} doesn't work as well Dne 11/10/10 5:03 PM, Emmanuel Lacour napsal(a): On Wed, Nov