[Rt-devel] Problem with DefaultCustomFieldValue

Andy Harrison aharrison at gmail.com
Sat Feb 19 11:25:17 EST 2005


>     my( $st, $msg ) = $self->TicketObj->AddCustomFieldValue(

I believe this is your problem.  IIRC, the AddCustomFieldValue method
attempts to add to the available choices for this custom field.   I
think you want the SetContent method.  See the perldoc in
TicketCustomFieldValue_Overlay.pm and TicketCustomFieldValue.pm.

-- 
Andy Harrison


More information about the Rt-devel mailing list