Search found 5 matches

by undefined
16 Aug 2016, 06:49
Forum: Developers
Topic: [Unsolved][Question] To create a Working time calculator in HelloWorld (call the perl method in javascript/html)
Replies: 0
Views: 2469

[Unsolved][Question] To create a Working time calculator in HelloWorld (call the perl method in javascript/html)

Hi all, I would like to create a working time calculator.

I espected the user are required to insert the Start day. The system will then calculate the working hours until today.

I had referenced https://otrs.github.io/doc/manual/developer/stable/en/html/how-to-extend-otrs.html to create a Hello ...
by undefined
21 Jul 2016, 10:00
Forum: Developers
Topic: Where to put Custom Javascript Code for Activity Dialogs !
Replies: 2
Views: 3517

Re: Where to put Custom Javascript Code for Activity Dialogs !

Hi!

For enhancement to make the javascript only activate for certain activity dialog,



<script type="text/javascript">
var ActivityDialogEntityID = document.getElementsByName("ActivityDialogEntityID")[0].value;
//change the “ActivityDialog-xxxxxxx” to your Activity dialog id
//*the ...
by undefined
19 Jul 2016, 05:58
Forum: Developers
Topic: How to hide dynamicfield dropdown value in customerticketmessage.pm of otrs
Replies: 5
Views: 6214

Re: How to hide dynamicfield dropdown value in customerticketmessage.pm of otrs

Or just go through sysconfig

1. Admin -> Sysconfig -> Ticket -> Frontend::Customer::Ticket::ViewNew
2. Search Ticket::Frontend::CustomerTicketMessage###DynamicField.
3. Edit the content of Dropdown field to "0" .
by undefined
19 Jul 2016, 05:43
Forum: Developers
Topic: How to hide dynamicfield dropdown value in customerticketmessage.pm of otrs
Replies: 5
Views: 6214

Re: How to hide dynamicfield dropdown value in customerticketmessage.pm of otrs

Hi, I am also a newbie in OTRS. I had figured out one of the way to hide the dynamic field in customer ticket message page of OTRS.

1. create a new folder /opt/otrs/Custom/Kernel/Output/HTML/Templates/Standard. *The installation path may be different
2. copy /opt/otrs/Kernel/Output/HTML/Templates ...