Where to place my callback

using RT 4.0.17.
I want to write a csallback to fire from lib/RT/Interface/Web.pm line 709:
$m->callback( %$ARGS, CallbackName => ‘ExternalAuthSuccessfulLogin’,
CallbackPage => ‘/autohandler’ );

Where to I need to place the callback file and what to I need to name it?

Are there any substantial docs?

Len.

lenjaffe@jaffesystems.com 614-404-4214 @lenjaffe
Software Engineer, Founder Volunteerable http://www.volunteerable..com/,
Host of Columbus Code Jam http://www.meetup.com/techlifecolumbus/
www.lenjaffe.com http://www.theycomewithcheese.com
Perl Advent Planet http://www.lenjaffe.com/PerlAdventPlanet/ - Advent
Calendars: Perlish and otherwise.

using RT 4.0.17.
I want to write a csallback to fire from lib/RT/Interface/Web.pm line 709:
$m->callback( %$ARGS, CallbackName => ‘ExternalAuthSuccessfulLogin’,
CallbackPage => ‘/autohandler’ );

Where to I need to place the callback file and what to I need to name it?

Are there any substantial docs?

Look in the Callbacks section here:

https://github.com/bestpractical/rt/blob/4.0/writing-rt-extensions-doc/docs/writing-extensions.pod

Thank you.
That was the explanation I needed.

Len.On Wed, Oct 23, 2013 at 4:11 PM, Jim Brandt jbrandt@bestpractical.comwrote:

On 10/23/13 3:51 PM, Len Jaffe wrote:

using RT 4.0.17.
I want to write a csallback to fire from lib/RT/Interface/Web.pm line 709:
$m->callback( %$ARGS, CallbackName => ‘ExternalAuthSuccessfulLogin’,
CallbackPage => ‘/autohandler’ );

Where to I need to place the callback file and what to I need to name it?

Are there any substantial docs?

Look in the Callbacks section here:

https://github.com/**bestpractical/rt/blob/4.0/**
writing-rt-extensions-doc/**docs/writing-extensions.podhttps://github.com/bestpractical/rt/blob/4.0/writing-rt-extensions-doc/docs/writing-extensions.pod

lenjaffe@jaffesystems.com 614-404-4214 @lenjaffe
Software Engineer, Founder Volunteerable http://www.volunteerable..com/,
Host of Columbus Code Jam http://www.meetup.com/techlifecolumbus/
www.lenjaffe.com http://www.theycomewithcheese.com
Perl Advent Planet http://www.lenjaffe.com/PerlAdventPlanet/ - Advent
Calendars: Perlish and otherwise.