Search found 215 matches

by morecw
12 Dec 2012, 18:50
Forum: Help
Topic: (SOLVED) Select correct gender salutation in response?
Replies: 3
Views: 2599

Re: Select correct gender salutation in response?

Responses now begin with:

Code: Select all

Sehr <OTRS_CUSTOMER_DATA_ANREDE> <OTRS_CUSTOMER_DATA_UserTitle><OTRS_CUSTOMER_DATA_UserFirstname> <OTRS_CUSTOMER_DATA_UserLastname>,
by morecw
12 Dec 2012, 18:49
Forum: Help
Topic: (SOLVED) Select correct gender salutation in response?
Replies: 3
Views: 2599

Re: Select correct gender salutation in response?

I reached a solution with this addition to: Kernel\System\TemplateGenerator.pm my $Tag3 = 'OTRS_CUSTOMER_DATA_ANREDE'; my $Tag4 = 'OTRS_CUSTOMER_DATA_UserFirstname'; if ( $CustomerUser{UserTitle} =~ /Frau/i ) { $Param{Text} =~ s/$Start$Tag3$End/geehrte/gi; $Param{Text} =~ s/$Start$Tag4$End//gi; } el...
by morecw
30 Nov 2012, 16:15
Forum: Help
Topic: (CLOSED) Add Dynamic Field to Bulk actions?
Replies: 4
Views: 2309

Re: Add Dynamic Field to Bulk actions?

Yes that's good for me but we don't give of course all agents access to that. Better would be if I could just add a field to the Bulk module OK, now I'm curious how often this needs to occur that can't a) be scheduled with Generic Agent every 10 minutes every day or b) isn't already a required fiel...
by morecw
30 Nov 2012, 16:12
Forum: Help
Topic: Hide custom states?
Replies: 3
Views: 1248

Re: Hide custom states?

crythias wrote:put the custom states in their own type and then don't use that type in the other modules.
Can you please expand on that a little?

I need them to function as pending reminder and auto-close.
by morecw
30 Nov 2012, 16:06
Forum: Help
Topic: (SOLVED) Link to customer acc via link in Customer Info
Replies: 2
Views: 1067

Re: Link direct to customer account via link in Customer Inf

Perfect! Worked a treat. Thank you
by morecw
30 Nov 2012, 15:46
Forum: Help
Topic: (CLOSED) Add Dynamic Field to Bulk actions?
Replies: 4
Views: 2309

Re: Add Dynamic Field to Bulk actions?

crythias wrote:It's called ... Generic Agent.
Yes that's good for me but we don't give of course all agents access to that. Better would be if I could just add a field to the Bulk module
by morecw
30 Nov 2012, 13:35
Forum: Help
Topic: (SOLVED) Link to customer acc via link in Customer Info
Replies: 2
Views: 1067

(SOLVED) Link to customer acc via link in Customer Info

Hi all,

is it possible to link direct to the customer account via the Customer Information panel in the ticket?

Ideally if I could somehow hyperlink the "Customer Information" link.

How could I realise that?

Thanks in advance.
by morecw
30 Nov 2012, 08:31
Forum: Help
Topic: Hide custom states?
Replies: 3
Views: 1248

Hide custom states?

Hi all,

I have two custom states which I'm using with Generic Agent/Events and a specific response. However from all other modules I'd like to hide these two states.

Is this at all possible using the interface? Or should I use ACL?

Thanks a lot
by morecw
30 Nov 2012, 08:08
Forum: Help
Topic: (CLOSED) Add Dynamic Field to Bulk actions?
Replies: 4
Views: 2309

(CLOSED) Add Dynamic Field to Bulk actions?

There seems to be many people asking this but no answer so far. Is there any solution?

Thanks in advance
by morecw
29 Nov 2012, 20:11
Forum: Help
Topic: (SOLVED) Error: an invalid value was entered
Replies: 6
Views: 1937

Re: Error: an invalid value was entered

crythias wrote:sorry. I meant 6 to 7 in the regex ...
Yep, that works. Thanks!
by morecw
29 Nov 2012, 17:55
Forum: Help
Topic: (SOLVED) Error: an invalid value was entered
Replies: 6
Views: 1937

Re: Error: an invalid value was entered

reneeb wrote:The XML file that specifies this config option says "<String Regex="^[0-9]{1,6}$">86400</String>" this is why you get the error. Please file a bug at bugs.otrs.org
ok have done
by morecw
29 Nov 2012, 17:47
Forum: Help
Topic: (SOLVED) Error: an invalid value was entered
Replies: 6
Views: 1937

