I see the line:
my $Queue = $ARGS{Queue};
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?
On Tue, Jun 12, 2012 at 11:36 AM, Thomas Sibley <[email protected]>wrote:
> On 06/12/2012 11:27 AM, Jim Lesinski wrote:
> > I had thought about doing that but it seemed like there would be some
> > way to access the queue from the ARGSRef. It's good to know that is an
> > option.
>
> Of course you can access the queue via the values in $ARGSRef. Look at
> how the Ticket/Create.html page does it right below the Init callback line.
>
>