Search found 1 match

by mojosakker
11 Dec 2013, 15:19
Forum: Help
Topic: Adding company name to OTRS dashboard
Replies: 12
Views: 8112

Re: Adding company name to OTRS dashboard

I dont know perl, but i added this code, otherwise i'm getting error in syslog "error OTRS-CGI-10 Need CustomerID!" if ( $Ticket{CustomerID} ) { my %Company = $Self->{CustomerCompanyObject}->CustomerCompanyGet(CustomerID => $Ticket{CustomerID}); $Ticket{CustomerName} = $Company{CustomerCom...