Search found 39 matches

by adminrd
15 Jun 2018, 09:46
Forum: Developers
Topic: Attachment in ActionTicketPhone
Replies: 0
Views: 15502

Attachment in ActionTicketPhone

Hi, I'm stuck on this. Is there a way to automatically attach a file in the AgentTicketPhone screen during ticket creation. I need to have a file already attached in the ticket creation template ...:( I tried to modify in the js file Core.Agent.CustomerSearch.js, the file appears in the screen but i...
by adminrd
30 Oct 2017, 11:47
Forum: Developers
Topic: Ticket phone book
Replies: 0
Views: 32674

Ticket phone book

Hi all, I have to develop a phone book that must appear on each ticket zoom view. This phone book will contain some contacts names and phone numbers retreived from a customer database or from an API. I wanted to display the information as a grid in the ticket zoom view but it seems not possible to h...
by adminrd
18 Jan 2017, 14:44
Forum: Help
Topic: Generic Agent new values
Replies: 0
Views: 672

Generic Agent new values

Hi all, I create a generic agent task using the interface : Event based execution: Event tiggers: TicketStateUpdate Select tickets State : closed successful MyDynamicfield: value1, value 2, value 3 Update/Add Ticket Attributes nothing used Execute client Module : use some custom module The result: W...
by adminrd
06 Jan 2017, 15:59
Forum: Developers
Topic: DynamicField with a related quantity
Replies: 0
Views: 1641

DynamicField with a related quantity

Hi,

I wanted to know how to do

I want to add a new multi-select dynamic field
ex:
computer
clipboard

but for each selected value from the multi-select I wanted to display a related quantity (1 by default).

Has someone already done that ?

Thanks and regards,
by adminrd
23 Dec 2016, 11:56
Forum: General
Topic: How could I search by a dynamic field?
Replies: 3
Views: 21459

[SOLVED]Re: How could I search by a dynamic field?

Hi, Thanks for the documentation. It works for me like this: curl -X GET --data '{"DynamicField_FieldNameX": {"Equals":["28537"]}}' "http://localhost/otrs/nph-genericinterface.pl/Webservice/GenericTicketConnectorREST/TicketSearch?UserLogin=myuser&Password=mypas...
by adminrd
22 Dec 2016, 17:52
Forum: General
Topic: How could I search by a dynamic field?
Replies: 3
Views: 21459

Re: How could I search by a dynamic field?

Hi ness,
I have same problem actually.
Did you find a solution ?

Thanks and regards,
by adminrd
15 Nov 2016, 19:03
Forum: Developers
Topic: Help me adding time range in calendar
Replies: 1
Views: 2231

[SOLVED]Re: Help me adding time range in calendar

Hi,

I found the solution, I have to change in Kernel/Modules/AdminSysConfig.pm.
I have to use a hash instead of an array @ArrayHour (line 1754) to store the 8.5 key that is a string.

Regards,
by adminrd
11 Nov 2016, 15:00
Forum: Developers
Topic: Help me adding time range in calendar
Replies: 1
Views: 2231

Help me adding time range in calendar

Hi, I modified all needed code to add 8.5 hour in the ranges of TimeWorkingHours::Calendar1. Framework.xml AdminSysConfig.pm But not able to check the 8.5 checkbox in the sysconfig page, it check automatically the 8 checkbox when submit. Maybe a problem in Layout.pm but not sure. Maybe someone in th...
by adminrd
21 Jul 2016, 13:48
Forum: Help
Topic: Reply and Reply All
Replies: 2
Views: 1043

Re: Reply and Reply All

OK thanks for reply
by adminrd
21 Jul 2016, 11:49
Forum: Help
Topic: Reply and Reply All
Replies: 2
Views: 1043

Reply and Reply All

Hi,

When I have a ticket with both "Reply" and "Reply All" listboxes.

