I'm trying to integrate external customer/company database with OTRS. With customer db there has been no problem, but when I looked closer at customer_company table customer_id is varchar. I thought that simply changing storage-type like this
Code: Select all
[ 'CustomerID', 'CustomerID', 'id', 0, 1, 'int', '', 0 ],
Code: Select all
[ 'UserCustomerID', 'CustomerID', 'entity_id', 0, 1, 'int', '', 1 ],
Wiktor