Search found 11 matches
- 26 Nov 2013, 11:11
- Forum: Help
- Topic: Developer Manual - "run" the Sysconfig?
- Replies: 1
- Views: 877
Developer Manual - "run" the Sysconfig?
Hi again, i have some trouble to unterstand the developer documentation. http://doc.otrs.org/developer/3.2/en/html/get-started.html As soon as the linking is completed, the Sysconfig must be run to register the module in OTRS And how to run the Sysconfig? What does that mean? And how i can create th...
- 25 Nov 2013, 16:08
- Forum: Hilfe
- Topic: Prozessticket, welches weitere Tickets erstellt!
- Replies: 1
- Views: 728
Prozessticket, welches weitere Tickets erstellt!
Hallo! Wir haben oft den Fall, dass eine dritte Firma Probleme für andere Firmen meldet. Oftmals gerne auch ein Problem von drei Firmen gleichzeitig. Jetzt wäre es natürlich toll eine Ticketmaske zu haben, in denen man beliebig viele Firmen einträgt worauf im Anschluss dann für jede eingetragene Fir...
- 25 Nov 2013, 15:16
- Forum: Help
- Topic: Create a dynamic field as a customer field
- Replies: 1
- Views: 819
Create a dynamic field as a customer field
Hi,
is it possible to create a dynamic field as a second (or third, ...) customer field?
How would you fill the dynamic field with customer entrys?
Any ideas?
is it possible to create a dynamic field as a second (or third, ...) customer field?
How would you fill the dynamic field with customer entrys?
Any ideas?

- 25 Nov 2013, 09:27
- Forum: Help
- Topic: SLA with ACL in kernel/config.pm does not work
- Replies: 9
- Views: 2988
Re: SLA with ACL in kernel/config.pm does not work
Thanks!
Defining services as default services and blacklist them with the possiblenot entry in the acl definition (like in this topic) works now!
Solved!
Defining services as default services and blacklist them with the possiblenot entry in the acl definition (like in this topic) works now!
Solved!

- 22 Nov 2013, 16:02
- Forum: Howtos
- Topic: Assigning Segregated Services to an entire company
- Replies: 3
- Views: 19444
Re: Assigning Segregated Services to an entire company
Does "CustomerA" means the name of the customer? Or the Identifier of the customer? Or did you mean the company instead? Do i have to assign any customer (i.e. CustomerA::toilet, CustomerB::toilet, CustomerC::toilet) of a company? $Self->{TicketAcl}->{'CompanyAServices'} = Possible => { Ti...
- 22 Nov 2013, 15:00
- Forum: Help
- Topic: SLA with ACL in kernel/config.pm does not work
- Replies: 9
- Views: 2988
Re: SLA with ACL in kernel/config.pm does not work
But we have over 1000 customers and i do not want to assign them all to the services.
You say that i can have 'default' services. I can't find any hint do set up the default services. Can you help me?
Thanks!
You say that i can have 'default' services. I can't find any hint do set up the default services. Can you help me?
Thanks!
- 22 Nov 2013, 12:34
- Forum: Help
- Topic: SLA with ACL in kernel/config.pm does not work
- Replies: 9
- Views: 2988
Re: SLA with ACL in kernel/config.pm does not work
1) I will try it ...
2) No customer is linked to any SLA/Service. I want to link all SLA/Services with ACL only. I this the problem?
2) No customer is linked to any SLA/Service. I want to link all SLA/Services with ACL only. I this the problem?

- 21 Nov 2013, 08:35
- Forum: Help
- Topic: SLA with ACL in kernel/config.pm does not work
- Replies: 9
- Views: 2988
Re: SLA with ACL in kernel/config.pm does not work
Hi again, i am not root@localhost, i am logged in as a created agent! And ... { Properties => { Ticket => { Queue => ['Helpdesk'], }, }, .. results in: [Wed Nov 20 16:32:34 2013] [error] Not an ARRAY reference at /opt/otrs//Kernel/System/Ticket.pm line 7078.\n :(
- 20 Nov 2013, 09:17
- Forum: Help
- Topic: SLA with ACL in kernel/config.pm does not work
- Replies: 9
- Views: 2988
SLA with ACL in kernel/config.pm does not work
Hi, i added the following acl to my kernel/config.pm in the otrs folder: $Self->{TicketAcl}->{'ACL-CompanyServices-1'} = { Properties => { Queue => { Name => ['Helpdesk'], }, }, Possible => { Ticket => { SLA => ['SLA Test'], }, }, }; But i can't select the value "SLA Test" in the area &quo...
- 19 Nov 2013, 16:18
- Forum: Hilfe
- Topic: SLA mit Kunden-Firma verbinden
- Replies: 0
- Views: 600
SLA mit Kunden-Firma verbinden
Hallo, so wie ich das sehe kann man im OTRS die SLAs nur mit Kunden (Personen) verknüpfen. Was macht man aber, wenn man viele Personen zu jeweils sehr vielen Kunden-Firmen gepflegt hat? Ich suche etwas, wo ich SLAs einer Kunden-Firma zuweisen kann, damit alle Personen mit der SLA verlinkt sind. Die ...
- 19 Nov 2013, 13:17
- Forum: Hilfe
- Topic: OTRS 3.2.8 - CI & CustomerCompany - Nur 1 Firma zur Auswahl
- Replies: 0
- Views: 629
OTRS 3.2.8 - CI & CustomerCompany - Nur 1 Firma zur Auswahl
Hallo, Ich habe eine Test-Configitem Klasse erstellt: [ { Key => 'Description', Name => 'Description', Searchable => 1, Input => { Type => 'Text', Size => 50, MaxLength => 50, }, }, { Key => 'Owner', Name => 'Owner', Searchable => 1, Input => { Type => 'CustomerCompany', }, }, ]; Und will jetzt ein ...