FW: Not able to get Company Tickets to show up

I'm sorry, I accidentially sent the message prematurely.. As you can see on the following line: ['UserCustomerIDs', 'CustomerIDs', 'description', 1, 1, 'var', '', 1], I have the UserCustomerIDs mapped to the description field in active directory where I have the value "Company, UserID" and the company tickets do no show up. Can anyone tell me how to make this work? -Brad -----Original Message----- From: Brad Inscoe Sent: Tuesday, April 04, 2006 8:31 AM To: 'otrs@otrs.org' Subject: Not able to get Company Tickets to show up Hello All - Hopefully one of you will have a similar setup and can shed some light on the issue that I'm having. Thanks in advance for your help. I've setup Config.pm to Authenticate Customer Users using LDAP, however, since all of the Customer Users are from the same company I'm trying to make it so that any Customer can see all other customer's tickets in the Company Tickets view of the Customer Interface. Here is the mapping that I have set up: # Mapping for Customer Users $Self->{CustomerUser} = { Name => 'LDAP Customer User', Module => 'Kernel::System::CustomerUser::LDAP', Params => { }, CustomerKey => 'sAMAccountName', CustomerID => 'sAMAccountName', CustomerUserListFields => ['cn','mail'], CustomerUserSearchFields => ['sAMAccountName','cn','mail'], CustomerUserSearchPrefix => '', CustomerUserSearchSuffix => '*', CustomerUserPostMasterSearchFields => ['mail'], CustomerUserNameFields => ['givenname','sn'], AdminSetPreferences => 0, Map => [ ['UserFirstname', 'Firstname', 'givenname', 1, 1, 'var', '', 1], ['UserLastname', 'Lastname', 'sn', 1, 1, 'var', '', 1], ['UserLogin', 'Username', 'sAMAccountName', 1, 1, 'var', '', 1], ['UserEmail', 'Email', 'mail', 1, 1, 'var', '', 1], ['UserCustomerID', 'CustomerID', 'sAMAccountName', 0, 1, 'var', '', 1], ['UserOrganization', 'Organization', 'company', 1, 1, 'var', '', 1], ['UserCustomerIDs', 'CustomerIDs', 'description', 1, 1, 'var', '', 1], ], }; As you can see on this line: Brad Inscoe IT Manager Automotive Lease Guide (ALG), Inc. www.alg.com Voice: (805) 563-0777 x 119 Email: binscoe@alg.com Fax: (805) 435-3775

Hello, On Tue, Apr 04, 2006 at 08:33:22AM -0700, Brad Inscoe wrote:
As you can see on the following line:
['UserCustomerIDs', 'CustomerIDs', 'description', 1, 1, 'var', '', 1],
I have the UserCustomerIDs mapped to the description field in active directory where I have the value "Company, UserID" and the company tickets do no show up.
You have to enter all customer IDs of all users of the company seperated by a semicolon into the description field. But maybe it would be easier to give all users from a company the same customer ID..., that will work also.
-Brad
Regards, Christian -- ((otrs)) :: OTRS GmbH :: Europaring 4 :: D - 94315 Straubing Fon: +49 (0) 9421 1862 760 :: Fax: +49 (0) 9421 1862 769 http://www.otrs.com/ :: Communication with success!
participants (2)
-
Brad Inscoe
-
Christian Schoepplein