<div>And here is what I ended up figuring out... Maybe that will even help you Paul so you don't have to have a local Create.html</div><div><br></div><div><div><%init></div><div><br></div><div>my $ARGSRef = $ARGS{'ARGSRef'};</div>
<div><br></div><div>my $QueueObj = new RT::Queue($session{'CurrentUser'});</div><div>$QueueObj->Load($ARGSRef->{'Queue'});</div><div><br></div><div>if($QueueObj->Name eq 'WhateverQueue')</div>
<div>{</div><div> $m->redirect('/Tickets/MyCustomPage.html');</div><div>}</div><div></%init></div><div><%ARGS></div><div></%ARGS></div></div><div><br></div><br><br><div class="gmail_quote">On Tue, Jun 12, 2012 at 2:07 PM, Jim Lesinski <span dir="ltr"><<a href="mailto:jim.lesinski@gmail.com" target="_blank">jim.lesinski@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I see the line:<div>my $Queue = $ARGS{Queue};</div><div><br></div><div>but honestly I can't seem to figure out how to get it to work in the Init file. Could you show a simple example of it's use?</div>
<div class="HOEnZb"><div class="h5"><div><br><br>
<div class="gmail_quote">On Tue, Jun 12, 2012 at 11:36 AM, Thomas Sibley <span dir="ltr"><<a href="mailto:trs@bestpractical.com" target="_blank">trs@bestpractical.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div>On 06/12/2012 11:27 AM, Jim Lesinski wrote:<br>
> I had thought about doing that but it seemed like there would be some<br>
> way to access the queue from the ARGSRef. It's good to know that is an<br>
> option.<br>
<br>
</div>Of course you can access the queue via the values in $ARGSRef.  Look at<br>
how the Ticket/Create.html page does it right below the Init callback line.<br>
<br>
</blockquote></div><br></div>
</div></div></blockquote></div><br>