<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">Hi Forrest,</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"> </DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">I havn't really made any customizations surrounding the custom field area. I have added</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">RTx::Statistics, and RTx::AssetTracker, the calender extension, and thats it as far</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">as customizations above and beyond the normal RT.</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"> </DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">For the "Ticket" vs "Ticket Transaction" type, I am referring to:</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">I click "configuration" then "Custom Fields" then click on the custom field I have created</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">I see "Name", Description", "Type", "Applies to", "validation", a checkbox for enabled,  "link values to" and "Include page"</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">The "Ticket" vs "ticket transaction" types are under "Applies to", under "Applies to" you can</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">choose Tickets, Groups, Users, Assets, Ticket Transactions</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"> </DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">If you choose ticket, when you look at a ticket, you can see the custom value there. If I choose ticket transactions, you don't see the custom field in the main ticket page, but if I were to click "Resolve", it shows up there. It also shows up under "basics"</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"> </DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">I have tried with "Select one value" as there are a limited list of 7 different values I need the user to choose from, and Enter one value would be freeform, and the reg-ex involved in the validation would be extrodinarily complicated and wouldn't be very easy to change, so I need to stick with the "select one value" type. </DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"> </DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">It defaults to (no value) - right now the Validation field says:</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">(?#Mandatory)(^[A-Z]) - I have tried adding various things after the "(?#Mandatory)"</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">so perhaps my validation string is wrong?</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">The values to select between are all one letter words beginnning with captial letters.</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"> </DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"> </DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">----- Original Message ----<BR>From: Forrest Blount <forrestarthur@gmail.com><BR>To: Sean <stroke_of_death@yahoo.com><BR>Cc: Andreas Vögele <avo@trustsec.de>; rt-users@lists.fsck.com<BR>Sent: Tuesday, July 24, 2007 9:54:12 AM<BR>Subject: Re: [rt-users] Re: Custom field problem<BR><BR>Validation works fine in our system, as do the Mandatory fields... I think we need more information regarding how your system is customized...  For instance, what do you mean you've tried this on custom fields of "Ticket" and "Ticket Transaction" types.  These types aren't available in our 3.6.4 version, so I'm guessing they've been added/modified which might be breaking the validation/mandatory functions.<BR><BR>Have you tried either with a basic "Enter one value" or "Select one value" type custom field? <BR><BR>Forrest<BR><BR>
<DIV><SPAN class=gmail_quote>On 7/24/07, <B class=gmail_sendername>Sean</B> <<A href="mailto:stroke_of_death@yahoo.com" target=_blank rel=nofollow>stroke_of_death@yahoo.com</A>> wrote:</SPAN>
<BLOCKQUOTE class=gmail_quote style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">So there is no way to make having a value in a custom field mandatory?<BR>I was hoping that the "validation" step would take care of this, but I guess that doesn't<BR>kick in until you manually enter something then it validates against what you have selected or entered. <BR><BR><BR><BR>----- Original Message ----<BR>From: Andreas Vögele <<A href="mailto:avo@trustsec.de" target=_blank rel=nofollow>avo@trustsec.de</A>><BR>To: <A href="mailto:rt-users@lists.fsck.com" target=_blank rel=nofollow>rt-users@lists.fsck.com</A><BR>Sent: Tuesday, July 24, 2007 2:16:12 AM <BR>Subject: [rt-users] Re: Custom field problem<BR><BR><BR>Sean writes:<BR><BR>> All,<BR>><BR>> Not sure if this is two seperate questions or not.<BR>><BR>> I am running RT 3.6.4.<BR>><BR>> I am trying to create a custom field that I want to be
 <BR>> mandatory. Basically, Im not concerned if it's there when the ticket<BR>> is created, but when my RT admins close the ticket (always through<BR>> the GUI, not through email or anything) I want to make sure they <BR>> have selected one of the values.  [...]<BR><BR>You can write a scrip that reopens the ticket unless the custom field<BR>is set.  This solution isn't nice but easy to set up.<BR><BR>_______________________________________________ <BR><A href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users" target=_blank rel=nofollow>http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users</A><BR><BR>Community help: <A href="http://wiki.bestpractical.com/" target=_blank rel=nofollow>http://wiki.bestpractical.com </A><BR>Commercial support: <A href="mailto:sales@bestpractical.com" target=_blank rel=nofollow>sales@bestpractical.com</A><BR><BR><BR>Discover RT's hidden secrets with RT Essentials from
 O'Reilly Media.<BR>Buy a copy at <A href="http://rtbook.bestpractical.com/" target=_blank rel=nofollow>http://rtbook.bestpractical.com</A><BR><BR><BR><BR>____________________________________________________________________________________Ready for the edge of your seat?<BR>Check out tonight's top picks on Yahoo! TV.<BR><A href="http://tv.yahoo.com/" target=_blank rel=nofollow>http://tv.yahoo.com/</A><BR>_______________________________________________<BR><A href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users" target=_blank rel=nofollow>http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users </A><BR><BR>Community help: <A href="http://wiki.bestpractical.com/" target=_blank rel=nofollow>http://wiki.bestpractical.com</A><BR>Commercial support: <A href="mailto:sales@bestpractical.com" target=_blank rel=nofollow>sales@bestpractical.com</A><BR><BR><BR>Discover RT's hidden secrets with RT Essentials from O'Reilly Media. <BR>Buy a
 copy at <A href="http://rtbook.bestpractical.com/" target=_blank rel=nofollow>http://rtbook.bestpractical.com</A><BR></BLOCKQUOTE></DIV><BR></DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"><BR></DIV></div><br>
      <hr size=1>Get the Yahoo! toolbar and <a href="http://us.rd.yahoo.com/evt=48225/*http://new.toolbar.yahoo.com/toolbar/features/mail/index.php">be alerted to new email </a>wherever you're surfing. </body></html>