Re: Error: an invalid value was entered

crythias wrote:Yeah, you can change the 6 to a 7
Still errors though...
by morecw
29 Nov 2012, 17:06
Forum: Help
Topic: (SOLVED) Error: an invalid value was entered
Replies: 6
Views: 1937

(SOLVED) Error: an invalid value was entered

sshot-1.png
The new pending time works anyway. Even though anything over '999999' causes this error in Sysconfig

I just wanted to report it
by morecw
29 Nov 2012, 16:40
Forum: Help
Topic: (SOLVED) Notification does not respond to Generic Agent
Replies: 10
Views: 2736

Re: Notification does not respond to Generic Agent

YES!! Thank you Crythias. I knew it we'd get there in the end!
by morecw
29 Nov 2012, 13:59
Forum: Help
Topic: (SOLVED) Notification does not respond to Generic Agent
Replies: 10
Views: 2736

Re: Notification does not respond to Generic Agent

Can anyone confirm at least if what I'm trying to realise definitely works in the latest version?
by morecw
29 Nov 2012, 12:40
Forum: Help
Topic: (SOLVED) Notification does not respond to Generic Agent
Replies: 10
Views: 2736

Re: Notification does not respond to Generic Agent

jojo wrote:please update to latest version first and try again
This is not an easy task as you know. Can you first tell me if this problem is resolved in latest version?
by morecw
29 Nov 2012, 11:49
Forum: Help
Topic: (SOLVED) Notification does not respond to Generic Agent
Replies: 10
Views: 2736

Re: Notification does not respond to Generic Agent

Ne1.png
Ne2.png
Ne3.png
by morecw
29 Nov 2012, 11:48
Forum: Help
Topic: (SOLVED) Notification does not respond to Generic Agent
Replies: 10
Views: 2736

Re: Notification does not respond to Generic Agent

Ga4.png
Ga5.png
Add note.png
by morecw
29 Nov 2012, 11:47
Forum: Help
Topic: (SOLVED) Notification does not respond to Generic Agent
Replies: 10
Views: 2736

Re: Notification does not respond to Generic Agent

Ga1.png
Ga2.png
Ga3.png
by morecw
29 Nov 2012, 11:46
Forum: Help
Topic: (SOLVED) Notification does not respond to Generic Agent
Replies: 10
Views: 2736

Re: Notification does not respond to Generic Agent

GenericAgent.png
Notifications.png
States.png
by morecw
29 Nov 2012, 11:44
Forum: Help
Topic: (SOLVED) Notification does not respond to Generic Agent
Replies: 10
Views: 2736

(SOLVED) Notification does not respond to Generic Agent

Generic agent is filtering on: State "2 Week Auto-close". Ticket Action: Set New State "1 Week Autoclose" My notification event is: TicketStateUpdate: "1 Week Autoclose" (send email notify to Customer/Agent) When I run the generic agent job it makes the change in the ti...
by morecw
28 Nov 2012, 13:37
Forum: Help
Topic: (SOLVED)Two fields in new account registration keep sticking
Replies: 3
Views: 1230

Re: Two fields in new account registration keep sticking

Anyone have any thoughts on this?
by morecw
28 Nov 2012, 13:36
Forum: Help
Topic: (SOLVED) Search for unread articles? (indicated by a star)
Replies: 8
Views: 2478

Re: Search for unread articles? (indicated by a star)

Ok that's good enough then. Thanks for explaning that and please excuse me if I sounded a little stressed at the time!
by morecw
27 Nov 2012, 12:09
Forum: Help
Topic: (SOLVED) Search for unread articles? (indicated by a star)
Replies: 8
Views: 2478

Re: Search for unread articles? (indicated by a star)

typically a ticket is only worked on by one agent per time. So only this agent will get the notifications... Yes I know but still a single agent can have 10s or sometimes 100s of tickets to manage and they need an effective method to organise them. It's not good enough to tell them to depend solely...
by morecw
27 Nov 2012, 11:52
Forum: Help
Topic: (SOLVED) Search for unread articles? (indicated by a star)
Replies: 8
Views: 2478

Re: Search for unread articles? (indicated by a star)

Not possible? But that means agents must instead rely on a mountains of email notifications. The new article column is not even sortable? Why?

