<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.3.2">
</HEAD>
<BODY>
Vance,<BR>
<BR>
Have a look at sample code from Groups_Overlay (perldoc Groups_Overlay.pm):<BR>
<BR>
use RT::Groups;<BR>
my $groups = $RT::Groups->new($CurrentUser);<BR>
$groups->LimitToReal();<BR>
while (my $group = $groups->Next()) {<BR>
print $group->Id ." is a group id\n";<BR>
}<BR>
<BR>
<BR>
Would it help you?<BR>
<BR>
Michael<BR>
<BR>
<BR>
On Tue, 2005-10-04 at 18:47 -0400, Vance Vagell wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Hi all,</FONT>
<FONT COLOR="#000000">I am ever-so-close to finishing a scrip, but there is one sticking</FONT>
<FONT COLOR="#000000">point. How can I find the NAME (not id, object, etc.) of each group</FONT>
<FONT COLOR="#000000">that the requestor is a member of? I cannot find an example of this.</FONT>
<FONT COLOR="#000000">Thanks again,</FONT>
<FONT COLOR="#000000">Vance</FONT>
<FONT COLOR="#000000">_______________________________________________</FONT>
<FONT COLOR="#000000"><A HREF="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users</A></FONT>
<FONT COLOR="#000000">Be sure to check out the RT Wiki at <A HREF="http://wiki.bestpractical.com">http://wiki.bestpractical.com</A></FONT>
<FONT COLOR="#000000">Buy your copy of our new book, RT Essentials, today! </FONT>
<FONT COLOR="#000000">Download a free sample chapter from <A HREF="http://rtbook.bestpractical.com">http://rtbook.bestpractical.com</A></FONT>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>