[rt-users] Spreadsheet / Export columns

Jerrad Pierce jpierce at cambridgeenergyalliance.org
Tue Aug 18 14:31:11 EDT 2009


On Tue, Aug 18, 2009 at 14:16, Nathan Hurt<nhurt at barracuda.com> 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.



More information about the rt-users mailing list