<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
</style>
</head>
<body fPStyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">
<p>been playing aorund with this for a few day now.  Able to design a table in the WYSIWYG and have it email out properly (by setting the contect to html in the templates) and show properly in the history (by pbypassing the scrubber).  still having an issue
 populating the Description field on a new ticket though.  any help is appreciated.</p>
<p> </p>
<p>I managed to hack together my first callback from Create.html and it works (yay!) but it's populating the WYSIWYG with unformatted text.  if anyone knows how to make this pop as an actual table please shoot me a line.</p>
<p> </p>
<p><%init><br>
my $ARGSRef = $ARGS{'ARGSRef'};<br>
if ( $QueueObj->Name eq 'Cabling' ) {<br>
  $ARGSRef->{'Content'} = '<br>
<table broder="1" cellspacing="1" padding="1" align="center" style="width:500px"><br>
  <thead><tr><br>
    <th>Source Rack </th><br>
    <th>Source Equip</th><br>
    <th>Source Port </th><br>
    <th>Dest Rack   </th><br>
    <th>Dest Equip  </th><br>
    <th>Notes       </th><br>
  </tr></thead><br>
  <tbody><tr><br>
    <td>1</td><br>
    <td>2</td><br>
    <td>3</td><br>
    <td>4</td><br>
    <td>5</td><br>
    <td>6</td><br>
  </tbody></tr><br>
</table><br>
';<br>
}<br>
</%init></p>
<p><%args><br>
$QueueObj => undef;<br>
</%args><br>
</p>
<p> </p>
<p> </p>
<div style="FONT-FAMILY: Times New Roman; COLOR: #000000; FONT-SIZE: 16px">
<hr tabindex="-1">
<div style="DIRECTION: ltr" id="divRpF786893"><font color="#000000" size="2" face="Tahoma"><b>From:</b> Lake, Seth M (Vangent)<br>
<b>Sent:</b> Thursday, October 25, 2012 1:00 PM<br>
<b>To:</b> rt-users@lists.bestpractical.com<br>
<b>Subject:</b> RE: Spreadsheet-esq Web Input<br>
</font><br>
</div>
<div></div>
<div>
<div style="FONT-FAMILY: Tahoma; DIRECTION: ltr; COLOR: #000000; FONT-SIZE: 10pt">
<p>I just realized that there is a "table" button in the WYSIWYG.  was thinking I could set a default ticket description as a table and do it that way.  but it looks like the format isn't maintained (the email is plain text with each table cell as it's own
 line or mashed all on one line for history) so that won't work...</p>
<p> </p>
<p>had a few hits searching for "request tracker grid" but that looks like an output, not an input method.</p>
<p> </p>
<p>hmm...</p>
</div>
</div>
</div>
</div>
</body>
</html>