Re: [Arsperl-users] Trouble Setting Drop Down Menu Items with ARSperl
Brought to you by:
jeffmurphy
|
From: Jim H. <jf...@uf...> - 2009-11-09 17:35:59
|
Rusty Copeland wrote: > If I remember my ARSperl correctly you need to figure out the "Ticket Owner" field id and $name > needs to be translated from the name of the value to the menu entry id. For instance if the > ticket owner pulldown looks like this > > 0: tom 1: dick 2. george > > and you wanted to assign the ticket to george then $name should equal 2. I believe this is how > this is supposed to work. It's been a while since I worked with ARSperl. Thanks, Rusty -- I should have mentioned in my post that I had tried setting $name to an integer and I still get the same error. Thanks, Jim |