Search found 22 matches
- 22 Sep 2011, 06:11
- Forum: Help
- Topic: ACL to make available certain TicketFreeText based on queue
- Replies: 10
- Views: 3981
Re: ACL to make available certain TicketFreeText based on qu
Hi again qwerty, Ok here is how I do it... I know there is a better way to define how / which selections I want to make, but I have not had time to neaten it up and this works for now. I added the following to the bottom of otrs/Kernel/Output/HTML/Standard/AgentTicketActionCommon.dtl: #Layers <!--dt...
- 22 Sep 2011, 05:42
- Forum: Help
- Topic: [Solved] States and groups and more...ACL is the answer :)
- Replies: 7
- Views: 3877
Re: States and groups and more...
Got it working !!!
Perfectly...
This opens so many new possibilities.
Don't know if they going to love me or hate me at work as I need to add so many other things now
Thanks for pointing me in the right direction !
Perfectly...
This opens so many new possibilities.
Don't know if they going to love me or hate me at work as I need to add so many other things now

Thanks for pointing me in the right direction !

- 22 Sep 2011, 05:21
- Forum: Help
- Topic: ACL to make available certain TicketFreeText based on queue
- Replies: 10
- Views: 3981
Re: ACL to make available certain TicketFreeText based on qu
Hi qwerty I currently show / hide various things based on state and queues (and I am sure any other variable with some changes) for agents using CSS. You can easily show / hide what you need based on Queues Have a look at this: http://forums.otrs.org/viewtopic.php?f=62&t=11461 I don't have acces...
- 21 Sep 2011, 22:26
- Forum: Help
- Topic: [Solved] States and groups and more...ACL is the answer :)
- Replies: 7
- Views: 3877
Re: States and groups and more...
Me again.... Think I found the answer here: http://faq.otrs.org/otrs/public.pl?Action=PublicFAQ&ItemID=68 4.) Remove state 'closed successful' in all Agent frontend modules, just enable it for a single group of agents. [Kernel/Config.pm] $Self->{TicketAcl}->{'ACL-Name'} = { # match properties Pr...
- 21 Sep 2011, 22:21
- Forum: Help
- Topic: [Solved] States and groups and more...ACL is the answer :)
- Replies: 7
- Views: 3877
Re: States and groups and more...
Where would I set the ACL's? I had a look at this: http://faq.otrs.org/otrs/public.pl?Action=PublicFAQ&ItemID=297 Modification', 'Termination'], } }, Possible => { # possible ticket options (white list) Ticket => { State => ['closed successful','closed unsuccessful','closed with workaround','pen...
- 21 Sep 2011, 22:16
- Forum: Help
- Topic: [Solved] States and groups and more...ACL is the answer :)
- Replies: 7
- Views: 3877
Re: States and groups and more...
Hi Crythias,
Thanks for information. Could you perhaps provide me with some more information? Perhaps point me in the right direction ?
Thanks,
Thanks for information. Could you perhaps provide me with some more information? Perhaps point me in the right direction ?
Thanks,
- 21 Sep 2011, 19:11
- Forum: Help
- Topic: [Solved] States and groups and more...ACL is the answer :)
- Replies: 7
- Views: 3877
[Solved] States and groups and more...ACL is the answer :)
Hi again, I am experimenting with adding a couple of additional states. I have a list of about 6 different states. Is there a possibility to link selectable states based on groups? So for example, we have a 'Quality Control' state (state type -> open), but I only want people in the QC group to be ab...
- 21 Sep 2011, 18:55
- Forum: Help
- Topic: Search string
- Replies: 2
- Views: 4578
Re: Search string
Thanks a lot for the reply.
I will check it out in the morning and report back.
I will check it out in the morning and report back.
- 21 Sep 2011, 10:17
- Forum: Help
- Topic: Search string
- Replies: 2
- Views: 4578
Search string
Hi again... I don't know exactly what I am trying to do, but I know what I want. Perhaps someone can point me in the correct direction. We have an admin department and they dont have much experience on OTRS or ticketing systems in general and all they want is an icon on the desktop to double click a...
- 20 Sep 2011, 14:57
- Forum: Howtos
- Topic: Better, faster Google search for OTRS forums & your OTRS
- Replies: 3
- Views: 9171
Re: Better, faster Google search for OTRS forums
This is great....
Thanks !!!
On a side note - Is it possible to do something similar to search in the OTRS ticketing system?
Thanks !!!
On a side note - Is it possible to do something similar to search in the OTRS ticketing system?
- 20 Sep 2011, 14:42
- Forum: Help
- Topic: [SOLVED] Default state after pending reminder state
- Replies: 2
- Views: 2279
[SOLVED] Default state after pending reminder state
Thanks crythias,
As always, your reply is lightning fast and 100% helpful
Regards,
As always, your reply is lightning fast and 100% helpful

