assighn SLA to customers on registering them

Moderator: crythias

Post Reply
kenmurimi
Znuny newbie
Posts: 87
Joined: 24 May 2010, 10:21
Znuny Version: 2.4.7

assighn SLA to customers on registering them

Post by kenmurimi »

in our company our clients choose their sla. i dont want to have them select the service and sla when creating tickets everytime. they also can take diffrent slas for diffrent services, this if recorded can be automatically determined by the to: they select on create new ticket form.

am thinking of something like: e.g

if
{
to:=hardwareque
service=hardwareservice
sla=select sla from database where customername is customername=hardwareservice
}
else if
{
to:=softwareque
service=softwareservice
sla=select sla from database where customername is customername and service =softwareservice
}


any ideas on how to implement this??
any help greatly appreciated
OTRS 2.4.7 on SUSE and on MySQL database
OTRS 3.2.10 on CentOS and MySQL database
diginin
Znuny expert
Posts: 213
Joined: 11 Feb 2008, 12:04
Znuny Version: CVS

Re: assighn SLA to customers on registering them

Post by diginin »

I can actually only reccommend a custom development from someone like OTRS Inc. However, you can use parameters to influence ticket properties. These could be somehow integrated in templates where you provide services for your customers. For example in an external portal somehow. You can also do template buttons in the customer frontend. But, I think to really be administrable, a custom development would be the best idea.
Shawn Beasley
Contact me per XING
Contact me per LinkedIN

OTRS CVS on Ubuntu Stable.

Image
signature by diginin74, on Flickr

Computers are like air conditioners, when you open windows they are useless.



P.S. (für Leser meiner Deutschtexte) Rechtschreibfehler bitte mit s/.*/$KORREKTUR/ ersetzen.
Post Reply