This quite an inconvinience for me to explain to my agents that OTRS works like this :(
by morecw
27 Nov 2012, 11:22
Forum: Help
Topic: (SOLVED)Two fields in new account registration keep sticking
Replies: 3
Views: 1230

(SOLVED)Two fields in new account registration keep sticking

When the customer receives their new account info two of the fields keep sticking together.

Can anyone explain why? I see nothing wrong with the configuration in Framework -> Frontend::Customer
I have definitely entered a line break after email address.
registration2.png
registration1.png
by morecw
27 Nov 2012, 11:20
Forum: Help
Topic: (SOLVED) Search for unread articles? (indicated by a star)
Replies: 8
Views: 2478

Re: Search for unread articles? (indicated by a star)

Anyone have any thoughts on this?
by morecw
26 Nov 2012, 18:31
Forum: Help
Topic: (SOLVED) Search for unread articles? (indicated by a star)
Replies: 8
Views: 2478

(SOLVED) Search for unread articles? (indicated by a star)

Hi all, I want to make a search for tickets in a specific queue that are still open but more importantly have new articles in. Normally this is indicated by a star on the left side. But I would specifically like to specify this in the search Is this possible? I'm a bit surprised that I haven't been ...
by morecw
25 Nov 2012, 13:30
Forum: Help
Topic: (SOLVED) Select correct gender salutation in response?
Replies: 3
Views: 2599

(SOLVED) Select correct gender salutation in response?

Hi all, has anyone ever found a solution to the problem of gender selection in a resppnse? At the moment for our German customers we use "Sehr geehrte(r) <OTRS_CUSTOMER_DATA_UserFirstname> <OTRS_CUSTOMER_DATA_UserLastname>," then the agent has to edit it appropriately afterwards. Yes we co...
by morecw
25 Nov 2012, 13:21
Forum: Help
Topic: (SOLVED) Configure the "From Name" for New Acc/Pw notify
Replies: 5
Views: 1286

Re: Configure the "From Name" for New Account/Password notif

Works!! Thank a lot for your help!
by morecw
24 Nov 2012, 09:24
Forum: Help
Topic: (SOLVED) Configure the "From Name" for New Acc/Pw notify
Replies: 5
Views: 1286

Re: Configure the "From Name" for New Account/Password notif

Probably admin email with a space after .com ... If not, I'm not sure.
no, that doesn't work either
by morecw
23 Nov 2012, 19:41
Forum: Help
Topic: (SOLVED) Configure the "From Name" for New Acc/Pw notify
Replies: 5
Views: 1286

Re: Configure the "From Name" for New Account/Password notif

explicitly put what you want after the notification email address <what I want to say> Where exactly please? I've tried "support@oursite.com<Our Ticket System>" in the following places: Framework -> Core -> AdminEmail - (crashed the system) Framework -> Core -> NotificationSenderEmail - (...
by morecw
23 Nov 2012, 18:30
Forum: Help
Topic: (SOLVED) Configure the "From Name" for New Acc/Pw notify
Replies: 5
Views: 1286

(SOLVED) Configure the "From Name" for New Acc/Pw notify

Hi all, I've not yet found a way to configure this correctly as all emails received by the customer for either a) new account registration b) new password, display only the email address. However all answers from agents are displaying the From Name correctly. Agent notifications also display correct...
by morecw
18 Nov 2012, 08:59
Forum: Help
Topic: ACL works for agent but not for customer??
Replies: 3
Views: 1091

Re: ACL works for agent but not for customer??

Do you any more advice for me please?
by morecw
17 Nov 2012, 21:55
Forum: Help
Topic: (SOLVED) "500 Internal Server Error" after editing ACL
Replies: 2
Views: 1764

(SOLVED) Re: "500 Internal Server Error" after editing ACL

After some advice elsewhere I found it the ACL was written completely wrong. Here's what I use now: (opting instead now to match Queue to Subproduct) $Self->{TicketAcl}->{'ACL-Product selection 2'} = { ##### Hardware queue to product field match properties Properties => { Ticket => { Queue => ['Hard...
by morecw
17 Nov 2012, 15:40
Forum: Help
Topic: (SOLVED) Change order of fields in a customer acc?
Replies: 2
Views: 689

(SOLVED) Change order of fields in a customer acc?

Hi all,

for reasons of data input, we need to reorder some of the fields when viewing a customer account e.g Street, City, Phone No etc etc

Can this be done? If so how?

Thanks in advance
by morecw
17 Nov 2012, 15:31
Forum: Help
Topic: ACL works for agent but not for customer??
Replies: 3
Views: 1091

Re: ACL works for agent but not for customer??

jojo wrote:does your Dynamic Field allow an empty value? If yes, please add this value to the dropdown list.
Out of interest why are you suggesting that when it already works for the agent?

Yes it does allow an empty value and the default value is '-'
by morecw
17 Nov 2012, 08:45
Forum: Help
Topic: ACL works for agent but not for customer??
Replies: 3
Views: 1091

ACL works for agent but not for customer??

Hi all, I've added this ACL to kernal\config.pm and it works for the agent but not the customer. Any ideas why? The customer has access to this queue, is able to select it and the subprodct then post a ticket without any problem. It is simply that the ACL is not interacting with the subproduct dropd...
by morecw
12 Nov 2012, 12:24
Forum: Help
Topic: (SOLVED) Should I use services for this?
Replies: 8
Views: 1783

Re: Should I use services for this?

I believe the subject of this post is now answered so I have created a new post for my current problem
by morecw
12 Nov 2012, 12:23
Forum: Help
Topic: (SOLVED) "500 Internal Server Error" after editing ACL
Replies: 2
Views: 1764

(SOLVED) "500 Internal Server Error" after editing ACL

I have 3 dynamic field dropdowns I'd like the user to choose from: 1. Product (e.g Magellan..), 2. Subproducts (e.g Allgemein, Berichte..), 3. Versionnos (e.g 1.0, 1.1..). When dropdown 1. is selected I want the subproducts in dropdown 2. to be related/dependant and then of course when dropdown 2. i...
by morecw
12 Nov 2012, 12:18
Forum: Help
Topic: Hide "Type" from customer interface?
Replies: 1
Views: 736

Hide "Type" from customer interface?

Hi all, I would like only the agents to be able to select the Ticket type. How do I remove this from the customer interface? I am able to move the fields around in CustomerTicketMessage.dtl but if I comment the TypeID section out then the form doesn't post. (Maybe because the field is mandatory?) Th...
by morecw
11 Nov 2012, 01:37
Forum: Help
Topic: (SOLVED) Should I use services for this?
Replies: 8
Views: 1783

Re: Should I use services for this?

As well as looking in the manual , I also tried to relate your example for my dynamic fields but it errors: "500 Internal Server Error" I have 3 dynamic field dropdowns I'd like the user to choose from: Product (e.g Magellan..), Subproducts (e.g Allgemein, Berichte..), Versionnos (e.g 1.0,...
by morecw
11 Nov 2012, 00:58
Forum: Help
Topic: (SOLVED) Should I use services for this?
Replies: 8
Views: 1783

Re: Should I use services for this?

A queue is, in my opinion, "who is able to handle this request"?. A service is -- also, my opinion -- "What does the customer want the agent to work on?" Fair enough, then product selection such as 'app' followed by 'version' would be suitable after all. However the default sing...
by morecw
10 Nov 2012, 20:59
Forum: Help
Topic: (SOLVED) Should I use services for this?
Replies: 8
Views: 1783

Re: Should I use services for this?

I'm not saying my option is the "right" one. I'm just saying that it's perhaps the easiest one to accomplish this task, short of making the versions sub services and making a big long list of which the user only has to make one selection. If I were to make any other suggestion, it would b...
by morecw
10 Nov 2012, 09:39
Forum: Help
Topic: (SOLVED) Should I use services for this?
Replies: 8
Views: 1783

Re: Should I use services for this?

crythias wrote:Would possibly be okay to use a Dynamic Field filtered on ACL based upon service chosen. (Easiest).
Really? Would 4. not simply be a range of subservices linked to the selected service in 3.?
by morecw
09 Nov 2012, 22:23
Forum: Help
Topic: (SOLVED) Should I use services for this?
Replies: 8
Views: 1783

(SOLVED) Should I use services for this?

Hi all, I've asked something similar before but from the wrong angle. So here goes.. We would like the customer experience of creating a ticket to be as follows: 1. Customer logs in and creates new ticket 2. A single queue is pre-selected 3. Customer selects one of our software products from a dropd...
by morecw
09 Nov 2012, 15:21
Forum: Help
Topic: Sentence builder with OTRS?
Replies: 1
Views: 645

Sentence builder with OTRS?

Hi all, does anyone use a sentence builder solution with OTRS? At the moment my agents are in love with ReplyButler and have been using it with Outlook for years. This the only thing that really holds us back making a full switch to OTRS. Yes I know there are responses but they don't allow for mixed...
by morecw
09 Nov 2012, 15:16
Forum: Help
Topic: "AutoResponseType => 'auto reply'," in AgentTicketEmail.pm?
Replies: 16
Views: 5302

Re: "AutoResponseType => 'auto reply'," in AgentTicketEmail.

jojo wrote:thats an issue of the mailclient as it does not interpret the & and following as part of the link
I don't think so because these links work ok when sent through an Auto-Response