[rt-users] How do I determine the value of a group custom field?
David Young
davidy at funkypenguin.co.za
Mon Sep 26 04:33:33 EDT 2005
Hi guys :)
I'm trying to write some code, to go through my groups, and pull out each
group name, along with the values of two group custom fields... and I'm
stuck on how to get the custom field values :(
Here's what I've got so far:
-----------
% use RT::Groups;
% my $Groups = new RT::Groups($session{'CurrentUser'});
% $Groups->LimitToUserDefinedGroups();
% while(my $Group = $Groups->Next) {
<tr>
<td><% $Group->Name %></td>
-----------
Thanks! :)
- David
More information about the rt-users
mailing list