[rt-users] RealName in Requestors column on search results

Jim Meyer purp at acm.org
Mon Dec 5 18:51:29 EST 2005


Hello!

On Wed, 2005-11-30 at 21:23, Justin Rogers wrote:
> Does anyone know how to display the realname reather then the Email  
> Address. any hel would be greatly appreciated. 

This should work:
================================================================================
<%$User->RealName%>
% if ($User->Gecos) {
 [<%$User->Gecos%>]
% }
% if ($User->WorkPhone) {
 x<%$User->WorkPhone%>
% }
================================================================================

It also tosses in their account name and phone number for convenience.

Cheers!

--j
-- 
Jim Meyer, Geek at Large                                    purp at acm.org




More information about the rt-users mailing list