Hello,
How to get CustomerIDs from a customer ?
I thought it was sommething like :
$Self->{CustomerUserObject} = Kernel::System::CustomerUser->new(%Param);
...
my @CustomerIDs = $Self->{CustomerUserObject}->CustomerIDs(
User => '[email protected]', );
but, after setting CustomerIDs to MY_COMPANY for this customer
(Username='[email protected]')
This code doesn't get this value (MY_COMPANY) but something that looks like
the id ([email protected])
Do I miss something ?
Do I have to retrieve CustomerIDs from DB ? I did it , it's ok.
Best regards
ps :
mysql> select customer_id, customer_ids from customer_user where customer_id =
'[email protected]' ;
+-----------------------------+--------------+
| customer_id | customer_ids |
+-----------------------------+--------------+
| [email protected] | MY_COMPANY |
+-----------------------------+--------------+
---------------
Bernard CHAMBON
IN2P3 / CNRS
04 72 69 42 18
---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs