ars_MergeEntry(ctrl, schema, mergeType, ...)
Example:
$a = ars_MergeEntry($ctrl, "HD:HelpDesk", 4, 2 , "FOOBAR"); die "$ars_errstr" if($a eq "");Note: If you try to merge a diary field (to alter existing diary entries) you need to pass the encoded diary to this routine. See ars_EncodeDiary.
mergeType
s: see ARS Programmer's Guide for explanation
and listing of mergeType
s.
ars_MergeEntry was introduced in version 1.46 of ARSperl
Last changes to this page 21st July 1997 by jcmurphy@smurfland.cit.buffalo.edu