How to display CustomField-values in "at a glance"?

Hi,

I managed to display non-custom-field values in these areas, but what is
the right way to access them ?

    Format => "'<a 

href="$RT::WebPath/Ticket/Display.html?id=id">id/TITLE:#',
‘<a
href="$RT::WebPath/Ticket/Display.html?id=id">Subject/TITLE:Subject’,
Requestors, CustomField.Kundenname, QueueName, Priority, ExtendedStatus",

“Requestors” is displayed (after I figured out the name, from the
ColumnMap-file), but nothing from the custom-field.

This doesn’t work for me:
http://wiki.bestpractical.com/index.cgi?DisplayCustomFieldsInTicketSearch
Does it still apply to the current RT-version?

cheers,
Rainer

I use the following syntax:
Format => “’<a
href=”$RT::WebPath/Ticket/Display.html?id=id">id/TITLE:#’,
CustomField.{Customer name}/TITLE:Customer’, ‘<a
href="$RT::WebPath/Ticket/Display.html?id=id">Subject/TITL
E:Subject’, QueueName, ExtendedStatus, CreatedRelative, '<A
HREF="$RT::WebPath/Ticket/Display.html?Action=Take&id=id">".loc(‘T
ake’)."/TITLE: ’ ",

CONFIDENTIALITY NOTICE
This E-mail message and any documents which accompany it are intended only for the use of the individual or entity to which addressed, and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If the reader is not the intended recipient, any disclosure, distribution or other use of this E-mail message is prohibited. If you have received this E-mail message in error, please delete and notify the sender immediately. Thank you.

Filip Jonckers wrote:

I use the following syntax:
Format => “‘<a
href="$RT::WebPath/Ticket/Display.html?id=id">id/TITLE:#’,
CustomField.{Customer name}/TITLE:Customer’, ‘<a
href="$RT::WebPath/Ticket/Display.html?id=id">Subject/TITL
E:Subject’, QueueName, ExtendedStatus, CreatedRelative, '<A
HREF="$RT::WebPath/Ticket/Display.html?Action=Take&id=id">”.loc(‘T
ake’)."/TITLE: ’ ",

Thank You !!

That works.
I’ll update the wiki.

cheers,
Rainer