Van De Kerk, David - PHX wrote:
> 
> 

> 
> The code I am trying to use is:
> 
> my $schema = "Incident Management";
> 

$f = ars_GetFieldTable($c, $schema);

> $entry_id = 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"
> )
>                   ||
>  

-------------------------------------------------------------------------
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
Arsperl-users@arsperl.org
https://lists.sourceforge.net/lists/listinfo/arsperl-users

Reply via email to