On Tue, Aug 18, 2009 at 14:16, Nathan Hurt<[email protected]> wrote:
> Is there a way to insert user's real names into the search spreadsheet?
>
You have to make a local copy of Results.tsv and add something like:
push(@attrs, map {"Requestors->UserMembersObj->First->$_"}
qw(RealName HomePhone WorkPhone Address1 Address2 Zip)) if
$session{'CurrentUser'}->HasRight(Object => $RT::System, Right =>
'AdminUsers');
below my @attrs =
Note that you have to have the ACLs, and it seems to slow the
loading of the spreadhseet.
--
Cambridge Energy Alliance: Save money. Save the planet.
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
Community help: http://wiki.bestpractical.com
Commercial support: [email protected]
Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com