Search found 16 matches

by racagalro
13 Sep 2017, 17:47
Forum: General
Topic: Sysconfig parameter ViewAllPossibleTickets seems not to work on OTRS 5
Replies: 0
Views: 8832

Sysconfig parameter ViewAllPossibleTickets seems not to work on OTRS 5

hello, I have activated these parameter in Frontend::Agent::Ticket::ViewQueue, but no tickets on ro queues are listed on Dashboard. However I can access those tickets by search or selecting by Queue. I see that ZZZAAuto.pm generated after rebuilding config is still showing the old value: # grep View...
by racagalro
27 Oct 2015, 16:53
Forum: General
Topic: How to know which event has triggered an Invoker ?
Replies: 0
Views: 519

How to know which event has triggered an Invoker ?

I'm developping an Invoker to handle several events.
I would like to know inside de Invoker which Event has triggered it.

Thanks
by racagalro
30 Jun 2015, 17:34
Forum: General
Topic: I need to show in userdropdown list login, first_name, last_name
Replies: 1
Views: 6873

Re: I need to show in userdropdown list login, first_name, last_name

I found the anwer.

Sysconfig parameter "FirstnameLastnameOrder" in Framework -> Frontend::Agent must be set to the desired value.

Sorry.
Best regards
by racagalro
29 Jun 2015, 14:20
Forum: General
Topic: I need to show in userdropdown list login, first_name, last_name
Replies: 1
Views: 6873

I need to show in userdropdown list login, first_name, last_name

I need some help. I would like to modify dropdown User list in AgentTicketPhone module in order to show login, first_name and last_name. I found in AgentTicketPhone.pm that it uses a function called UserList to generate it: my %AllGroupsMembers = $Self->{UserObject}->UserList( Type => 'Long', Valid ...
by racagalro
23 Mar 2015, 15:18
Forum: General
Topic: Understanding ticket link - parentchild relation
Replies: 1
Views: 1567

Understanding ticket link - parentchild relation

Hello, I need some help. I would like to implement a ticket relation between tickets in which a master ticket has one or several child tickets, and master ticket cannot be closed whereas any of the child tickets are still in Open state. How can I do that ? I made some test with a parent-child relati...
by racagalro
22 Feb 2015, 20:07
Forum: General
Topic: Which variables are available for calling actions in MenuModule ?
Replies: 2
Views: 1807

Re: Which variables are available for calling actions in MenuModule ?

Don't waste time on this subject. I finally found the answer to my question. I used "CustomerUserID" to get the login name of the customer user. The full action I put in sysconfig Frontend::Agent::Ticket::MenuModule was: Action=AgentTicketPhone;Subaction=StoreNew;ExpandCustomerName=2;Custo...
by racagalro
21 Feb 2015, 13:21
Forum: General
Topic: Which variables are available for calling actions in MenuModule ?
Replies: 2
Views: 1807

Which variables are available for calling actions in MenuModule ?

Hello, I'm trying to add a new option in MenuModule in AgentTicketZoom consisting on direct link to AgentTicketPhone for ticket creation. My goal is to make easier the creation of linked tickets for the agent, filling up most fields in AgentTicketPhone screen by passing them in URL. In sysconfig -> ...
by racagalro
03 Feb 2015, 10:14
Forum: Developers
Topic: [Notice][Kernel::System::Ticket::TicketServiceSet] Permission denied on TicketID: 4128
Replies: 1
Views: 9760

Re: [Notice][Kernel::System::Ticket::TicketServiceSet] Permission denied on TicketID: 4128

I forgot to tell here that I'm using ACLs to control the services that are displayed as function of the Queue name, following example in OTRS Admin Manual. I've made a test taking off ACL code from Config.pm and the problem dissapears. I'va been able to change simultaneously bot Service and Queue. W...
by racagalro
02 Feb 2015, 19:03
Forum: Developers
Topic: [Notice][Kernel::System::Ticket::TicketServiceSet] Permission denied on TicketID: 4128
Replies: 1
Views: 9760

[Notice][Kernel::System::Ticket::TicketServiceSet] Permission denied on TicketID: 4128

In my OTRS 3.3.1 I have this error in system log file when I try to modified simultaneously Queue and Service in Agent Free Field modification screen. Only Queue field is actually moidifed in ticket params. However if I modify first the Queue and validate screen, and after that I enter again the Fre...
by racagalro
30 Dec 2014, 13:56
Forum: Developers
Topic: Disable RichText editor only in customer interface
Replies: 4
Views: 2576

Re: Disable RichText editor only in customer interface

Thanks for your answer. It works fine.
by racagalro
29 Dec 2014, 13:45
Forum: Developers
Topic: Disable RichText editor only in customer interface
Replies: 4
Views: 2576

Re: Disable RichText editor only in customer interface

I forgot to write down my OTRS version. Is 3.3.1
by racagalro
29 Dec 2014, 13:44
Forum: Developers
Topic: Disable RichText editor only in customer interface
Replies: 4
Views: 2576

Disable RichText editor only in customer interface

I need to disable RichText Editor but only for customer New Ticket interface. How could I do it? Maybe modifying CustomerTicketMessage template or module?
Thanks for help.
by racagalro
15 Jan 2014, 16:36
Forum: General
Topic: can I show tickets by State (instead of StateType) in Dashbo
Replies: 4
Views: 1726

Re: can I show tickets by State (instead of StateType) in Da

The StateType is "closed" and is easy to list all tickets in this state type by putting "Attributes: StateType=closed". I tested and it works. However, a need to list only those tickets in StateType "closed" that are in State "Detenido" which is a new state a ...
by racagalro
15 Jan 2014, 11:46
Forum: General
Topic: can I show tickets by State (instead of StateType) in Dashbo
Replies: 4
Views: 1726

Re: can I show tickets by State (instead of StateType) in Da

Could you please give me an example of filter using?

Thanks and best regards
by racagalro
14 Jan 2014, 19:06
Forum: General
Topic: can I show tickets by State (instead of StateType) in Dashbo
Replies: 4
Views: 1726

can I show tickets by State (instead of StateType) in Dashbo

Hi, I need to show tickets in agent Dashboard that are in a new state that I created. This State belongs to StateType "closed" but i don't want to show all "closed" tickets, only those in this special state. Is it possible? I've been digging in Ticket.xml and made some tests usin...
by racagalro
20 Nov 2013, 14:29
Forum: Help
Topic: NLS format issues [windows / oracle / 3.1.0-beta1]
Replies: 1
Views: 1024

Re: NLS format issues [windows / oracle / 3.1.0-beta1]

Same problem but in version 3.3.0, CentOS 6 and Oracle agent 11g.

Command line works fine and GUI attempt didn't work.

It seems GUI is not using NLS variables from Config.pm

¿Some clues?

Thanks