Vance,<br><br>Well, there are a few vastly different ways to do this:<br><br>1) If on rt 3.6.x, you can use any of these formatting sequences:<br><br># for format control of "mm/dd/yyyy"<br><br>(?#Date mm/dd/yyyy)^(((0)?[1-9]|1[0-2])\/((0)?[1-9]|[12][0-9]|3[01])\/([12][0-9])?[0-9][0-9])?$<br>
<br># for format control of "yyyy/mm/dd hh:mi:ss"<br><br>(?#Date yyyy/mm/dd hh:mi:ss)^(([1-2][0-9][0-9][0-9])\/(0[1-9]|1[0-2])\/(0[1-9]|[1-2][0-9]|3[0-1]) (0[1-9]|1[0-2]):(0[1-9]|1[0-2]):(0[1-9]|1[0-2]))?$<br><br>
# for format control of "yyyy/mm/dd"<br><br>(?#Date yyyy/mm/dd)^(([1-2][0-9][0-9][0-9])\/(0[1-9]|1[0-2])\/(0[1-9]|[1-2][0-9]|3[0-1]))?$<br><br>2) If on 3.8.8+, you can make the CF a "SelectDate" field and get the use of Calendar. However, there is no "built-in" way to make the field mandatory unless you add some of your own code. This has been discussed in past threads. We choose to keep the basic code and work around the problem by writing a scrip to use another CF and re-set the Status field (to "stalled" when they "resolve" without setting the date field) and then send email notifications to alert the ticket owners that they need to put in the date field). This is a bit simple, but keeps us from messing with code. However, there are some other options discussed that modify the RT code and allow the CF to be treated as a "TRULY" mandatory field. Check out the threads. I believe there is even a link to some of that code.<br>
<br>Hope this helps.<br><br>Kenn<br>LBNL<br><br><div class="gmail_quote">On Mon, Apr 11, 2011 at 6:30 AM, Vance Walsh <span dir="ltr"><<a href="mailto:vance_walsh@concordacademy.org">vance_walsh@concordacademy.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">







<div>
<div style="text-align: left;" align="left"><font style="font-family: Arial; font-size: 10pt; color: rgb(0, 0, 0);" size="+0" color="#000000" face="Arial">What would be the proper string to make a Custom field Mandatory and contain a date field?</font></div>

<br>
<div style="text-align: left;" align="left"><font style="font-family: Arial; font-size: 10pt; color: rgb(0, 0, 0);" size="+0" color="#000000" face="Arial">---</font></div>
<br>
<div style="text-align: left;" align="left"><font style="font-family: Arial; font-size: 10pt; color: rgb(0, 0, 0);" size="+0" color="#000000" face="Arial">Vance Walsh</font></div>
<div style="text-align: left;" align="left"><font style="font-family: Arial; font-size: 10pt; color: rgb(0, 0, 0);" size="+0" color="#000000" face="Arial">Network and Systems Administrator</font></div>
<div style="text-align: left;" align="left"><font style="font-family: Arial; font-size: 10pt; color: rgb(0, 0, 0);" size="+0" color="#000000" face="Arial">Concord Academy - Concord, Mass.</font></div>
<br>
</div>

</blockquote></div><br>