Create dynamic fields in product dropdown setting using otrs API

Anup Kandalkar <[email protected]>
Newsgroups gmane.comp.otrs.devel
Message-ID <CALKKgBnevEBAkKy7ve2aE2Xwj4yKB2px1ixnHNDpkm1WU8RKQg@mail.gmail.com>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.