Re: [rt-users] Help with scrip for Custom Field

2011-08-08 Thread Kevin Falcone
On Fri, Aug 05, 2011 at 03:18:54PM -0700, Kenneth Crocker wrote: To all, I have a Custom Field with the type=Upload multiple images. I want to put in an attachment (gif or jpeg) from an email. The scrip I have written uses this to get the pic: my $trans =

Re: [rt-users] Help with scrip for Custom Field

2011-08-08 Thread Kenneth Crocker
Kevin, I don't understand the term limitdown, but I'll try to create a loop. Am I correct with the code Attachments-First-ContentType(Value = 'image/gif') and should that be the main condition in the loop (got an example)? Thanks. Kenn LBNL On Mon, Aug 8, 2011 at 7:43 AM, Kevin Falcone

Re: [rt-users] Help with scrip for Custom Field

2011-08-08 Thread Kevin Falcone
On Mon, Aug 08, 2011 at 09:23:03AM -0700, Kenneth Crocker wrote: I don't understand the term limitdown, but I'll try to create a loop. Am I correct with the code Attachments-First-ContentType(Value = 'image/gif') and should that be the main condition in the loop (got an

Re: [rt-users] Help with scrip for Custom Field

2011-08-08 Thread Kenneth Crocker
Kevin, Thanks. Sorry for the ignorant questions. I'm not a perl programmer. I just try to cobble examples together and test them out. I'll look thru that. Hopefully there's an example of limit code for images. Thanks again. Kenn LBNL On Mon, Aug 8, 2011 at 9:38 AM, Kevin Falcone