Accessing Attachments

I’m writing a Scrip that reads the attachment on a ticket, what object
should I use to access it?

I’ve been searching through Ticket.pm and Ticket_Overlay.pm and I can’t seem
to find it.

-Phil

Make the most of your family vacation with tips from the MSN Family Travel
Guide! http://dollar.msn.com

Attachments is a part of transaction. You can start from
$TicketObj->Transactions->First->Attachments.

Phil Shon wrote: