Search found 5 matches

by mcontagious
22 Jul 2013, 15:49
Forum: Developers
Topic: How to add dynamicfields support for new front end modules
Replies: 6
Views: 3232

Re: How to add dynamicfields support for new front end modul

It is not working for me.

Is there any test module created to give demo on this topic ?
by mcontagious
19 Jul 2013, 12:11
Forum: Developers
Topic: How to add dynamicfields support for new front end modules
Replies: 6
Views: 3232

Re: How to add dynamicfields support for new front end modul

Or tell me how to name the following configitem

<ConfigItem Name="Ticket::Frontend::CustomerTicketOverview###DynamicField" Required="0" Valid="1">

for new module I have created with the given xml configuration.
by mcontagious
19 Jul 2013, 12:04
Forum: Developers
Topic: How to add dynamicfields support for new front end modules
Replies: 6
Views: 3232

Re: How to add dynamicfields support for new front end modul

I have tried these steps already and did not work.

What we need to have in $Self->{Config}->{DynamicField}
by mcontagious
18 Jul 2013, 17:03
Forum: Developers
Topic: How to add dynamicfields support for new front end modules
Replies: 6
Views: 3232

How to add dynamicfields support for new front end modules

Hi, I have created a new module for otrs and now I want to make use of dynamic fields feature for this new module. I have created the following xml configuration for new module. Can any one provide me instructions on how to extend the dynamic fields feature for my new module. <?xml version="1.0...
by mcontagious
07 Jun 2013, 09:34
Forum: Developers
Topic: How to use AJAX subaction to update a select option.
Replies: 1
Views: 1116

How to use AJAX subaction to update a select option.

Hi,

I have two listboxes (select). Select1 and Select2.
What is the otrs way to update Select2 options based on the value selected in Select1 ?