Re: [Arsperl-users] HELP! How to make a Remedy incident management ticket - why does it fail?
Brought to you by:
jeffmurphy
|
From: Vaughan, M. <Mar...@ca...> - 2007-07-17 19:37:47
|
It should be:
%f =3D ars_GetFieldTable($c, $schema);
Mark Vaughan
TTS Development
Comcast Cable Corporation
720.268.8591
-----Original Message-----
From: ars...@ar...
[mailto:ars...@ar...] On Behalf Of Jeff Murphy
Sent: Tuesday, July 17, 2007 1:20 PM
To: ARSperl User Discussion
Subject: Re: [Arsperl-users] HELP! How to make a Remedy incident
management ticket - why does it fail?
Van De Kerk, David - PHX wrote:
>=20
>=20
>=20
> The code I am trying to use is:
>=20
> my $schema =3D "Incident Management";
>=20
$f =3D ars_GetFieldTable($c, $schema);
> $entry_id =3D ars_CreateEntry($c,
> $schema,
> $f{'Notification Text'}, "Demo notification Text create ticket from
Perl",
> $f{'Incident Description'}, "Demo description of Perl item",
> $f{'Category'},"Applications",
> $f{'Type'}, "Interface",
> $f{'Affected Item +'}, "Claims Backend Processing",
> $f{'Assignee Group +'}, "CHWE-Integration Svs EDI",
> $f{'Account Affected +'}, "Catholic Healthcare West",
> $f{'Customer Name +'}, "David van De Kerk",
> $f{'Source'}, "Phone"
> )
> ||
> =20
------------------------------------------------------------------------
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Arsperl-users mailing list
Ars...@ar...
https://lists.sourceforge.net/lists/listinfo/arsperl-users
|