Regards,
- 20 Sep 2011, 14:15
- Forum: Help
- Topic: [SOLVED] Default state after pending reminder state
- Replies: 2
- Views: 2279
[SOLVED] Default state after pending reminder state
Good day all, I have been playing around with settings and making changes in OTRS and obviously things got kinda messed up a bit. If I put a ticket in a pending reminders state and receive a reply from a customer, changes to a closed state instead of defaulting back to an open state. Please let me k...
- 12 Sep 2011, 14:24
- Forum: Help
- Topic: [SOLVED] Display FreeText field based on State
- Replies: 14
- Views: 6408
Re: Display FreeText field based on State
Thanks man...
Looks like we posted at the same time....
I got it working.
Thanks for all the assistance...
Would not have been able to do it without you pointing me in the correct direction....
Thanks
Looks like we posted at the same time....
I got it working.
Thanks for all the assistance...
Would not have been able to do it without you pointing me in the correct direction....
Thanks
- 12 Sep 2011, 14:22
- Forum: Help
- Topic: [SOLVED] Display FreeText field based on State
- Replies: 14
- Views: 6408
Re: Display FreeText field based on State
WOOOOOHOOOOO !!! I got it !!! I dont know if this is the best way to do it, but it seems to work... Perhaps you know of a better, more elegant way, but this works for me: In Kernel/Output/HTML/Standard/AgentTicketNote.dtl, add <input id="Dest" type="hidden" value="$Data{&quo...
- 12 Sep 2011, 13:52
- Forum: Help
- Topic: [SOLVED] Display FreeText field based on State
- Replies: 14
- Views: 6408
Re: Display FreeText field based on State
Hi crythias, Thanks for the update. I have been playing around and messing around, etc. I have got a little more details. And possible ways of doing this. But I would need you to help me as I am not to great with the coding etc.. I have found the following: The code I have in Kernel/Output/HTML/Stan...
- 11 Sep 2011, 02:59
- Forum: Help
- Topic: [SOLVED] Display FreeText field based on State
- Replies: 14
- Views: 6408
Re: Display FreeText field based on State
Another update.... Ok, im starting to get somewhere, I think... If I change code as below, the value in the text field change to "Default". #Layers <!--dtl:js_on_document_complete--> <script type="text/javascript">//<![CDATA[ Core.Agent.TicketAction.Init(); function nonetext() { ...
- 11 Sep 2011, 01:57
- Forum: Help
- Topic: [SOLVED] Display FreeText field based on State
- Replies: 14
- Views: 6408
Re: Display FreeText field based on State
Hi again... As promised.... Here is the code I have in /opt/otrs/Kernel/Output/HTML/Standard/AgentTicketActionCommon.dtl #Layers <!--dtl:js_on_document_complete--> <script type="text/javascript">//<![CDATA[ Core.Agent.TicketAction.Init(); //above two lines are already there function nonete...
- 10 Sep 2011, 18:23
- Forum: Help
- Topic: [SOLVED] Display FreeText field based on State
- Replies: 14
- Views: 6408
Re: Display FreeText field based on State
As per the post, at the moment, I am not sure which file to put my code in to active it for agents when they create new notes. So I have the code, which I believe is correct. I just need to know which file to put it in... When I put it at the bottom of Kernel/Output/HTML/Standard/AgentTicketActionCo...
- 10 Sep 2011, 17:40
- Forum: Help
- Topic: [SOLVED] Display FreeText field based on State
- Replies: 14
- Views: 6408
Re: Display FreeText field based on State
Hi again...
I would like to get it work based on state or queue. Either way will work.
Please can you please look at my last post on http://forums.otrs.org/viewtopic.php?f= ... 549#p44549 and help me get it working.
Thanks,
I would like to get it work based on state or queue. Either way will work.
Please can you please look at my last post on http://forums.otrs.org/viewtopic.php?f= ... 549#p44549 and help me get it working.
Thanks,
- 10 Sep 2011, 16:04
- Forum: Help
- Topic: [SOLVED] Display FreeText field based on State
- Replies: 14
- Views: 6408
Re: Display FreeText field based on State
Thanks for the quick reply crythias, I have been reading and trying to follow: http://forums.otrs.org/viewtopic.php?f=60&t=8032 for the last couple of days... I have actually posted a quested in that post as well, but it is subject to approval from admin so it is not showing up yet. If I can get...
- 10 Sep 2011, 15:56
- Forum: Help
- Topic: Trouble with Freetext/Queues for Agents
- Replies: 0
- Views: 849
Trouble with Freetext/Queues for Agents
Hi There, I am trying to get this to work for Agents. I have been struggling to get this working for a few days now. I am not sure if what I am doing is correct. I dont even know which dtl file to added it to. I have been trying to add my code to: AgentTicketActionCommon.dtl (AgentTicketNote.dtl) Ag...
- 10 Sep 2011, 11:56
- Forum: Help
- Topic: [SOLVED] Display FreeText field based on State
- Replies: 14
- Views: 6408
[SOLVED] Display FreeText field based on State
Hi All, I am quite new to OTRS setup / configuration and customisation. I need to know how to disply freetext fields based on the state of the ticket. Example: If the state type is 'new' -> display FreeText fields 1 2 3 If the state type is 'open' -> display FreeText fields 4 5 If the state type is ...