[rt-users] Arguments to callbacks?
Kevin Falcone
falcone at bestpractical.com
Tue Jun 16 17:33:35 EDT 2009
On Jun 16, 2009, at 5:19 PM, ravi wrote:
> any documentation on what is passed into a Callback? I am mostly
> Googling the Callbacks I am interested in to figure out, using
> examples others have provided, what the arguments may be, but that
> only works so far. I also have the RT Essentials book, but that has no
> mention of Callbacks at all!
Every Callback is different.
Go find the callback you're using and see what RT passes in.
$ grep -r callback /opt/rt3/share/html
Everything but CallbackName will be passed on in %ARGS
-kevin
More information about the rt-users
mailing list