Search found 24 matches

by dtosun
01 Mar 2016, 09:28
Forum: Howtos
Topic: How To Show/Hide Dynamic Field for specific Queue
Replies: 32
Views: 174528

Re: How To Show/Hide Dynamic Field for specific Queue

When i try it, it does not work. Anybody help us to do it?

Solved: I should use key format like this;

Code: Select all

'01||QueueName': ['DynamicFieldName'],
by dtosun
27 Jan 2016, 12:18
Forum: General
Topic: How to connect CDMBuild to OTRS
Replies: 2
Views: 1983

Re: How to connect CDMBuild to OTRS

What do you mean with "connect"? Do you want to import data from CMDBuild to OTRS? Do you need only a link to the asset from the ticket zoom? Do you need to "export" data from OTRS to CMDBuild? I just only need a link to the asset from the ticket zoom. I can use SOAP web service...
by dtosun
27 Jan 2016, 11:31
Forum: Help
Topic: OTRS ITSM CMDB Inventory list
Replies: 10
Views: 4701

Re: OTRS ITSM CMDB Inventory list

Export it from Admin page.
by dtosun
27 Jan 2016, 10:33
Forum: General
Topic: How to connect CDMBuild to OTRS
Replies: 2
Views: 1983

How to connect CDMBuild to OTRS

