Re: [rt-users] Placing 2 CF in RT ticket subject

2013-01-02 Thread Tim Cutts
On 29 Dec 2012, at 08:48, Nums benwils...@gmail.com wrote: I am trying to create a script which will pull 2 custom field values into the RT ticket subject upon creation. I am able to do it with one using script below, but unable to manage to pull 2 CF values, is this possible? my

Re: [rt-users] Placing 2 CF in RT ticket subject

2013-01-02 Thread Martin Wheldon
Hi, How about something like: my $subject = sprintf(%s %s, $self-TicketObj-FirstCustomFieldValue('Custom Field 1'), $self-TicketObj-FirstCustomFieldValue('Custom Field 2'); Best Regards Martin Wheldon On 2012-12-29 08:48, Nums wrote: I am trying to create a script which will pull 2

[rt-users] Placing 2 CF in RT ticket subject

2012-12-29 Thread Nums
I am trying to create a script which will pull 2 custom field values into the RT ticket subject upon creation. I am able to do it with one using script below, but unable to manage to pull 2 CF values, is this possible? my $subject = $self-TicketObj-FirstCustomFieldValue('Custom Field