Hello,<div><br></div><div>Can anyone offer any insight about creating a Callback in Create.html to redirect to a custom create page an a per queue basis? I believe I have the correct callback in:</div><div><br></div><div>/opt/rt4/local/html/Callbacks/MYNAME/Ticket/Create.html/Init</div>
<div><br></div><div>and I am able to perform the redirect, but can't seem to get the queue name properly to test the queue name. I am thinking it would be something like</div><div><br></div><div><%init></div><div>
%if ($Queueobj->Name eq 'Whatever'){</div><div> $m->redirect('/Tickets/custom.html');</div><div>}</div><div></%init></div><div><br></div><div><br></div><div>the redirect portion works fine, I just don't know how to get the queue name. If anyone wants to offer up an end to end solution including an example custom page that would be even better!</div>
<div><br></div><div>Thanks,</div><div>Jim</div>