How can i connect CMDBuild to OTRS (Help Desk), to reference incidents with CMDB assets.
I m using Cmdbuild application because, OTRS cmdb module does not have report :(
by dtosun
03 Sep 2015, 11:34
Forum: Help
Topic: Count all tickets, not count tasks
Replies: 4
Views: 3190

Re: Count all tickets, not count tasks

Hi,

I want to separate my parent and child tickets. When i use your way like ticket_id is not equal to target_key filter, somethings is wrong. The result is not correct i think. Did you try it? Is there another way to separate them?
by dtosun
04 Feb 2015, 08:38
Forum: General
Topic: [Solved] Customer mail address wrong since update to 3.3.11
Replies: 2
Views: 1518

Re: Customer mail address wrong since update to 3.3.11

Not yet :( I m looking for solution.
by dtosun
03 Feb 2015, 16:30
Forum: General
Topic: [Solved] Customer mail address wrong since update to 3.3.11
Replies: 2
Views: 1518

[Solved] Customer mail address wrong since update to 3.3.11

Hi, Since updating to 3.3.11, I have a problem with OTRS running on OpenSuse. When making a reply to a customer’s message, the mail address of the customer is encapsulated by HTML " tags like this: I am able to delete the mail address from the list and add it again, then I don’t have any “quote...
by dtosun
10 Jul 2014, 12:55
Forum: General
Topic: [Solved]Edit default services does not effect to my customer
Replies: 0
Views: 890

[Solved]Edit default services does not effect to my customer

Hi, When I apply "Edit default services" from "Admin > Customer User <> Services > Edit default services" for my all customer, it is not effected to all customer. Any problem i have with latest version? My version is : 3.3.8 I have a lot of services and i could not create new tic...
by dtosun
10 Jul 2014, 08:20
Forum: Help
Topic: How To Show/Hide Dynamic Field for specific Queue
Replies: 1
Views: 1145

How To Show/Hide Dynamic Field for specific Queue

Hi, My version is 3.3.8. I use this code in AgentTicketClose.dtl. But it doesnt work. What is wrong? <script type="text/javascript">//<![CDATA[ function nonetext() { $("[id^=DynamicField]").parent().addClass( 'Hidden' ); $("[id^=LabelDynamicField]").parent().addClass('H...
by dtosun
09 Jul 2014, 11:32
Forum: Howtos
Topic: How To show freetext for specific Queues for Customers
Replies: 75
Views: 241223

Re: How To show freetext for specific Queues for Customers

Is it possible to do it for AgentTicketClose.dtl?
by dtosun
29 May 2014, 07:46
Forum: General
Topic: [Solved] Using more than one customer backend with OTRS
Replies: 6
Views: 2687

Re: [Solved] Using more than one customer backend with OTRS

These parameters should be in params function.
SourceCharset => 'utf-8',
DestCharset => 'utf-8',
by dtosun
25 May 2014, 12:23
Forum: General
Topic: [Solved] Using more than one customer backend with OTRS
Replies: 6
Views: 2687

Re: Using more than one customer backend with OTRS

I did it like this DestCharset => 'utf-8', but there is no change?
I think this parameter does not effect my code?
by dtosun
23 May 2014, 15:49
Forum: General
Topic: [Solved] Using more than one customer backend with OTRS
Replies: 6
Views: 2687

Re: Using more than one customer backend with OTRS

I decide to use only one backend, but my problem is Turkish characters are not shown correctly:(

These two parameters does not effect my data?
SourceCharset => 'utf-8',
DestCharset => 'ISO-8859-9',

Any advice you have?
by dtosun
23 May 2014, 14:42
Forum: General
Topic: [Solved] Using more than one customer backend with OTRS
Replies: 6
Views: 2687

[Solved] Using more than one customer backend with OTRS

Hi, I want to get more customer info when i create ticket. I decide to use more than one customer backend. I did everything in documents at the below. http://otrs.github.io/doc/manual/admin/3.3/en/html/external-backends.html Everythings are working well except turkish character problem. When i check...
by dtosun
30 Apr 2014, 15:07
Forum: General
Topic: Function error - SOAP connector
Replies: 0
Views: 854

Function error - SOAP connector

Hi, I need some ticket data to use in my report. I use web service to get it by using SOAP connector. My function is sometimes working but sometimes does not work and getting error. Anybody has this issue? Error: Fatal error: Uncaught SoapFault exception: [soap:Client] Application failed during requ...
by dtosun
30 Apr 2014, 14:59
Forum: General
Topic: [SOLVED]After Upgrade, my sql command does not work
Replies: 17
Views: 5475

Re: After Upgrade, my sql command does not work

crythias wrote:Optimize your query.
After optimize my query, it is working well. Thank you for your support.
by dtosun
29 Apr 2014, 15:38
Forum: General
Topic: [SOLVED]After Upgrade, my sql command does not work
Replies: 17
Views: 5475

Re: After Upgrade, my sql command does not work

Without understanding why you need to get everything from all your tickets on a consistent basis, the first response is "don't do this" ... Or: run this intensive command against a replication database in off hours. Or: Cache this request to a file Or: EXPLAIN the sql request (keyword ter...
by dtosun
29 Apr 2014, 13:11
Forum: General
Topic: [SOLVED]After Upgrade, my sql command does not work
Replies: 17
Views: 5475

Re: After Upgrade, my sql command does not work

crythias wrote:If the db is crashed, repair it. Hope you have a backup.
Crash means locked:) My sql is working but my old version takes 3 minutes. But at the moment, it takes 54minutes.
Do you have any suggestion?
by dtosun
29 Apr 2014, 10:35
Forum: General
Topic: [SOLVED]After Upgrade, my sql command does not work
Replies: 17
Views: 5475

Re: After Upgrade, my sql command does not work

jojo wrote:well my testsystem has only a few tickets.
Ok, our live system has over 20000 tickets. What is wrong i could not understand:(
by dtosun
29 Apr 2014, 10:26
Forum: General
Topic: [SOLVED]After Upgrade, my sql command does not work
Replies: 17
Views: 5475

Re: After Upgrade, my sql command does not work

jojo wrote:also the SQL works like a charm on a 3.3.
Sure? Is it working 3.3? When i try there is no response and DB was crashed:(
by dtosun
29 Apr 2014, 10:11
Forum: General
Topic: [SOLVED]After Upgrade, my sql command does not work
Replies: 17
Views: 5475

Re: After Upgrade, my sql command does not work

jojo wrote:use the statistic type ticket list to get the info
I know, but i should get it via SQL or function, because i will transfer these data to other database to report it. Please help me.
by dtosun
29 Apr 2014, 09:53
Forum: General
Topic: [SOLVED]After Upgrade, my sql command does not work
Replies: 17
Views: 5475

Re: After Upgrade, my sql command does not work

Thank for your support. I need these two info for tickets. How can i get these two info? Any SQL command or function are helpfull for me.

"first_response_time" and "close_time"
by dtosun
29 Apr 2014, 09:39
Forum: General
Topic: [SOLVED]After Upgrade, my sql command does not work
Replies: 17
Views: 5475

Re: After Upgrade, my sql command does not work

jojo wrote:there were a lot of changes. Check actual ERP diagram or SQL update script. Posting the error would also be good.
Can you share these documents with me. When i run this sql, all tables are locked and OTRS is crashed.
by dtosun
29 Apr 2014, 08:17
Forum: General
Topic: [SOLVED]After Upgrade, my sql command does not work
Replies: 17
Views: 5475

[SOLVED]After Upgrade, my sql command does not work

Hi, Anybody help me to resolve my problem. After upgrade from 3.2.10 to 3.3.5, my SQL command does not work. What was changed in DB? It was working good in 3.2.10. My SQL is; SELECT (SELECT GROUP_CONCAT(dfv.value_text) FROM dynamic_field_value dfv WHERE dfv.id = t.id ) dynamic_field_values , t.id ti...