Pulling CF data into AdminCCor CC field

Hello All,

Can anyone give me an idea or example of how to pull in custom field
data into the AdminCC or CC field via a template? I have a CF full of
people’s email address’s and would like to be able to pull that into the
AdminCC or CC fields based on Ticket approval/creation.

Any help would be great.

Thanks again

Ben Blakely

Can anyone give me an idea or example of how to pull in custom field
data into the AdminCC or CC field via a template? I have a CF full of
people’s email address’s and would like to be able to pull that into the
AdminCC or CC fields based on Ticket approval/creation.

(Trying again, this time replying to the list…)

Why do you want to use a template for this? You likely want a custom
scrip which runs On Approval/On Create. (See
RT::Extension::AddAdminCcsOnQueueChange on CPAN for a scrip which does
this with the current AdminCcs instead of a custom field.)

Hi Kevin,

Thanks for the response. This is what im trying to do. I have a ticket
with a series of custom fields that people need to fill out in a certain
queue, one of the cf’s being a text box where people put in email
address’s in a comma separated format. When that ticket is created (
which is a change management request), I have an approval process. Once
it’s approved it goes into a change management queue. I want to be able
to pull the contents of the cf that contains the email address’s and put
them into the AdminCC or CC field to notify the required parties.

All in all, I just need to put those email address’s in the cc or admin
cc field… excuse the confusing email :slight_smile:

benFrom: Kevin Riggle [mailto:kevinr@bestpractical.com]
Sent: Tuesday, July 25, 2006 2:17 PM
To: Ben Blakely
Cc: rt-devel@lists.bestpractical.com
Subject: Re: [Rt-devel] Pulling CF data into AdminCCor CC field

Can anyone give me an idea or example of how to pull in custom field
data into the AdminCC or CC field via a template? I have a CF full of
people’s email address’s and would like to be able to pull that into
the
AdminCC or CC fields based on Ticket approval/creation.

(Trying again, this time replying to the list…)

Why do you want to use a template for this? You likely want a custom
scrip which runs On Approval/On Create. (See
RT::Extension::AddAdminCcsOnQueueChange on CPAN for a scrip which does
this with the current AdminCcs instead of a custom field.)