Hello,
in our company we have been using OTRS for several years. A long time ago we have been using feature of it that basically brought in front each escalated ticket and agents were unable to do anything else till the ticket got updated or locked. Now we would like to enable this again. I found ...
Search found 24 matches
- 20 Jan 2016, 10:51
- Forum: Help
- Topic: Force user to update escalated ticket first
- Replies: 1
- Views: 1356
- 23 Nov 2015, 11:05
- Forum: Help
- Topic: Set watcher using SOAP
- Replies: 1
- Views: 1288
Set watcher using SOAP
Hello,
we are generating tickets utilizing soap and we would like automatically set watcher for certain type of tickets on designated agents. I looked
around and found this reference in API manual:
TicketWatchSubscribe()
to subscribe a ticket to watch it
my $Success = $TicketObject ...
we are generating tickets utilizing soap and we would like automatically set watcher for certain type of tickets on designated agents. I looked
around and found this reference in API manual:
TicketWatchSubscribe()
to subscribe a ticket to watch it
my $Success = $TicketObject ...
- 16 Nov 2015, 17:20
- Forum: Help
- Topic: OTRS4, Scheduler unable to start
- Replies: 0
- Views: 950
OTRS4, Scheduler unable to start
Hello,
I just freshly installed OTRS4 for client on Centos 6.5 with MSSQL. I managed to get database connection working, but for some reason that I cant figure out I am unable to get Scheduler running. I can start Cron fine, but when I try to run otrs.Scheduler.pl -a start or otrs.Scheduler.pl -a ...
I just freshly installed OTRS4 for client on Centos 6.5 with MSSQL. I managed to get database connection working, but for some reason that I cant figure out I am unable to get Scheduler running. I can start Cron fine, but when I try to run otrs.Scheduler.pl -a start or otrs.Scheduler.pl -a ...
- 09 Oct 2015, 07:56
- Forum: Help
- Topic: Solved - Ticket Note, close - minimum number of characters
- Replies: 2
- Views: 1494
Re: Solved - Ticket Note, close - minimum number of characters
So after some searching I found that adding minlength="number of chraracters" to textarea do the trick.
- 08 Oct 2015, 16:12
- Forum: Help
- Topic: Solved - Ticket Note, close - minimum number of characters
- Replies: 2
- Views: 1494
Solved - Ticket Note, close - minimum number of characters
Hi,
I am wondering if there is a way to require certain minimum number of characters in text area when adding note or closing ticket. I know OTRS checks if the field is empty, but I dont know where I can alter conditions of this check.
I am wondering if there is a way to require certain minimum number of characters in text area when adding note or closing ticket. I know OTRS checks if the field is empty, but I dont know where I can alter conditions of this check.
- 10 Sep 2015, 10:14
- Forum: Help
- Topic: Customer Information Center - adding customer mobile number
- Replies: 10
- Views: 5372
Re: Customer Information Center - adding customer mobile number
Well, reason why I need to show mobile number directly in customer info center, is fact that we are sending SMS to our customers with ticket number as their reference. Problem is that our contact records often contain multiple customers with several e-mail aliases, but not all of the contains mobile ...
- 09 Sep 2015, 09:00
- Forum: Help
- Topic: Customer Information Center - adding customer mobile number
- Replies: 10
- Views: 5372
Re: Customer Information Center - adding customer mobile number
I saw those links before, but I still dont understand how they relate to my case.
Here is my map from config.pm:
Map => [
# note: Login, Email and CustomerID needed!
# var, frontend, storage, shown (1=always,2=lite), required, storage-type, http-link, readonly, http-link-target, link class(es ...
Here is my map from config.pm:
Map => [
# note: Login, Email and CustomerID needed!
# var, frontend, storage, shown (1=always,2=lite), required, storage-type, http-link, readonly, http-link-target, link class(es ...
- 08 Sep 2015, 16:32
- Forum: Help
- Topic: Customer Information Center - adding customer mobile number
- Replies: 10
- Views: 5372
Re: Customer Information Center - adding customer mobile number
I am not sure if we understand each other. I already have mobile number stored on customers in field UserMobile/Mobile. All I need to do is to add new column to table in Customer Information Center that will display data from this column. So I am not sure why I need to map new field, because field ...
- 07 Sep 2015, 09:50
- Forum: Help
- Topic: Customer Information Center - adding customer mobile number
- Replies: 10
- Views: 5372
Re: Customer Information Center - adding customer mobile number
I already copied CustomerUser part of code to config.pm. But when I add
and then add
to AgentDashboardCustormerUserList I end up with empty cell. Any idea what I am doing wrong?
Code: Select all
my_mobile => [ 'mobile'],Code: Select all
<td>
$QData{"my_mobile"}
</td>- 03 Sep 2015, 13:53
- Forum: Help
- Topic: Customer Information Center - adding customer mobile number
- Replies: 10
- Views: 5372
Re: Customer Information Center - adding customer mobile number
Hi crythias,
where in SysConfig can I find the map?
where in SysConfig can I find the map?
- 03 Sep 2015, 10:55
- Forum: Help
- Topic: Customer Information Center - adding customer mobile number
- Replies: 10
- Views: 5372
Customer Information Center - adding customer mobile number
Hi,
in the past I edited few times our Customer Information Center so I am familiar with basics on how to edit it. Right now I need to create new column in the table that should display mobile phone number of the customers, but I am unable to figure out how to query this data from SQL. I tried ...
in the past I edited few times our Customer Information Center so I am familiar with basics on how to edit it. Right now I need to create new column in the table that should display mobile phone number of the customers, but I am unable to figure out how to query this data from SQL. I tried ...
- 31 Aug 2015, 14:58
- Forum: Help
- Topic: Process Management - custom look for certain process?
- Replies: 2
- Views: 1537
Re: Process Management - custom look for certain process?
Thanks for advice. After rereading your post I realized what you mean and after trying to put html code to short decription it worked. 
- 31 Aug 2015, 12:56
- Forum: Help
- Topic: Process Management - custom look for certain process?
- Replies: 2
- Views: 1537
Process Management - custom look for certain process?
Hi,
our company would like to use process management and so I wen ahead and created process based on out needs. After this I got question from colleague if it is possible to somehow in forms have together certain fields in groups and optically separate them. My first guess is that this could be ...
our company would like to use process management and so I wen ahead and created process based on out needs. After this I got question from colleague if it is possible to somehow in forms have together certain fields in groups and optically separate them. My first guess is that this could be ...
- 11 Jun 2015, 12:09
- Forum: Help
- Topic: Linked tickets table
- Replies: 1
- Views: 2616
Re: Linked tickets table
Ok so after some extended searching I found that right file to modify is LinkObjectTicket.pm
From there just define new item column and block data.
From there just define new item column and block data.
- 11 Jun 2015, 10:57
- Forum: Help
- Topic: Linked tickets table
- Replies: 1
- Views: 2616
Linked tickets table
Hi,
I am trying to add new column to linked tickets table that is displayed in agent ticket zoom. I managed to identify that table is created by Layoutlinkobject.pm. What I would like to add is last date of change in linked tickets. I copied column Linked as to create new column, but I am sort of ...
I am trying to add new column to linked tickets table that is displayed in agent ticket zoom. I managed to identify that table is created by Layoutlinkobject.pm. What I would like to add is last date of change in linked tickets. I copied column Linked as to create new column, but I am sort of ...
- 04 Jun 2015, 09:13
- Forum: Help
- Topic: ACL Dynamicfield empty
- Replies: 2
- Views: 3015
Re: ACL Dynamicfield empty
Well figured it out on dropdown by creating new empty value manually a set it to default, because for some reason it was not accepting the one automatically crated by OTRS.
Now I want to do sort of a same thing but this time the dynamic field will be in date format. Is there way to tell ACL to ...
Now I want to do sort of a same thing but this time the dynamic field will be in date format. Is there way to tell ACL to ...
- 05 May 2015, 12:41
- Forum: Help
- Topic: ACL Dynamicfield empty
- Replies: 2
- Views: 3015
ACL Dynamicfield empty
Hi,
I am trying to set up ACL that would be blocking option to close the ticket if certain dynamic dropdown field has no vale chosen, but I cant figure out what should I put into ACL match. Any advice how to achieve this?
I am trying to set up ACL that would be blocking option to close the ticket if certain dynamic dropdown field has no vale chosen, but I cant figure out what should I put into ACL match. Any advice how to achieve this?
- 23 Mar 2015, 17:16
- Forum: Help
- Topic: Forward template not working without richtext
- Replies: 3
- Views: 2032
- 16 Mar 2015, 12:38
- Forum: Help
- Topic: Forward template not working without richtext
- Replies: 3
- Views: 2032
Re: Forward template not working without richtext
Any idea where might be a problem?
- 05 Mar 2015, 12:15
- Forum: Help
- Topic: Forward template not working without richtext
- Replies: 3
- Views: 2032
Forward template not working without richtext
Hi,
today I tried to create forward template and to my surprise I found that I am unable to get it working without enabled rich text editor. Without enabling it all I get is only original text with something like this:
Your Ticket-Team
brano Brna
--
Super Support - Waterford Business Park
5201 ...
today I tried to create forward template and to my surprise I found that I am unable to get it working without enabled rich text editor. Without enabling it all I get is only original text with something like this:
Your Ticket-Team
brano Brna
--
Super Support - Waterford Business Park
5201 ...
- 29 Jan 2015, 15:21
- Forum: Help
- Topic: Spawn Slave (or Subtickets) via Workflow
- Replies: 8
- Views: 4224
Re: Spawn Slave (or Subtickets) via Workflow
Sorry for reopen. 
Ok so OTRS4 supports it out of the box, is there any way I can get it to work for otrs 3.3.7 by coping files/adding lines? Or is it built in the core of new version?
Ok so OTRS4 supports it out of the box, is there any way I can get it to work for otrs 3.3.7 by coping files/adding lines? Or is it built in the core of new version?
- 29 Jan 2015, 14:39
- Forum: Help
- Topic: Workorder articles
- Replies: 1
- Views: 1061
Workorder articles
Hi,
I am trying to implement a change managment for our internal needs and so far I was able to get it working the way we need. Only big problem for us seem to be that there (as far as I can understand) are no options for adding articles (for example notes/emails) to the workorder or change itself ...
I am trying to implement a change managment for our internal needs and so far I was able to get it working the way we need. Only big problem for us seem to be that there (as far as I can understand) are no options for adding articles (for example notes/emails) to the workorder or change itself ...
- 29 Jan 2015, 14:32
- Forum: Help
- Topic: Spawn Slave (or Subtickets) via Workflow
- Replies: 8
- Views: 4224
Re: Spawn Slave (or Subtickets) via Workflow
could you please elaborate a bit on how to do it? We need exactly this functionality and I can code a bit.jojo wrote:this requires development for such an transition action
- 10 Oct 2013, 11:05
- Forum: Help
- Topic: Event notification with multiple CustomerID
- Replies: 2
- Views: 1896
Event notification with multiple CustomerID
Hi,
I need to send e-mail notification based on creation of new ticket for 50 different CustomerIDs. Since I will be sending all these notification only to one same e-mail address I would like to ask if there is a way to handle all CutomerIDs in one event (to use some kind of separator for ...
I need to send e-mail notification based on creation of new ticket for 50 different CustomerIDs. Since I will be sending all these notification only to one same e-mail address I would like to ask if there is a way to handle all CutomerIDs in one event (to use some kind of separator for ...