<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal>We would like to implement a form of Resolve that allows the
actor to choose if they want to send a Resolve notification or not.  We
are running Version RT 3.8.4.<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>We are attempting to implement the following:<o:p></o:p></p>

<p class=MsoNormal><a href="http://wiki.bestpractical.com/view/MuteResolve">http://wiki.bestpractical.com/view/MuteResolve</a><o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>I created the custom field and added the following to my On
Resolve Notify Requestors scrip for troubleshooting purposes:<o:p></o:p></p>

<p class=MsoNormal>my $AllTicketTransactions =
$self->TicketObj->Transactions;<o:p></o:p></p>

<p class=MsoNormal>while (my $ATransaction= $AllTicketTransactions->Next) {<o:p></o:p></p>

<p class=MsoNormal>  my $ATransactionID = $ATransaction->Id;<o:p></o:p></p>

<p class=MsoNormal>  my $ATransactionCustomFields =
$ATransaction->CustomFields;<o:p></o:p></p>

<p class=MsoNormal>  while (my $ACustomField =
$ATransactionCustomFields->Next()) {<o:p></o:p></p>

<p class=MsoNormal>    my $ACustomFieldName =
$ACustomField->Name;<o:p></o:p></p>

<p class=MsoNormal>    my $ACustomFieldValue =
$ATransaction->FirstCustomFieldValue($ACustomFieldName);<o:p></o:p></p>

<p class=MsoNormal>    $RT::Logger->info( "> 
Scrip #10 - Transaction $ATransactionID \n" );<o:p></o:p></p>

<p class=MsoNormal>    $RT::Logger->info(
">             
CFName      $ACustomFieldName \n" );<o:p></o:p></p>

<p class=MsoNormal>    $RT::Logger->info(
">             
CFValue     $ACustomFieldValue \n" );<o:p></o:p></p>

<p class=MsoNormal>  }<o:p></o:p></p>

<p class=MsoNormal>}<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>We implemented this with ResolveQuiet being the custom
field.  A section of the log output can be found here:<o:p></o:p></p>

<p class=MsoNormal>[Thu Feb  4 15:42:25 2010] [info]: >  Scrip #10
- Transaction 51907  ((eval 8421):31)<o:p></o:p></p>

<p class=MsoNormal>[Thu Feb  4 15:42:25 2010] [info]:
>             
CFName      ResolveQuiet  ((eval 8421):32)<o:p></o:p></p>

<p class=MsoNormal>[Thu Feb  4 15:42:25 2010] [info]:
>             
CFValue       ((eval 8421):33)<o:p></o:p></p>

<p class=MsoNormal>[Thu Feb  4 15:42:25 2010] [info]: >  Scrip #10
- Transaction 51908  ((eval 8421):31)<o:p></o:p></p>

<p class=MsoNormal>[Thu Feb  4 15:42:25 2010] [info]:
>             
CFName      ResolveQuiet  ((eval 8421):32)<o:p></o:p></p>

<p class=MsoNormal>[Thu Feb  4 15:42:25 2010] [info]:
>             
CFValue       ((eval 8421):33)<o:p></o:p></p>

<p class=MsoNormal>[Thu Feb  4 15:42:25 2010] [info]: >  Scrip #10
- Transaction 51909  ((eval 8421):31)<o:p></o:p></p>

<p class=MsoNormal>[Thu Feb  4 15:42:25 2010] [info]:
>             
CFName      ResolveQuiet  ((eval 8421):32)<o:p></o:p></p>

<p class=MsoNormal>[Thu Feb  4 15:42:25 2010] [info]:
>             
CFValue       ((eval 8421):33)<o:p></o:p></p>

<p class=MsoNormal>[Thu Feb  4 15:42:25 2010] [info]: >  Scrip #10
- Transaction 51910  ((eval 8421):31)<o:p></o:p></p>

<p class=MsoNormal>[Thu Feb  4 15:42:25 2010] [info]:
>             
CFName      ResolveQuiet  ((eval 8421):32)<o:p></o:p></p>

<p class=MsoNormal>[Thu Feb  4 15:42:25 2010] [info]:
>             
CFValue       ((eval 8421):33)<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>From this, it looks like the transactional custom field
never actually gets set.<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>I saw the following on the list:<o:p></o:p></p>

<p class=MsoNormal><a
href="http://www.gossamer-threads.com/lists/rt/users/57445?search_string=transaction%20custom%20fields;#57445">http://www.gossamer-threads.com/lists/rt/users/57445?search_string=transaction%20custom%20fields;#57445</a><o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>My questions are:<o:p></o:p></p>

<p class=MsoNormal>Am I doing something wrong when I try to obtain the value of
the transaction custom field or are their still issues with transaction custom
fields?<o:p></o:p></p>

<p class=MsoNormal>Is there a better way to implement a method for Resolve Quiet?<o:p></o:p></p>

<p class=MsoNormal>Is there a better way around this then just changing the
transaction custom field to a ticket custom field?<o:p></o:p></p>

<p class=MsoNormal>Is the patch listed above for transaction custom fields
still valid?  Is there a better patch?<o:p></o:p></p>

<p class=MsoNormal>Any advice?<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";
color:#1F497D'>Jennifer Koermer</span><span style='color:#1F497D'><o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";
color:#1F497D'>Assistant Director of Information Technology<o:p></o:p></span></p>

<div class=MsoNormal align=center style='text-align:center'><span
style='color:#1F497D'>

<hr size=2 width="100%" noshade style='color:#E2164E' align=center>

</span></div>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";
color:#1F497D'><br>
<b>PRG</b></span><span style='font-size:10.0pt;font-family:"Arial","sans-serif";
color:#1F497D'><o:p></o:p></span></p>

<p class=MsoNormal><b><span style='font-size:7.5pt;font-family:"Arial","sans-serif";
color:#1F497D'>Production Resource Group<br>
</span></b><span style='font-size:7.5pt;font-family:"Arial","sans-serif";
color:#1F497D'>7777 West Side Avenue, North Bergen, NJ 07047<br>
201-758-4349 phone<br>
201-868-7195 fax</span><span style='font-size:12.0pt;font-family:"Times New Roman","serif";
color:#1F497D'><o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:7.5pt;font-family:"Arial","sans-serif";
color:#1F497D'>201-232-7691 cell<br>
<a href="mailto:jkoermer@prg.com" title="mailto:rtooker@prg.com"><span
style='color:blue'>jkoermer@prg.com</span></a><br>
<a href="http://www.prg.com/" title="http://www.prg.com/"><span
style='color:blue'>www.prg.com</span></a> </span><span style='color:#1F497D'><o:p></o:p></span></p>

<p class=MsoNormal><o:p> </o:p></p>

</div>

</body>

</html>