I'm trying to set the value of a Drop Down menu in Remedy (in this case
"Ticket Owner" like so:
my $ars = new ARS (
-server => $server,
-username => $username,
-password => $password
);
my $form = $ars->openForm (-form => $schema);
$form->set(
-entry => $eid,
-gettime => 0,
-value => {
"Ticket Owner" => $name,
}
)
When I try this I get this error:
[ERROR] (Ticket Owner is not valid. Please select a value from the
drop down.) (ARERR #10000)
I can set them from the remedy client, but not from ARSperl -- does anyone
know the right way to set this?
Thanks,
----------------------------------------------------------------------
| Jim Hranicky, Security Engineer UF InfoSec Team |
| E202 SSRB Phone (352) 392-2061 |
| [email protected] |
----------------------------------------------------------------------
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
--
Arsperl-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/arsperl-users