Hi, I am trying to create dynamic field using otrs api, and i also find some methods to create with object "common_object" and method "SetDynamicFieldValue()", details below: *SetDynamicFieldValue()* sets the value of a dynamic field.
my $Result = $CommonObject->SetDynamicFieldValue( Name => 'some name', # the name of the dynamic field Value => 'some value', # String or Integer or DateTime format TicketID => 123 ArticleID => 123 UserID => 123, ); But error is come object CommonObject not found.... If any other way using api, so please help me. Regards,Anup
_______________________________________________ OTRS mailing list: dev - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/dev To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev