Search found 4 matches

by heck
24 Jan 2011, 16:27
Forum: Developers
Topic: PHP SOAP GET USER DATA
Replies: 3
Views: 6614

Re: PHP SOAP GET USER DATA [SOLVED]

It is perfect example. I adopted it to my needs.
Thank you!
by heck
20 Jan 2011, 10:25
Forum: Howtos
Topic: CustomerID/CustomerIDs/Customer Groups
Replies: 9
Views: 45126

Re: CustomerID/CustomerIDs/Customer Groups

[SOLVED]
You are right is was a case sensitive error: CustomerID and not CustomerId !!!

Thank you.
by heck
20 Jan 2011, 00:29
Forum: Developers
Topic: PHP SOAP GET USER DATA
Replies: 3
Views: 6614

PHP SOAP GET USER DATA

Hi, I do have a (basic) questions which is related to php and the handling of arrays: I am writing a php function with the input "UserID" and the output should be"UserEmail" as an output. From the API I am using and the output is an ARRAY: GetUserData() get user data (UserLogin, ...
by heck
18 Jan 2011, 17:38
Forum: Howtos
Topic: CustomerID/CustomerIDs/Customer Groups
Replies: 9
Views: 45126

Re: CustomerID/CustomerIDs/Customer Groups

Hi crythias, I am trying to use the CustomerId to use it as a company id to filter all Tickets. I used the TicketCreate API to modify the CustoemrId and CustomerUser but OTRS only add the CustomerUser to the ticket table. I am missing something? Best regards. $ticketid = $soapclient->__soapCall(&quo...