<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.5730.11" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=777265600-18012007><FONT face=Arial size=2>Couldn't see any way 
in 3.6.3 of including disabled custom fields in listing. Here is a patch 
against</FONT></SPAN></DIV>
<DIV><SPAN class=777265600-18012007><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=777265600-18012007><FONT face=Arial 
size=2>&lt;rt&gt;/share/html/Admin/CustomFields/index.html</FONT></SPAN></DIV>
<DIV><SPAN class=777265600-18012007><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=777265600-18012007><FONT face=Arial size=2>which adds this 
capability, if nobody has already patched this ...</FONT></SPAN></DIV>
<DIV><SPAN class=777265600-18012007><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=777265600-18012007><FONT face=Arial 
size=2>PK</FONT></SPAN></DIV>
<DIV><SPAN class=777265600-18012007><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=777265600-18012007><FONT face=Arial 
size=2>=================</FONT></SPAN></DIV>
<DIV><SPAN class=777265600-18012007><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=777265600-18012007><FONT face=Arial size=2>--- 
/usr/local/rt/share/html/Admin/CustomFields/index.html&nbsp;2006-09-26 
08:06:31.000000000 -0700<BR>+++ 
/usr/local/rt/local/html/Admin/CustomFields/index.html&nbsp;2007-01-17 
16:53:08.179362688 -0800<BR>@@ -72,8 +72,10 @@<BR>&nbsp;% 
}<BR>&nbsp;<BR>&nbsp;&lt;form 
action="&lt;%$RT::WebPath%&gt;/Admin/CustomFields/index.html" 
method="get"&gt;<BR>+&lt;input type="checkbox" class="checkbox" 
name="FindDisabledCFs" value="1" /&gt; &lt;&amp;|/l&amp;&gt;Include disabled 
custom fields in 
listing.&lt;/&amp;&gt;&lt;br/&gt;&lt;br/&gt;<BR>&nbsp;&lt;&amp;|/l&amp;&gt;Only 
show custom fields for:&lt;/&amp;&gt;<BR>&nbsp;&lt;select 
name="type"&gt;<BR>+&lt;option value="all" 
selected&gt;All&lt;/option&gt;<BR>&nbsp;% for (@types) {<BR>&nbsp;&lt;option 
value="&lt;% $_-&gt;[1] %&gt;"&gt;&lt;% $_-&gt;[0] 
%&gt;&lt;/option&gt;<BR>&nbsp;% }<BR>@@ -82,9 +84,14 
@@<BR>&nbsp;<BR>&nbsp;&lt;%args&gt;<BR>&nbsp;$type =&gt; 
undef<BR>+$FindDisabledCFs =&gt; 
0<BR>&nbsp;&lt;/%args&gt;<BR>&nbsp;&lt;%INIT&gt;<BR>+undef $type if ($type eq 
"all");<BR>&nbsp;my $CustomFields = 
RT::CustomFields-&gt;new($session{'CurrentUser'});<BR>+if ($FindDisabledCFs) 
{<BR>+&nbsp; 
$CustomFields-&gt;FindAllRows();<BR>+}<BR>&nbsp;$CustomFields-&gt;UnLimit();<BR>&nbsp;$CustomFields-&gt;LimitToLookupType($type) 
if defined $type;<BR>&nbsp;$CustomFields-&gt;OrderByCols( { FIELD =&gt; 
'LookupType' }, { FIELD =&gt; 'Name' } );<BR></FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV align=left><FONT face=Arial size=2>--</FONT></DIV>
<DIV align=left><FONT face=Arial size=2>Philip Kime</FONT></DIV>
<DIV align=left><FONT face=Arial size=2>NOPS Systems Architect</FONT></DIV>
<DIV align=left><FONT face=Arial size=2>310 401 0407</FONT></DIV>
<DIV>&nbsp;</DIV></BODY></HTML>