HI all,

My correspond scrip adds a table of CF values to the correspond email from the template, and sends to the client. I would like those same changes appended to the transaction content that appears in the history, so it matches what was sent to the client and we know easily what was sent.

to test i have made a scrip, on correspond, custom action, template blank

action is

my $content = $self->TransactionObj->ContentObj->Content;
$content .= "SOME OTHER STUFF";
$self->TransactionObj->ContentObj->SetContent($content);

no errors, but the content is not changed

thanks

Woody.

--

-----------------------

Richard Wood (Woody)
Managing Director
Wild Thing Safaris Ltd.

UK: 2B Habbo St, Greenwich, London
Dar es Salaam: 5 Ethan St, Mbezi beach
Arusha: 3 Ebeneezer Rd, Njiro
PO BOX 34514 DSM
Office: +255 (0) 222 617 166
Office Mobile: +255 (0) 773 503 502
Direct: +255 742 373 327
Skype: woody1tz
http://wildthingsafaris.com

---------
RT 4.4 and RTIR training sessions, and a new workshop day! 
https://bestpractical.com/training
* Los Angeles - September 12-14, 2016

Reply via email to