Where can I configure to have only one "Reply All" listbox (I don't want to display "Reply" in this case) ?

Thanks a lot


Bye
by adminrd
25 Apr 2016, 14:48
Forum: Developers
Topic: External API
Replies: 2
Views: 2317

[SOLVED] Re: External API

Hi,

Yes, it's JSON, your link seems to answer my need, I will have a look.

Thanks for your help,

Regards,
by adminrd
22 Apr 2016, 17:13
Forum: Developers
Topic: External API
Replies: 2
Views: 2317

External API

Hi all,

My need is the following:
- I have an external API for my external datas.
- I wanted to get my data (from this API) in a dynamic field of the "create new phone ticket" form.

Is it possible or not ?

Thanks in advance,

Regards,
by adminrd
07 Apr 2016, 14:24
Forum: Help
Topic: GenericAgent Job on undefined Dynamic field criteria
Replies: 0
Views: 549

GenericAgent Job on undefined Dynamic field criteria

Hi all, I configured a new job for my generic agent like this: %Jobs = ( # -- # [name of job] -> send reminder emails to agents # -- 'send reminder emails to agents' => { # get all tickets with these properties Queue => 'Misc', States => ['new', 'open'], SLA => 'SLA24/7', DynamicField_SLA247 => { Eq...
by adminrd
13 Jul 2015, 17:31
Forum: Help
Topic: Dashboard backend WorkingTime
Replies: 3
Views: 2833

Re: Dashboard backend WorkingTime

Hi, Thanks for your answer. Then I created Custom/Kernel/Output/HTML/DashboardTicketGeneric.pm and add the code to retrieve my WorkingTime : elsif ( $Key =~ m{\A (DynamicField_.+?) _ (.+?) \z}sxm ) { $DynamicFieldsParameters{$1}->{$2} = $Value; } elsif ( $Key eq 'WorkingTime') { $TicketAttributes{$K...
by adminrd
13 Jul 2015, 12:12
Forum: Help
Topic: Dashboard backend WorkingTime
Replies: 3
Views: 2833

Dashboard backend WorkingTime

Hi all, I add a custom Dashboard backend, but I wanted to use WorkingTime value instead of TicketCreateTimeOlderMinutes. Is it possible ? <?xml version="1.0" encoding="utf-8"?> <otrs_config version="1.0" init="Application"> <ConfigItem Name="DashboardBack...
by adminrd
11 Jun 2015, 11:06
Forum: Help
Topic: [SOLVED] Add tag <OTRS_TICKET_SolutionInMin> in response template
Replies: 5
Views: 3605

[SOLVED]Re: Add tag <OTRS_TICKET_SolutionInMin> in response template

Hi all,

I get it !
In fact the Extended =>1 must be in the TicketGet function of the Kernel/System/TemplateGenerator.pm source file.

Regards,
by adminrd
10 Jun 2015, 10:53
Forum: Help
Topic: [SOLVED] Add tag <OTRS_TICKET_SolutionInMin> in response template
Replies: 5
Views: 3605

Re: Add tag <OTRS_TICKET_SolutionInMin> in response template

Yes, I can see the fields SolutionTime and SolutionInMin in the Notification Event and in the search. Maybe my "Extended => 1" modification is not in the good source or maybe I miss somme other change to do in the code ? I'm really stuck on this now... Here's my response template: Avis de ...
by adminrd
09 Jun 2015, 17:51
Forum: Help
Topic: Question using Ticket Acl
Replies: 4
Views: 1991

Re: Question using Ticket Acl

Thanks for the answer, I will try this way.

Regards,
by adminrd
09 Jun 2015, 17:25
Forum: Help
Topic: Question using Ticket Acl
Replies: 4
Views: 1991

Re: Question using Ticket Acl

Yes, I want to restrict only for one agent login in fact.

thanks
by adminrd
09 Jun 2015, 17:15
Forum: Help
Topic: Question using Ticket Acl
Replies: 4
Views: 1991

Question using Ticket Acl

Hi all, I try to use Ticket ACL for select "note-external" as only possible note type, if userLogin is me. I did this in Kernel/Config.pm : $Self->{TicketAcl}->{'ACL-Name-2'} = { # match properties Properties => { # current ticket match propertiesi Frontend => { Action => ['AgentTicketNote...
by adminrd
04 Jun 2015, 11:46
Forum: Help
Topic: [SOLVED] Add tag <OTRS_TICKET_SolutionInMin> in response template
Replies: 5
Views: 3605

[SOLVED] Add tag <OTRS_TICKET_SolutionInMin> in response template

Hi all, OTRS 3.2.7 I add the tags <OTRS_TICKET_SolutionInMin> and <OTRS_TICKET_SolutionTime> in the response template. But when I send the response the values are empty. I suppose I have to activate some flag in the code, I tried to add Extended => 1 in the AgentTicketCompose.pm but it does nothing....
by adminrd
11 Apr 2014, 14:43
Forum: Help
Topic: how to change working hours.
Replies: 10
Views: 4288

Re: how to change working hours.

Thanks a lot ! I will try that way .

Bye
by adminrd
11 Apr 2014, 11:34
Forum: Help
Topic: how to change working hours.
Replies: 10
Views: 4288

Re: how to change working hours.

Sure if I find the way to modify the code I will do it.
I just wonder if someone can give me the sources files involved in order to modify them.

Regards,
by adminrd
11 Apr 2014, 10:13
Forum: Help
Topic: how to change working hours.
Replies: 10
Views: 4288

Re: how to change working hours.

Hi everybody,

I've actually the same question, is someone has some tips to modify the code in order to have half hour in calendar working hours ?

Thanks in advance for your help,

Regards,
by adminrd
20 Nov 2013, 10:07
Forum: Help
Topic: Trigger event Dynamic field
Replies: 8
Views: 2825

Re: Trigger event Dynamic field

Yes, you're right, article dynamic field seems to be the appropriate response. But I didn't succeed to get the article dynamic values in the search CSV. I have the column that appears in the CSV but it's blank. And I configured the right thinks in Ticket::Frontend::AgentTicketSearch###SearchCSVDynam...
by adminrd
19 Nov 2013, 17:41
Forum: Help
Topic: Trigger event Dynamic field
Replies: 8
Views: 2825

Re: Trigger event Dynamic field

Now my problem is when I have multiple follow ups that arrived in the same ticket...
it is not possible using a postmaster filter to now the first follow up, second follow up value, etc.
by adminrd
19 Nov 2013, 17:13
Forum: Help
Topic: Trigger event Dynamic field
Replies: 8
Views: 2825

Re: Trigger event Dynamic field

It works perfectly thanks
But
Now I wanted to keep the value of my dynamic field BEFORE the update. Is it possible ?

Regards,
by adminrd
18 Nov 2013, 11:18
Forum: Help
Topic: Trigger event Dynamic field
Replies: 8
Views: 2825

Trigger event Dynamic field

Hi,

I wanted to know if it's possible to have an event named "TicketDynamicFieldUpdate" ?

If yes, how can I configure it ?

Thanks in advance for your help,

Regards,
by adminrd
15 Nov 2013, 14:50
Forum: Help
Topic: Postmaster filter - dynamic fields
Replies: 12
Views: 5878

[SOLVED]Re: Postmaster filter - dynamic fields

Ok it works

thanks a lot!

Regards
by adminrd
14 Nov 2013, 17:01
Forum: Help
Topic: Postmaster filter - dynamic fields
Replies: 12
Views: 5878

Re: Postmaster filter - dynamic fields

Hi, Thanks for the answer, Do you mean that I have to create a new dynamic field named Dynamic_foo_followup to store the first value in X-OTRS-Dynamic-foo-followup ? So I have to add a new filter to match the X-OTRS-FollowUp-dynamic_foo ? that's right ? Sorry, but I'm little confused in the right wa...
by adminrd
14 Nov 2013, 13:03
Forum: Help
Topic: Postmaster filter - dynamic fields
Replies: 12
Views: 5878

Postmaster filter - dynamic fields

Hi all, I tried to configure a postmaster filter that populates a ticket dynamic field as a followUp. When first mail arrives all is OK the dynamic field is filled. When second mail arrives for the same ticket, then the first value of my dynamic field is erased and replaced by the new value. How can...
by adminrd
16 Oct 2013, 10:18
Forum: Help
Topic: Upgrade 3.0 to 3.2 and apache
Replies: 2
Views: 901

[SOLVED]Re: Upgrade 3.0 to 3.2 and apache

Thanks for your answer.

Regards.
by adminrd
15 Oct 2013, 14:13
Forum: Help
Topic: Upgrade 3.0 to 3.2 and apache
Replies: 2
Views: 901

Upgrade 3.0 to 3.2 and apache

Hi,

I wanted to know what is the impact if I don't stop apache when upgrading from 3.0 to 3.2 ?

Thanks in advance for your answer.

Regards,
by adminrd
27 Sep 2013, 14:16
Forum: Help
Topic: Calendar with half hours
Replies: 1
Views: 621

Calendar with half hours

Hi all,

Is there a way to configure the calendars so that the business hours are 8:30AM - 6:30PM?

Thanks in advance,
by adminrd
12 Sep 2013, 13:36
Forum: Help
Topic: FirstResponseInMin calculation problem
Replies: 4
Views: 1262

[SOLVED]Re: FirstResponseInMin calculation problem

Hi,

Thank you very much, it helps me a lot !

Regards,
by adminrd
10 Sep 2013, 09:14
Forum: Help
Topic: FirstResponseInMin calculation problem
Replies: 4
Views: 1262

Re: FirstResponseInMin calculation problem

Hi,

Thanks for your answer.
In the settings, TimeWorkingHours from 8 to 20 are checked.

Regards,
by adminrd
09 Sep 2013, 10:13
Forum: Help
Topic: FirstResponseInMin calculation problem
Replies: 4
Views: 1262

FirstResponseInMin calculation problem

Hi, I have a problem when trying to export search results in CSV file. The field FirstResponseInMin is well calculated when a ticket is created and response done during the same day. But when the ticket is cretaed the day D and the response is the day D+1 then the FirstResponseInMin is false : it is...
by adminrd
29 Aug 2013, 16:01
Forum: Help
Topic: Merge FreeText
Replies: 0
Views: 341

Merge FreeText

Hi,

I'm looking for a solution
I have 2 tickets to merge together , one has FreeText fields with values inside
how can I have these values copied into the other ticket when merging both ?

Thanks a lot!