ProcessCustomfieldUpdates in a perl shell script

Hello,

I have got one very short question. Which module should I use and which
paths should I shift in @INC, so that I can use the function
ProcessCustomFieldUpdates in a perl shell script, an executable .pl from
the shell?

I have not received any information by the internet, yet.

Thanks in advance,

Wolfram

find . -type f | xargs grep “sub ProcessCustomFieldUpdates”

at the top of your RT install tree, should do the trick.

Josh Narins
Director of Application Development
SeniorBridge
845 Third Ave
7th Floor
New York, NY 10022
Tel: (212) 994-6194
Mobile: (917) 488-6248
Fax: (212) 994-4260
jnarins@seniorbridge.com

SeniorBridge
Managing Complex Chronic Care
http://www.seniorbridge.com

SeniorBridge Statement of Confidentiality: The contents of this email message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. Any dissemination, distribution or copying of this email by an unintended or mistaken recipient is strictly prohibited. In said event, kindly reply to the sender and destroy all entries of this message and any attachments from your system. Thank you.-----Original Message-----

Hello,

I have got one very short question. Which module should I use and
which paths should I shift in @INC, so that I can use the function
ProcessCustomFieldUpdates in a perl shell script, an executable .pl
from the shell?

it lives in RT::Interface::Web (lib/RT/Interface/Web.pm).