In order to create a custom scrip, I need to access to Attachment structure because I would know the value of a header of the original request message.
So I try to do in custom cleanup code block: my $headers = $self->TransactionObj->Attachments->Headers; but in log I have this error message: Can't locate object method "Headers" via package "RT::Attachments"..... I seen in file ..lib/RT/Attachment.pm that the method Headers exists. Anybody can say me the reason of this error? Thank you in advance for the attention -- Alessandra Serrau
_______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [email protected] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
