Re: ars_CreateEntry
Brought to you by:
jeffmurphy
|
From: Jeff M. <jcm...@sm...> - 1996-12-11 03:16:06
|
Miriam Yaged insists: > >After defining the following statement: >local($create_result) = ars_CreateEntry($ctrl, $schema, $fieldvalues); >Why wouldn't $create_result be equal to anything?? > >It is not giving me any error messages but it is not creating the ticket >either. as with all arsperl calls, if they fail or do something unexpected, you should always inspect $ars_errstr in the above, CreateEntry is being used incorrectly. see the online doc for the command syntax. jeff |