otrs
Threads by month
- ----- 2025 -----
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2004 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2003 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2002 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
July 2011
- 60 participants
- 296 discussions

02 Jul '11
This is a notification from the Help Desk.
On Jul 02, 2011 @ 04:37 pm, flavio(a)piramide.ch wrote:
Hello everybody.
I'll be starting from the latest problem I'm encountering, which is as
follows: when I do a search in my Customer Database, I get the correct
number of records, but they print out as blank/empty lines (look here:
http://tinyurl.com/2cx44r2 ).
Here the background and the setup:
Debian Sid - OTRS 2.4.9
I have my customers already stored in an MSSQL db (SQL Express 2005 on
Windows 2003 Server), therefore I tried to connect that db to my OTRS
installation. I seem to have managed it using FreeTDS, because I can
connect to MSSQL by hand with tsql.
My Config.pm for my CustomerDB looks like this:
# CustomerUser
# (customer user database backend and settings)
$Self->{CustomerUser} = {
Name => 'Database clienti',
Module => 'Kernel::System::CustomerUser::DB',
Params => {
# if you want to use an external database, add the
# required settings
DSN => 'DBI:Sybase:',
DSN =>
'DBI:Sybase:server=sqlexpress;database=Piramide_Informatica',
User => 'sa',
Password => 'password',
Type => 'mssql',
Table => 'v_customer',
Attribute => {},
},
# customer uniq id
CustomerKey => 'CUST_ID',
# customer #
CustomerID => 'CUST_ID',
# CustomerValid => 'valid_id',
CustomerUserListFields => [ 'COMPANY', 'LASTNAME', 'FIRSTNAME',
'EMAIL' ],
# CustomerUserListFields => ['login', 'first_name', 'last_name',
'customer_id', 'email' ],
CustomerUserSearchFields => [ 'COMPANY', 'LASTNAME',
'FIRSTNAME' ],
CustomerUserSearchPrefix => '*',
CustomerUserSearchSuffix => '*',
CustomerUserSearchListLimit => 50,
CustomerUserPostMasterSearchFields => ['EMAIL'],
CustomerUserNameFields => [ 'COMPANY', 'LASTNAME',
'FIRSTNAME' ],
CustomerUserEmailUniqCheck => 1,
Map => [
# note: Login, Email and CustomerID needed!
# var, frontend, storage, shown (1=always,2=lite), required,
storage-type, http-link, readonly, http-link-target
# [ 'UserSalutation', 'Salutation', 'salutation', 1, 0,
'var', '', 0 ],
[ 'UserFirstname', 'Firstname', 'COMPANY', 1, 1, 'var',
'', 0 ],
[ 'UserLastname', 'Lastname', 'LASTNAME', 1, 1, 'var',
'', 0 ],
[ 'UserEmail', 'Email', 'EMAIL', 1, 1, 'var',
'', 0 ],
# [ 'UserEmail', 'Email', 'email', 1, 1,
'var',
'$Env{"CGIHandle"}?Action=AgentTicketCompose&ResponseID=1&TicketID=$Data
{"TicketID"}&ArticleID=$Data{"ArticleID"}', 0 ],
[ 'UserCustomerID', 'CustomerID', 'CUST_ID', 0, 1, 'var',
'', 0 ],
# [ 'UserCustomerIDs', 'CustomerIDs', 'customer_ids', 1, 0,
'var', '', 0 ],
# [ 'UserPhone', 'Phone', 'phone', 1, 0,
'var', '', 0 ],
# [ 'UserFax', 'Fax', 'fax', 1, 0,
'var', '', 0 ],
# [ 'UserMobile', 'Mobile', 'mobile', 1, 0,
'var', '', 0 ],
# [ 'UserStreet', 'Street', 'street', 1, 0,
'var', '', 0 ],
# [ 'UserZip', 'Zip', 'zip', 1, 0,
'var', '', 0 ],
# [ 'UserCity', 'City', 'city', 1, 0,
'var', '', 0 ],
# [ 'UserCountry', 'Country', 'country', 1, 0,
'var', '', 0 ],
# [ 'UserComment', 'Comment', 'comments', 1, 0,
'var', '', 0 ],
# [ 'ValidID', 'Valid', 'valid_id', 0, 1,
'int', '', 0 ],
],
};
My question now is: why does it happen, that my output is *blank* when I
seek for customers? While googling around, I came across references
talking about "charset conversion", so I did my search on my dbs:
Using "sp_helpsort" on my MSSQL db, I get:
Server default collation
Latin1-General, case-insensitive, accent-sensitive,
kanatype-insensitive, width-insensitive
(1 row affected)
(return status = 0)
>From Linux, when connecting via tsql, I get:
root@ticket:~# tsql -S sqlexpress -U sa
locale is "it_CH.UTF-8"
locale charset is "UTF-8"
Therefore I was thinking about some kind of "charset mismatch".
Is anybody out there who can help?
Thanks in advance!
Flavio Boniforti
PIRAMIDE INFORMATICA SAGL
Via Ballerini 21
6600 Locarno
Switzerland
Phone: +41 91 751 68 81
Fax: +41 91 751 69 14
URL: http://www.piramide.ch
E-mail: flavio(a)piramide.ch
---------------------------------------------------------------------
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
------
This is an automated response. Your issue has been noted. We'll be in touch soon.
Please reply to this email or visit the URL below with any additional details.
http://itsupport:1111/portal/view-help-request/2296
1
0
This is a notification from the Help Desk.
On Jul 02, 2011 @ 04:36 pm, mrose(a)power-soft.com wrote:
Hi again,
I couldn't find anything in the manual for 3.01 on how to archive. Can someone point me the way to a document or how-to that explains this feature?
Mik
------
This is an automated response. Your issue has been noted. We'll be in touch soon.
Please reply to this email or visit the URL below with any additional details.
http://itsupport:1111/portal/view-help-request/2294
1
0
This is a notification from the Help Desk.
On Jul 02, 2011 @ 04:36 pm, en(a)otrs.com wrote:
Hi Mark,
Yes, in the you have to open the Defaults.pm and copy the sections that
correspond to $Self->{CustomerUser} and $Self->{CustomerCompany}, paste
them into the Config.pm and uncomment the line for customer company
support (CustomerCompanySupport => 1,) in Config.pm and you are done!
I hope this helps :-)
Regards,
Elva
==Ticket History==
On Jul 02, 2011 @ 04:36 pm, en(a)otrs.com wrote:
In the admin area go to Customer Company and add a new one (remember the
CustomerID), after that you can modify your existing customers or create
new ones, and associate them with that company by having the same entry
in the CustomerID.
Regards,
Elva
------
On Jul 02, 2011 @ 04:36 pm, mark.shepard(a)canoe-ventures.com wrote:
Elva -
Is there an option that must be set to have this dropdown displayed if I'm running v3.0.1? From Admin --> Customer Companies, I set up a few unique companies. If I then go to Admin --> Customers --> Add Customer, the "CustomerID" field is just a normal text entry field... not a dropdown. Thoughts?
Thanks,
Mark
From: otrs-bounces(a)otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Jober Mijares
Sent: Thursday, November 18, 2010 2:39 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Customer Company
Thanks
I work with the version 2.4.7
But how i make the link between the company and the client.
Sorry but i don't find the option
--- El mié, 11/17/10, Elva Novoa <en(a)otrs.com> escribió:
De: Elva Novoa <en(a)otrs.com>
Asunto: Re: [otrs] Customer Company
A: "User questions and discussions about OTRS." <otrs(a)otrs.org>
Fecha: miércoles, 17 de noviembre de 2010, 01:15 pm
------
On Jul 02, 2011 @ 04:15 pm, mark.shepard(a)canoe-ventures.com wrote:
Attachment:
------
On Jul 02, 2011 @ 04:15 pm, mark.shepard(a)canoe-ventures.com wrote:
Elva -
Hmm, so that brings up another question then. (Thanks again for your help on this.)
How can I give my agents access to update customer and company information in case they are logging a ticket for a customer that has not yet been entered into the 'Customers' tab of OTRS (we're not connecting to an external customer DB)? It appears that by default, the Customers and Companies screens are only available to those with an 'admin' role. I tried to dig around, and it looks like I just need to open up AdminCustomerUser, so from Admin --> Sysconfig --> Framework --> Frontend::Admin::ModuleRegistration, I took a look at Frontend::Module###AdminCustomerUser, but the 'Group' already has both 'admin' and 'users'. Yet, those with 'user' permissions cannot access the Customers screen (they get an "Insufficient Rights: Message - No Permission to use this frontend module!" if they try to navigate to <host>/otrs/index.pl?Action=AdminCustomerUser;Nav=Agent).
Below is a screen capture of my settings for AdminCustomerUser... your help is much appreciated!
-Mark
[cid:image002.jpg@01CB92D7.2409D840]
From: otrs-bounces(a)otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Elva Novoa
Sent: Thursday, December 02, 2010 12:45 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Customer Company
Mark,
I don't think that you can make the CustomerID a drop-down in the new ticket screen, but this field is automatically filled when you select a customer, just as the customer information and history.
Regards,
Elva
------
On Jul 02, 2011 @ 04:15 pm, en(a)otrs.com wrote:
Attachment:
------
On Jul 02, 2011 @ 04:15 pm, en(a)otrs.com wrote:
Mark,
The problem is that your "users" group only has ro (read only)
permission. If you want your agents defined in the users group to be
able to register new customers and companies, just delete the entry
"users" from the "Group ro".
I attached a part of your same screen shot, highlighting the part your
should remove.
Regards,
Elva
------
On Jul 02, 2011 @ 04:14 pm, en(a)otrs.com wrote:
Mark,
I don't think that you can make the CustomerID a drop-down in the new
ticket screen, but this field is automatically filled when you select a
customer, just as the customer information and history.
Regards,
Elva
------
On Jul 02, 2011 @ 04:14 pm, mark.shepard(a)canoe-ventures.com wrote:
Elva -
This helped tremendously - thank you very much. I now have a dropdown for "CustomerID" (which lists available Companies, as expected) when I create new Customers. That said, I noticed that the "CustomerID" field when creating a new ticket is still a free text field, not a dropdown. Is there any way I can enable all CustomerID fields to become Company dropdowns?
Thanks,
Mark
From: otrs-bounces(a)otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Elva Novoa
Sent: Thursday, November 18, 2010 3:56 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Customer Company
Hi Mark,
Yes, in the you have to open the Defaults.pm and copy the sections that correspond to $Self->{CustomerUser} and $Self->{CustomerCompany}, paste them into the Config.pm and uncomment the line for customer company support (CustomerCompanySupport => 1,) in Config.pm and you are done!
I hope this helps :-)
Regards,
Elva
------
On Jul 02, 2011 @ 04:14 pm, en(a)otrs.com wrote:
Hi Mark,
Yes, in the you have to open the Defaults.pm and copy the sections that
correspond to $Self->{CustomerUser} and $Self->{CustomerCompany}, paste
them into the Config.pm and uncomment the line for customer company
support (CustomerCompanySupport => 1,) in Config.pm and you are done!
I hope this helps :-)
Regards,
Elva
------
On Jul 02, 2011 @ 04:13 pm, en(a)otrs.com wrote:
In the admin area go to Customer Company and add a new one (remember the
CustomerID), after that you can modify your existing customers or create
new ones, and associate them with that company by having the same entry
in the CustomerID.
Regards,
Elva
------
On Jul 02, 2011 @ 04:13 pm, mark.shepard(a)canoe-ventures.com wrote:
Elva -
Is there an option that must be set to have this dropdown displayed if I'm running v3.0.1? From Admin --> Customer Companies, I set up a few unique companies. If I then go to Admin --> Customers --> Add Customer, the "CustomerID" field is just a normal text entry field... not a dropdown. Thoughts?
Thanks,
Mark
From: otrs-bounces(a)otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Jober Mijares
Sent: Thursday, November 18, 2010 2:39 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Customer Company
Thanks
I work with the version 2.4.7
But how i make the link between the company and the client.
Sorry but i don't find the option
--- El mié, 11/17/10, Elva Novoa <en(a)otrs.com> escribió:
De: Elva Novoa <en(a)otrs.com>
Asunto: Re: [otrs] Customer Company
A: "User questions and discussions about OTRS." <otrs(a)otrs.org>
Fecha: miércoles, 17 de noviembre de 2010, 01:15 pm
------
On Jul 02, 2011 @ 04:10 pm, mark.shepard(a)canoe-ventures.com wrote:
Attachment:
------
On Jul 02, 2011 @ 04:10 pm, mark.shepard(a)canoe-ventures.com wrote:
Elva -
Hmm, so that brings up another question then. (Thanks again for your help on this.)
How can I give my agents access to update customer and company information in case they are logging a ticket for a customer that has not yet been entered into the 'Customers' tab of OTRS (we're not connecting to an external customer DB)? It appears that by default, the Customers and Companies screens are only available to those with an 'admin' role. I tried to dig around, and it looks like I just need to open up AdminCustomerUser, so from Admin --> Sysconfig --> Framework --> Frontend::Admin::ModuleRegistration, I took a look at Frontend::Module###AdminCustomerUser, but the 'Group' already has both 'admin' and 'users'. Yet, those with 'user' permissions cannot access the Customers screen (they get an "Insufficient Rights: Message - No Permission to use this frontend module!" if they try to navigate to <host>/otrs/index.pl?Action=AdminCustomerUser;Nav=Agent).
Below is a screen capture of my settings for AdminCustomerUser... your help is much appreciated!
-Mark
[cid:image002.jpg@01CB92D7.2409D840]
From: otrs-bounces(a)otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Elva Novoa
Sent: Thursday, December 02, 2010 12:45 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Customer Company
Mark,
I don't think that you can make the CustomerID a drop-down in the new ticket screen, but this field is automatically filled when you select a customer, just as the customer information and history.
Regards,
Elva
------
On Jul 02, 2011 @ 04:09 pm, en(a)otrs.com wrote:
Mark,
I don't think that you can make the CustomerID a drop-down in the new
ticket screen, but this field is automatically filled when you select a
customer, just as the customer information and history.
Regards,
Elva
------
On Jul 02, 2011 @ 04:09 pm, mark.shepard(a)canoe-ventures.com wrote:
Elva -
This helped tremendously - thank you very much. I now have a dropdown for "CustomerID" (which lists available Companies, as expected) when I create new Customers. That said, I noticed that the "CustomerID" field when creating a new ticket is still a free text field, not a dropdown. Is there any way I can enable all CustomerID fields to become Company dropdowns?
Thanks,
Mark
From: otrs-bounces(a)otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Elva Novoa
Sent: Thursday, November 18, 2010 3:56 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Customer Company
Hi Mark,
Yes, in the you have to open the Defaults.pm and copy the sections that correspond to $Self->{CustomerUser} and $Self->{CustomerCompany}, paste them into the Config.pm and uncomment the line for customer company support (CustomerCompanySupport => 1,) in Config.pm and you are done!
I hope this helps :-)
Regards,
Elva
------
On Jul 02, 2011 @ 04:08 pm, en(a)otrs.com wrote:
Hi Mark,
Yes, in the you have to open the Defaults.pm and copy the sections that
correspond to $Self->{CustomerUser} and $Self->{CustomerCompany}, paste
them into the Config.pm and uncomment the line for customer company
support (CustomerCompanySupport => 1,) in Config.pm and you are done!
I hope this helps :-)
Regards,
Elva
------
On Jul 02, 2011 @ 04:08 pm, en(a)otrs.com wrote:
In the admin area go to Customer Company and add a new one (remember the
CustomerID), after that you can modify your existing customers or create
new ones, and associate them with that company by having the same entry
in the CustomerID.
Regards,
Elva
------
On Jul 02, 2011 @ 04:08 pm, mark.shepard(a)canoe-ventures.com wrote:
Elva -
Is there an option that must be set to have this dropdown displayed if I'm running v3.0.1? From Admin --> Customer Companies, I set up a few unique companies. If I then go to Admin --> Customers --> Add Customer, the "CustomerID" field is just a normal text entry field... not a dropdown. Thoughts?
Thanks,
Mark
From: otrs-bounces(a)otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Jober Mijares
Sent: Thursday, November 18, 2010 2:39 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Customer Company
Thanks
I work with the version 2.4.7
But how i make the link between the company and the client.
Sorry but i don't find the option
--- El mié, 11/17/10, Elva Novoa <en(a)otrs.com> escribió:
De: Elva Novoa <en(a)otrs.com>
Asunto: Re: [otrs] Customer Company
A: "User questions and discussions about OTRS." <otrs(a)otrs.org>
Fecha: miércoles, 17 de noviembre de 2010, 01:15 pm
------
On Jul 02, 2011 @ 03:46 pm, en(a)otrs.com wrote:
Attachment:
------
On Jul 02, 2011 @ 03:46 pm, en(a)otrs.com wrote:
Mark,
The problem is that your "users" group only has ro (read only)
permission. If you want your agents defined in the users group to be
able to register new customers and companies, just delete the entry
"users" from the "Group ro".
I attached a part of your same screen shot, highlighting the part your
should remove.
Regards,
Elva
------
On Jul 02, 2011 @ 03:42 pm, mark.shepard(a)canoe-ventures.com wrote:
Attachment:
------
On Jul 02, 2011 @ 03:42 pm, mark.shepard(a)canoe-ventures.com wrote:
Elva -
Hmm, so that brings up another question then. (Thanks again for your help on this.)
How can I give my agents access to update customer and company information in case they are logging a ticket for a customer that has not yet been entered into the 'Customers' tab of OTRS (we're not connecting to an external customer DB)? It appears that by default, the Customers and Companies screens are only available to those with an 'admin' role. I tried to dig around, and it looks like I just need to open up AdminCustomerUser, so from Admin --> Sysconfig --> Framework --> Frontend::Admin::ModuleRegistration, I took a look at Frontend::Module###AdminCustomerUser, but the 'Group' already has both 'admin' and 'users'. Yet, those with 'user' permissions cannot access the Customers screen (they get an "Insufficient Rights: Message - No Permission to use this frontend module!" if they try to navigate to <host>/otrs/index.pl?Action=AdminCustomerUser;Nav=Agent).
Below is a screen capture of my settings for AdminCustomerUser... your help is much appreciated!
-Mark
[cid:image002.jpg@01CB92D7.2409D840]
From: otrs-bounces(a)otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Elva Novoa
Sent: Thursday, December 02, 2010 12:45 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Customer Company
Mark,
I don't think that you can make the CustomerID a drop-down in the new ticket screen, but this field is automatically filled when you select a customer, just as the customer information and history.
Regards,
Elva
------
On Jul 02, 2011 @ 03:41 pm, en(a)otrs.com wrote:
Mark,
I don't think that you can make the CustomerID a drop-down in the new
ticket screen, but this field is automatically filled when you select a
customer, just as the customer information and history.
Regards,
Elva
------
On Jul 02, 2011 @ 03:41 pm, mark.shepard(a)canoe-ventures.com wrote:
Elva -
This helped tremendously - thank you very much. I now have a dropdown for "CustomerID" (which lists available Companies, as expected) when I create new Customers. That said, I noticed that the "CustomerID" field when creating a new ticket is still a free text field, not a dropdown. Is there any way I can enable all CustomerID fields to become Company dropdowns?
Thanks,
Mark
From: otrs-bounces(a)otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Elva Novoa
Sent: Thursday, November 18, 2010 3:56 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Customer Company
Hi Mark,
Yes, in the you have to open the Defaults.pm and copy the sections that correspond to $Self->{CustomerUser} and $Self->{CustomerCompany}, paste them into the Config.pm and uncomment the line for customer company support (CustomerCompanySupport => 1,) in Config.pm and you are done!
I hope this helps :-)
Regards,
Elva
------
On Jul 02, 2011 @ 03:41 pm, en(a)otrs.com wrote:
Hi Mark,
Yes, in the you have to open the Defaults.pm and copy the sections that
correspond to $Self->{CustomerUser} and $Self->{CustomerCompany}, paste
them into the Config.pm and uncomment the line for customer company
support (CustomerCompanySupport => 1,) in Config.pm and you are done!
I hope this helps :-)
Regards,
Elva
------
On Jul 02, 2011 @ 03:41 pm, en(a)otrs.com wrote:
In the admin area go to Customer Company and add a new one (remember the
CustomerID), after that you can modify your existing customers or create
new ones, and associate them with that company by having the same entry
in the CustomerID.
Regards,
Elva
------
On Jul 02, 2011 @ 03:41 pm, mark.shepard(a)canoe-ventures.com wrote:
Elva -
Is there an option that must be set to have this dropdown displayed if I'm running v3.0.1? From Admin --> Customer Companies, I set up a few unique companies. If I then go to Admin --> Customers --> Add Customer, the "CustomerID" field is just a normal text entry field... not a dropdown. Thoughts?
Thanks,
Mark
From: otrs-bounces(a)otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Jober Mijares
Sent: Thursday, November 18, 2010 2:39 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Customer Company
Thanks
I work with the version 2.4.7
But how i make the link between the company and the client.
Sorry but i don't find the option
--- El mié, 11/17/10, Elva Novoa <en(a)otrs.com> escribió:
De: Elva Novoa <en(a)otrs.com>
Asunto: Re: [otrs] Customer Company
A: "User questions and discussions about OTRS." <otrs(a)otrs.org>
Fecha: miércoles, 17 de noviembre de 2010, 01:15 pm
------
On Jul 02, 2011 @ 03:40 pm, ronnamijares(a)yahoo.com wrote:
Thanks
I work with the version 2.4.7
But how i make the link between the company and the client.
Sorry but i don't find the option
--- El mié, 11/17/10, Elva Novoa <en(a)otrs.com> escribió:
De: Elva Novoa <en(a)otrs.com>
Asunto: Re: [otrs] Customer Company
A: "User questions and discussions about OTRS." <otrs(a)otrs.org>
Fecha: miércoles, 17 de noviembre de 2010, 01:15 pm
On 11/16/2010 1:51 PM, Jober Mijares wrote:
> Then, maybe i'm confused but I thought that the function of the company client, is link several customers in just one company.
Hi Jober,
Actually you are right in the definition of Customer Company. You should
be able to create more than one customer with the same company, but you
need to add customer companies first. What version of OTRS are you
using? In OTRS 3.0.1, this field (CustomerID) was changed to be a
drop-down when you are adding a new customer, so that you can select a
company from the registered ones.
I hope this helps!
Regards,
Elva
---------------------------------------------------------------------
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
------
This is an automated response. Your issue has been noted. We'll be in touch soon.
Please reply to this email or visit the URL below with any additional details.
http://itsupport:1111/portal/view-help-request/1571
1
0
This is a notification from the Help Desk.
On Jul 02, 2011 @ 04:36 pm, en(a)otrs.com wrote:
In the admin area go to Customer Company and add a new one (remember the
CustomerID), after that you can modify your existing customers or create
new ones, and associate them with that company by having the same entry
in the CustomerID.
Regards,
Elva
==Ticket History==
On Jul 02, 2011 @ 04:36 pm, mark.shepard(a)canoe-ventures.com wrote:
Elva -
Is there an option that must be set to have this dropdown displayed if I'm running v3.0.1? From Admin --> Customer Companies, I set up a few unique companies. If I then go to Admin --> Customers --> Add Customer, the "CustomerID" field is just a normal text entry field... not a dropdown. Thoughts?
Thanks,
Mark
From: otrs-bounces(a)otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Jober Mijares
Sent: Thursday, November 18, 2010 2:39 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Customer Company
Thanks
I work with the version 2.4.7
But how i make the link between the company and the client.
Sorry but i don't find the option
--- El mié, 11/17/10, Elva Novoa <en(a)otrs.com> escribió:
De: Elva Novoa <en(a)otrs.com>
Asunto: Re: [otrs] Customer Company
A: "User questions and discussions about OTRS." <otrs(a)otrs.org>
Fecha: miércoles, 17 de noviembre de 2010, 01:15 pm
------
On Jul 02, 2011 @ 04:15 pm, mark.shepard(a)canoe-ventures.com wrote:
Attachment:
------
On Jul 02, 2011 @ 04:15 pm, mark.shepard(a)canoe-ventures.com wrote:
Elva -
Hmm, so that brings up another question then. (Thanks again for your help on this.)
How can I give my agents access to update customer and company information in case they are logging a ticket for a customer that has not yet been entered into the 'Customers' tab of OTRS (we're not connecting to an external customer DB)? It appears that by default, the Customers and Companies screens are only available to those with an 'admin' role. I tried to dig around, and it looks like I just need to open up AdminCustomerUser, so from Admin --> Sysconfig --> Framework --> Frontend::Admin::ModuleRegistration, I took a look at Frontend::Module###AdminCustomerUser, but the 'Group' already has both 'admin' and 'users'. Yet, those with 'user' permissions cannot access the Customers screen (they get an "Insufficient Rights: Message - No Permission to use this frontend module!" if they try to navigate to <host>/otrs/index.pl?Action=AdminCustomerUser;Nav=Agent).
Below is a screen capture of my settings for AdminCustomerUser... your help is much appreciated!
-Mark
[cid:image002.jpg@01CB92D7.2409D840]
From: otrs-bounces(a)otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Elva Novoa
Sent: Thursday, December 02, 2010 12:45 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Customer Company
Mark,
I don't think that you can make the CustomerID a drop-down in the new ticket screen, but this field is automatically filled when you select a customer, just as the customer information and history.
Regards,
Elva
------
On Jul 02, 2011 @ 04:15 pm, en(a)otrs.com wrote:
Attachment:
------
On Jul 02, 2011 @ 04:15 pm, en(a)otrs.com wrote:
Mark,
The problem is that your "users" group only has ro (read only)
permission. If you want your agents defined in the users group to be
able to register new customers and companies, just delete the entry
"users" from the "Group ro".
I attached a part of your same screen shot, highlighting the part your
should remove.
Regards,
Elva
------
On Jul 02, 2011 @ 04:14 pm, en(a)otrs.com wrote:
Mark,
I don't think that you can make the CustomerID a drop-down in the new
ticket screen, but this field is automatically filled when you select a
customer, just as the customer information and history.
Regards,
Elva
------
On Jul 02, 2011 @ 04:14 pm, mark.shepard(a)canoe-ventures.com wrote:
Elva -
This helped tremendously - thank you very much. I now have a dropdown for "CustomerID" (which lists available Companies, as expected) when I create new Customers. That said, I noticed that the "CustomerID" field when creating a new ticket is still a free text field, not a dropdown. Is there any way I can enable all CustomerID fields to become Company dropdowns?
Thanks,
Mark
From: otrs-bounces(a)otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Elva Novoa
Sent: Thursday, November 18, 2010 3:56 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Customer Company
Hi Mark,
Yes, in the you have to open the Defaults.pm and copy the sections that correspond to $Self->{CustomerUser} and $Self->{CustomerCompany}, paste them into the Config.pm and uncomment the line for customer company support (CustomerCompanySupport => 1,) in Config.pm and you are done!
I hope this helps :-)
Regards,
Elva
------
On Jul 02, 2011 @ 04:14 pm, en(a)otrs.com wrote:
Hi Mark,
Yes, in the you have to open the Defaults.pm and copy the sections that
correspond to $Self->{CustomerUser} and $Self->{CustomerCompany}, paste
them into the Config.pm and uncomment the line for customer company
support (CustomerCompanySupport => 1,) in Config.pm and you are done!
I hope this helps :-)
Regards,
Elva
------
On Jul 02, 2011 @ 04:13 pm, en(a)otrs.com wrote:
In the admin area go to Customer Company and add a new one (remember the
CustomerID), after that you can modify your existing customers or create
new ones, and associate them with that company by having the same entry
in the CustomerID.
Regards,
Elva
------
On Jul 02, 2011 @ 04:13 pm, mark.shepard(a)canoe-ventures.com wrote:
Elva -
Is there an option that must be set to have this dropdown displayed if I'm running v3.0.1? From Admin --> Customer Companies, I set up a few unique companies. If I then go to Admin --> Customers --> Add Customer, the "CustomerID" field is just a normal text entry field... not a dropdown. Thoughts?
Thanks,
Mark
From: otrs-bounces(a)otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Jober Mijares
Sent: Thursday, November 18, 2010 2:39 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Customer Company
Thanks
I work with the version 2.4.7
But how i make the link between the company and the client.
Sorry but i don't find the option
--- El mié, 11/17/10, Elva Novoa <en(a)otrs.com> escribió:
De: Elva Novoa <en(a)otrs.com>
Asunto: Re: [otrs] Customer Company
A: "User questions and discussions about OTRS." <otrs(a)otrs.org>
Fecha: miércoles, 17 de noviembre de 2010, 01:15 pm
------
On Jul 02, 2011 @ 04:10 pm, mark.shepard(a)canoe-ventures.com wrote:
Attachment:
------
On Jul 02, 2011 @ 04:10 pm, mark.shepard(a)canoe-ventures.com wrote:
Elva -
Hmm, so that brings up another question then. (Thanks again for your help on this.)
How can I give my agents access to update customer and company information in case they are logging a ticket for a customer that has not yet been entered into the 'Customers' tab of OTRS (we're not connecting to an external customer DB)? It appears that by default, the Customers and Companies screens are only available to those with an 'admin' role. I tried to dig around, and it looks like I just need to open up AdminCustomerUser, so from Admin --> Sysconfig --> Framework --> Frontend::Admin::ModuleRegistration, I took a look at Frontend::Module###AdminCustomerUser, but the 'Group' already has both 'admin' and 'users'. Yet, those with 'user' permissions cannot access the Customers screen (they get an "Insufficient Rights: Message - No Permission to use this frontend module!" if they try to navigate to <host>/otrs/index.pl?Action=AdminCustomerUser;Nav=Agent).
Below is a screen capture of my settings for AdminCustomerUser... your help is much appreciated!
-Mark
[cid:image002.jpg@01CB92D7.2409D840]
From: otrs-bounces(a)otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Elva Novoa
Sent: Thursday, December 02, 2010 12:45 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Customer Company
Mark,
I don't think that you can make the CustomerID a drop-down in the new ticket screen, but this field is automatically filled when you select a customer, just as the customer information and history.
Regards,
Elva
------
On Jul 02, 2011 @ 04:09 pm, en(a)otrs.com wrote:
Mark,
I don't think that you can make the CustomerID a drop-down in the new
ticket screen, but this field is automatically filled when you select a
customer, just as the customer information and history.
Regards,
Elva
------
On Jul 02, 2011 @ 04:09 pm, mark.shepard(a)canoe-ventures.com wrote:
Elva -
This helped tremendously - thank you very much. I now have a dropdown for "CustomerID" (which lists available Companies, as expected) when I create new Customers. That said, I noticed that the "CustomerID" field when creating a new ticket is still a free text field, not a dropdown. Is there any way I can enable all CustomerID fields to become Company dropdowns?
Thanks,
Mark
From: otrs-bounces(a)otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Elva Novoa
Sent: Thursday, November 18, 2010 3:56 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Customer Company
Hi Mark,
Yes, in the you have to open the Defaults.pm and copy the sections that correspond to $Self->{CustomerUser} and $Self->{CustomerCompany}, paste them into the Config.pm and uncomment the line for customer company support (CustomerCompanySupport => 1,) in Config.pm and you are done!
I hope this helps :-)
Regards,
Elva
------
On Jul 02, 2011 @ 04:08 pm, en(a)otrs.com wrote:
Hi Mark,
Yes, in the you have to open the Defaults.pm and copy the sections that
correspond to $Self->{CustomerUser} and $Self->{CustomerCompany}, paste
them into the Config.pm and uncomment the line for customer company
support (CustomerCompanySupport => 1,) in Config.pm and you are done!
I hope this helps :-)
Regards,
Elva
------
On Jul 02, 2011 @ 04:08 pm, en(a)otrs.com wrote:
In the admin area go to Customer Company and add a new one (remember the
CustomerID), after that you can modify your existing customers or create
new ones, and associate them with that company by having the same entry
in the CustomerID.
Regards,
Elva
------
On Jul 02, 2011 @ 04:08 pm, mark.shepard(a)canoe-ventures.com wrote:
Elva -
Is there an option that must be set to have this dropdown displayed if I'm running v3.0.1? From Admin --> Customer Companies, I set up a few unique companies. If I then go to Admin --> Customers --> Add Customer, the "CustomerID" field is just a normal text entry field... not a dropdown. Thoughts?
Thanks,
Mark
From: otrs-bounces(a)otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Jober Mijares
Sent: Thursday, November 18, 2010 2:39 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Customer Company
Thanks
I work with the version 2.4.7
But how i make the link between the company and the client.
Sorry but i don't find the option
--- El mié, 11/17/10, Elva Novoa <en(a)otrs.com> escribió:
De: Elva Novoa <en(a)otrs.com>
Asunto: Re: [otrs] Customer Company
A: "User questions and discussions about OTRS." <otrs(a)otrs.org>
Fecha: miércoles, 17 de noviembre de 2010, 01:15 pm
------
On Jul 02, 2011 @ 03:46 pm, en(a)otrs.com wrote:
Attachment:
------
On Jul 02, 2011 @ 03:46 pm, en(a)otrs.com wrote:
Mark,
The problem is that your "users" group only has ro (read only)
permission. If you want your agents defined in the users group to be
able to register new customers and companies, just delete the entry
"users" from the "Group ro".
I attached a part of your same screen shot, highlighting the part your
should remove.
Regards,
Elva
------
On Jul 02, 2011 @ 03:42 pm, mark.shepard(a)canoe-ventures.com wrote:
Attachment:
------
On Jul 02, 2011 @ 03:42 pm, mark.shepard(a)canoe-ventures.com wrote:
Elva -
Hmm, so that brings up another question then. (Thanks again for your help on this.)
How can I give my agents access to update customer and company information in case they are logging a ticket for a customer that has not yet been entered into the 'Customers' tab of OTRS (we're not connecting to an external customer DB)? It appears that by default, the Customers and Companies screens are only available to those with an 'admin' role. I tried to dig around, and it looks like I just need to open up AdminCustomerUser, so from Admin --> Sysconfig --> Framework --> Frontend::Admin::ModuleRegistration, I took a look at Frontend::Module###AdminCustomerUser, but the 'Group' already has both 'admin' and 'users'. Yet, those with 'user' permissions cannot access the Customers screen (they get an "Insufficient Rights: Message - No Permission to use this frontend module!" if they try to navigate to <host>/otrs/index.pl?Action=AdminCustomerUser;Nav=Agent).
Below is a screen capture of my settings for AdminCustomerUser... your help is much appreciated!
-Mark
[cid:image002.jpg@01CB92D7.2409D840]
From: otrs-bounces(a)otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Elva Novoa
Sent: Thursday, December 02, 2010 12:45 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Customer Company
Mark,
I don't think that you can make the CustomerID a drop-down in the new ticket screen, but this field is automatically filled when you select a customer, just as the customer information and history.
Regards,
Elva
------
On Jul 02, 2011 @ 03:41 pm, en(a)otrs.com wrote:
Mark,
I don't think that you can make the CustomerID a drop-down in the new
ticket screen, but this field is automatically filled when you select a
customer, just as the customer information and history.
Regards,
Elva
------
On Jul 02, 2011 @ 03:41 pm, mark.shepard(a)canoe-ventures.com wrote:
Elva -
This helped tremendously - thank you very much. I now have a dropdown for "CustomerID" (which lists available Companies, as expected) when I create new Customers. That said, I noticed that the "CustomerID" field when creating a new ticket is still a free text field, not a dropdown. Is there any way I can enable all CustomerID fields to become Company dropdowns?
Thanks,
Mark
From: otrs-bounces(a)otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Elva Novoa
Sent: Thursday, November 18, 2010 3:56 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Customer Company
Hi Mark,
Yes, in the you have to open the Defaults.pm and copy the sections that correspond to $Self->{CustomerUser} and $Self->{CustomerCompany}, paste them into the Config.pm and uncomment the line for customer company support (CustomerCompanySupport => 1,) in Config.pm and you are done!
I hope this helps :-)
Regards,
Elva
------
On Jul 02, 2011 @ 03:41 pm, en(a)otrs.com wrote:
Hi Mark,
Yes, in the you have to open the Defaults.pm and copy the sections that
correspond to $Self->{CustomerUser} and $Self->{CustomerCompany}, paste
them into the Config.pm and uncomment the line for customer company
support (CustomerCompanySupport => 1,) in Config.pm and you are done!
I hope this helps :-)
Regards,
Elva
------
On Jul 02, 2011 @ 03:41 pm, en(a)otrs.com wrote:
In the admin area go to Customer Company and add a new one (remember the
CustomerID), after that you can modify your existing customers or create
new ones, and associate them with that company by having the same entry
in the CustomerID.
Regards,
Elva
------
On Jul 02, 2011 @ 03:41 pm, mark.shepard(a)canoe-ventures.com wrote:
Elva -
Is there an option that must be set to have this dropdown displayed if I'm running v3.0.1? From Admin --> Customer Companies, I set up a few unique companies. If I then go to Admin --> Customers --> Add Customer, the "CustomerID" field is just a normal text entry field... not a dropdown. Thoughts?
Thanks,
Mark
From: otrs-bounces(a)otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Jober Mijares
Sent: Thursday, November 18, 2010 2:39 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Customer Company
Thanks
I work with the version 2.4.7
But how i make the link between the company and the client.
Sorry but i don't find the option
--- El mié, 11/17/10, Elva Novoa <en(a)otrs.com> escribió:
De: Elva Novoa <en(a)otrs.com>
Asunto: Re: [otrs] Customer Company
A: "User questions and discussions about OTRS." <otrs(a)otrs.org>
Fecha: miércoles, 17 de noviembre de 2010, 01:15 pm
------
On Jul 02, 2011 @ 03:40 pm, ronnamijares(a)yahoo.com wrote:
Thanks
I work with the version 2.4.7
But how i make the link between the company and the client.
Sorry but i don't find the option
--- El mié, 11/17/10, Elva Novoa <en(a)otrs.com> escribió:
De: Elva Novoa <en(a)otrs.com>
Asunto: Re: [otrs] Customer Company
A: "User questions and discussions about OTRS." <otrs(a)otrs.org>
Fecha: miércoles, 17 de noviembre de 2010, 01:15 pm
On 11/16/2010 1:51 PM, Jober Mijares wrote:
> Then, maybe i'm confused but I thought that the function of the company client, is link several customers in just one company.
Hi Jober,
Actually you are right in the definition of Customer Company. You should
be able to create more than one customer with the same company, but you
need to add customer companies first. What version of OTRS are you
using? In OTRS 3.0.1, this field (CustomerID) was changed to be a
drop-down when you are adding a new customer, so that you can select a
company from the registered ones.
I hope this helps!
Regards,
Elva
---------------------------------------------------------------------
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
------
This is an automated response. Your issue has been noted. We'll be in touch soon.
Please reply to this email or visit the URL below with any additional details.
http://itsupport:1111/portal/view-help-request/1571
1
0
This is a notification from the Help Desk.
On Jul 02, 2011 @ 04:36 pm, ronnamijares(a)yahoo.com wrote:
I have others questions
I work with the conection with the Ldap. So, can I create the customer_company directly from the OTRS?
And
Some of my clients are from the Ldap, but i have another clients external that create ticket via email:
How i can make for change the information of my clients external.
Thanks a lot!!!
--- El mié, 11/17/10, Elva Novoa <en(a)otrs.com> escribió:
De: Elva Novoa <en(a)otrs.com>
Asunto: Re: [otrs] Customer Company
A: "User questions and discussions about OTRS." <otrs(a)otrs.org>
Fecha: miércoles, 17 de noviembre de 2010, 01:15 pm
On 11/16/2010 1:51 PM, Jober Mijares wrote:
> Then, maybe i'm confused but I thought that the function of the company client, is link several customers in just one company.
Hi Jober,
Actually you are right in the definition of Customer Company. You should
be able to create more than one customer with the same company, but you
need to add customer companies first. What version of OTRS are you
using? In OTRS 3.0.1, this field (CustomerID) was changed to be a
drop-down when you are adding a new customer, so that you can select a
company from the registered ones.
I hope this helps!
Regards,
Elva
---------------------------------------------------------------------
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
------
This is an automated response. Your issue has been noted. We'll be in touch soon.
Please reply to this email or visit the URL below with any additional details.
http://itsupport:1111/portal/view-help-request/2290
1
0
This is a notification from the Help Desk.
On Jul 02, 2011 @ 04:36 pm, mark.shepard(a)canoe-ventures.com wrote:
Elva -
Is there an option that must be set to have this dropdown displayed if I'm running v3.0.1? From Admin --> Customer Companies, I set up a few unique companies. If I then go to Admin --> Customers --> Add Customer, the "CustomerID" field is just a normal text entry field... not a dropdown. Thoughts?
Thanks,
Mark
From: otrs-bounces(a)otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Jober Mijares
Sent: Thursday, November 18, 2010 2:39 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Customer Company
Thanks
I work with the version 2.4.7
But how i make the link between the company and the client.
Sorry but i don't find the option
--- El mié, 11/17/10, Elva Novoa <en(a)otrs.com> escribió:
De: Elva Novoa <en(a)otrs.com>
Asunto: Re: [otrs] Customer Company
A: "User questions and discussions about OTRS." <otrs(a)otrs.org>
Fecha: miércoles, 17 de noviembre de 2010, 01:15 pm
==Ticket History==
On Jul 02, 2011 @ 04:15 pm, mark.shepard(a)canoe-ventures.com wrote:
Attachment:
------
On Jul 02, 2011 @ 04:15 pm, mark.shepard(a)canoe-ventures.com wrote:
Elva -
Hmm, so that brings up another question then. (Thanks again for your help on this.)
How can I give my agents access to update customer and company information in case they are logging a ticket for a customer that has not yet been entered into the 'Customers' tab of OTRS (we're not connecting to an external customer DB)? It appears that by default, the Customers and Companies screens are only available to those with an 'admin' role. I tried to dig around, and it looks like I just need to open up AdminCustomerUser, so from Admin --> Sysconfig --> Framework --> Frontend::Admin::ModuleRegistration, I took a look at Frontend::Module###AdminCustomerUser, but the 'Group' already has both 'admin' and 'users'. Yet, those with 'user' permissions cannot access the Customers screen (they get an "Insufficient Rights: Message - No Permission to use this frontend module!" if they try to navigate to <host>/otrs/index.pl?Action=AdminCustomerUser;Nav=Agent).
Below is a screen capture of my settings for AdminCustomerUser... your help is much appreciated!
-Mark
[cid:image002.jpg@01CB92D7.2409D840]
From: otrs-bounces(a)otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Elva Novoa
Sent: Thursday, December 02, 2010 12:45 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Customer Company
Mark,
I don't think that you can make the CustomerID a drop-down in the new ticket screen, but this field is automatically filled when you select a customer, just as the customer information and history.
Regards,
Elva
------
On Jul 02, 2011 @ 04:15 pm, en(a)otrs.com wrote:
Attachment:
------
On Jul 02, 2011 @ 04:15 pm, en(a)otrs.com wrote:
Mark,
The problem is that your "users" group only has ro (read only)
permission. If you want your agents defined in the users group to be
able to register new customers and companies, just delete the entry
"users" from the "Group ro".
I attached a part of your same screen shot, highlighting the part your
should remove.
Regards,
Elva
------
On Jul 02, 2011 @ 04:14 pm, en(a)otrs.com wrote:
Mark,
I don't think that you can make the CustomerID a drop-down in the new
ticket screen, but this field is automatically filled when you select a
customer, just as the customer information and history.
Regards,
Elva
------
On Jul 02, 2011 @ 04:14 pm, mark.shepard(a)canoe-ventures.com wrote:
Elva -
This helped tremendously - thank you very much. I now have a dropdown for "CustomerID" (which lists available Companies, as expected) when I create new Customers. That said, I noticed that the "CustomerID" field when creating a new ticket is still a free text field, not a dropdown. Is there any way I can enable all CustomerID fields to become Company dropdowns?
Thanks,
Mark
From: otrs-bounces(a)otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Elva Novoa
Sent: Thursday, November 18, 2010 3:56 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Customer Company
Hi Mark,
Yes, in the you have to open the Defaults.pm and copy the sections that correspond to $Self->{CustomerUser} and $Self->{CustomerCompany}, paste them into the Config.pm and uncomment the line for customer company support (CustomerCompanySupport => 1,) in Config.pm and you are done!
I hope this helps :-)
Regards,
Elva
------
On Jul 02, 2011 @ 04:14 pm, en(a)otrs.com wrote:
Hi Mark,
Yes, in the you have to open the Defaults.pm and copy the sections that
correspond to $Self->{CustomerUser} and $Self->{CustomerCompany}, paste
them into the Config.pm and uncomment the line for customer company
support (CustomerCompanySupport => 1,) in Config.pm and you are done!
I hope this helps :-)
Regards,
Elva
------
On Jul 02, 2011 @ 04:13 pm, en(a)otrs.com wrote:
In the admin area go to Customer Company and add a new one (remember the
CustomerID), after that you can modify your existing customers or create
new ones, and associate them with that company by having the same entry
in the CustomerID.
Regards,
Elva
------
On Jul 02, 2011 @ 04:13 pm, mark.shepard(a)canoe-ventures.com wrote:
Elva -
Is there an option that must be set to have this dropdown displayed if I'm running v3.0.1? From Admin --> Customer Companies, I set up a few unique companies. If I then go to Admin --> Customers --> Add Customer, the "CustomerID" field is just a normal text entry field... not a dropdown. Thoughts?
Thanks,
Mark
From: otrs-bounces(a)otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Jober Mijares
Sent: Thursday, November 18, 2010 2:39 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Customer Company
Thanks
I work with the version 2.4.7
But how i make the link between the company and the client.
Sorry but i don't find the option
--- El mié, 11/17/10, Elva Novoa <en(a)otrs.com> escribió:
De: Elva Novoa <en(a)otrs.com>
Asunto: Re: [otrs] Customer Company
A: "User questions and discussions about OTRS." <otrs(a)otrs.org>
Fecha: miércoles, 17 de noviembre de 2010, 01:15 pm
------
On Jul 02, 2011 @ 04:10 pm, mark.shepard(a)canoe-ventures.com wrote:
Attachment:
------
On Jul 02, 2011 @ 04:10 pm, mark.shepard(a)canoe-ventures.com wrote:
Elva -
Hmm, so that brings up another question then. (Thanks again for your help on this.)
How can I give my agents access to update customer and company information in case they are logging a ticket for a customer that has not yet been entered into the 'Customers' tab of OTRS (we're not connecting to an external customer DB)? It appears that by default, the Customers and Companies screens are only available to those with an 'admin' role. I tried to dig around, and it looks like I just need to open up AdminCustomerUser, so from Admin --> Sysconfig --> Framework --> Frontend::Admin::ModuleRegistration, I took a look at Frontend::Module###AdminCustomerUser, but the 'Group' already has both 'admin' and 'users'. Yet, those with 'user' permissions cannot access the Customers screen (they get an "Insufficient Rights: Message - No Permission to use this frontend module!" if they try to navigate to <host>/otrs/index.pl?Action=AdminCustomerUser;Nav=Agent).
Below is a screen capture of my settings for AdminCustomerUser... your help is much appreciated!
-Mark
[cid:image002.jpg@01CB92D7.2409D840]
From: otrs-bounces(a)otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Elva Novoa
Sent: Thursday, December 02, 2010 12:45 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Customer Company
Mark,
I don't think that you can make the CustomerID a drop-down in the new ticket screen, but this field is automatically filled when you select a customer, just as the customer information and history.
Regards,
Elva
------
On Jul 02, 2011 @ 04:09 pm, en(a)otrs.com wrote:
Mark,
I don't think that you can make the CustomerID a drop-down in the new
ticket screen, but this field is automatically filled when you select a
customer, just as the customer information and history.
Regards,
Elva
------
On Jul 02, 2011 @ 04:09 pm, mark.shepard(a)canoe-ventures.com wrote:
Elva -
This helped tremendously - thank you very much. I now have a dropdown for "CustomerID" (which lists available Companies, as expected) when I create new Customers. That said, I noticed that the "CustomerID" field when creating a new ticket is still a free text field, not a dropdown. Is there any way I can enable all CustomerID fields to become Company dropdowns?
Thanks,
Mark
From: otrs-bounces(a)otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Elva Novoa
Sent: Thursday, November 18, 2010 3:56 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Customer Company
Hi Mark,
Yes, in the you have to open the Defaults.pm and copy the sections that correspond to $Self->{CustomerUser} and $Self->{CustomerCompany}, paste them into the Config.pm and uncomment the line for customer company support (CustomerCompanySupport => 1,) in Config.pm and you are done!
I hope this helps :-)
Regards,
Elva
------
On Jul 02, 2011 @ 04:08 pm, en(a)otrs.com wrote:
Hi Mark,
Yes, in the you have to open the Defaults.pm and copy the sections that
correspond to $Self->{CustomerUser} and $Self->{CustomerCompany}, paste
them into the Config.pm and uncomment the line for customer company
support (CustomerCompanySupport => 1,) in Config.pm and you are done!
I hope this helps :-)
Regards,
Elva
------
On Jul 02, 2011 @ 04:08 pm, en(a)otrs.com wrote:
In the admin area go to Customer Company and add a new one (remember the
CustomerID), after that you can modify your existing customers or create
new ones, and associate them with that company by having the same entry
in the CustomerID.
Regards,
Elva
------
On Jul 02, 2011 @ 04:08 pm, mark.shepard(a)canoe-ventures.com wrote:
Elva -
Is there an option that must be set to have this dropdown displayed if I'm running v3.0.1? From Admin --> Customer Companies, I set up a few unique companies. If I then go to Admin --> Customers --> Add Customer, the "CustomerID" field is just a normal text entry field... not a dropdown. Thoughts?
Thanks,
Mark
From: otrs-bounces(a)otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Jober Mijares
Sent: Thursday, November 18, 2010 2:39 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Customer Company
Thanks
I work with the version 2.4.7
But how i make the link between the company and the client.
Sorry but i don't find the option
--- El mié, 11/17/10, Elva Novoa <en(a)otrs.com> escribió:
De: Elva Novoa <en(a)otrs.com>
Asunto: Re: [otrs] Customer Company
A: "User questions and discussions about OTRS." <otrs(a)otrs.org>
Fecha: miércoles, 17 de noviembre de 2010, 01:15 pm
------
On Jul 02, 2011 @ 03:46 pm, en(a)otrs.com wrote:
Attachment:
------
On Jul 02, 2011 @ 03:46 pm, en(a)otrs.com wrote:
Mark,
The problem is that your "users" group only has ro (read only)
permission. If you want your agents defined in the users group to be
able to register new customers and companies, just delete the entry
"users" from the "Group ro".
I attached a part of your same screen shot, highlighting the part your
should remove.
Regards,
Elva
------
On Jul 02, 2011 @ 03:42 pm, mark.shepard(a)canoe-ventures.com wrote:
Attachment:
------
On Jul 02, 2011 @ 03:42 pm, mark.shepard(a)canoe-ventures.com wrote:
Elva -
Hmm, so that brings up another question then. (Thanks again for your help on this.)
How can I give my agents access to update customer and company information in case they are logging a ticket for a customer that has not yet been entered into the 'Customers' tab of OTRS (we're not connecting to an external customer DB)? It appears that by default, the Customers and Companies screens are only available to those with an 'admin' role. I tried to dig around, and it looks like I just need to open up AdminCustomerUser, so from Admin --> Sysconfig --> Framework --> Frontend::Admin::ModuleRegistration, I took a look at Frontend::Module###AdminCustomerUser, but the 'Group' already has both 'admin' and 'users'. Yet, those with 'user' permissions cannot access the Customers screen (they get an "Insufficient Rights: Message - No Permission to use this frontend module!" if they try to navigate to <host>/otrs/index.pl?Action=AdminCustomerUser;Nav=Agent).
Below is a screen capture of my settings for AdminCustomerUser... your help is much appreciated!
-Mark
[cid:image002.jpg@01CB92D7.2409D840]
From: otrs-bounces(a)otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Elva Novoa
Sent: Thursday, December 02, 2010 12:45 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Customer Company
Mark,
I don't think that you can make the CustomerID a drop-down in the new ticket screen, but this field is automatically filled when you select a customer, just as the customer information and history.
Regards,
Elva
------
On Jul 02, 2011 @ 03:41 pm, en(a)otrs.com wrote:
Mark,
I don't think that you can make the CustomerID a drop-down in the new
ticket screen, but this field is automatically filled when you select a
customer, just as the customer information and history.
Regards,
Elva
------
On Jul 02, 2011 @ 03:41 pm, mark.shepard(a)canoe-ventures.com wrote:
Elva -
This helped tremendously - thank you very much. I now have a dropdown for "CustomerID" (which lists available Companies, as expected) when I create new Customers. That said, I noticed that the "CustomerID" field when creating a new ticket is still a free text field, not a dropdown. Is there any way I can enable all CustomerID fields to become Company dropdowns?
Thanks,
Mark
From: otrs-bounces(a)otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Elva Novoa
Sent: Thursday, November 18, 2010 3:56 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Customer Company
Hi Mark,
Yes, in the you have to open the Defaults.pm and copy the sections that correspond to $Self->{CustomerUser} and $Self->{CustomerCompany}, paste them into the Config.pm and uncomment the line for customer company support (CustomerCompanySupport => 1,) in Config.pm and you are done!
I hope this helps :-)
Regards,
Elva
------
On Jul 02, 2011 @ 03:41 pm, en(a)otrs.com wrote:
Hi Mark,
Yes, in the you have to open the Defaults.pm and copy the sections that
correspond to $Self->{CustomerUser} and $Self->{CustomerCompany}, paste
them into the Config.pm and uncomment the line for customer company
support (CustomerCompanySupport => 1,) in Config.pm and you are done!
I hope this helps :-)
Regards,
Elva
------
On Jul 02, 2011 @ 03:41 pm, en(a)otrs.com wrote:
In the admin area go to Customer Company and add a new one (remember the
CustomerID), after that you can modify your existing customers or create
new ones, and associate them with that company by having the same entry
in the CustomerID.
Regards,
Elva
------
On Jul 02, 2011 @ 03:41 pm, mark.shepard(a)canoe-ventures.com wrote:
Elva -
Is there an option that must be set to have this dropdown displayed if I'm running v3.0.1? From Admin --> Customer Companies, I set up a few unique companies. If I then go to Admin --> Customers --> Add Customer, the "CustomerID" field is just a normal text entry field... not a dropdown. Thoughts?
Thanks,
Mark
From: otrs-bounces(a)otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Jober Mijares
Sent: Thursday, November 18, 2010 2:39 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Customer Company
Thanks
I work with the version 2.4.7
But how i make the link between the company and the client.
Sorry but i don't find the option
--- El mié, 11/17/10, Elva Novoa <en(a)otrs.com> escribió:
De: Elva Novoa <en(a)otrs.com>
Asunto: Re: [otrs] Customer Company
A: "User questions and discussions about OTRS." <otrs(a)otrs.org>
Fecha: miércoles, 17 de noviembre de 2010, 01:15 pm
------
On Jul 02, 2011 @ 03:40 pm, ronnamijares(a)yahoo.com wrote:
Thanks
I work with the version 2.4.7
But how i make the link between the company and the client.
Sorry but i don't find the option
--- El mié, 11/17/10, Elva Novoa <en(a)otrs.com> escribió:
De: Elva Novoa <en(a)otrs.com>
Asunto: Re: [otrs] Customer Company
A: "User questions and discussions about OTRS." <otrs(a)otrs.org>
Fecha: miércoles, 17 de noviembre de 2010, 01:15 pm
On 11/16/2010 1:51 PM, Jober Mijares wrote:
> Then, maybe i'm confused but I thought that the function of the company client, is link several customers in just one company.
Hi Jober,
Actually you are right in the definition of Customer Company. You should
be able to create more than one customer with the same company, but you
need to add customer companies first. What version of OTRS are you
using? In OTRS 3.0.1, this field (CustomerID) was changed to be a
drop-down when you are adding a new customer, so that you can select a
company from the registered ones.
I hope this helps!
Regards,
Elva
---------------------------------------------------------------------
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
------
This is an automated response. Your issue has been noted. We'll be in touch soon.
Please reply to this email or visit the URL below with any additional details.
http://itsupport:1111/portal/view-help-request/1571
1
0
This is a notification from the Help Desk.
On Jul 02, 2011 @ 04:36 pm, ronnamijares(a)yahoo.com wrote:
Thanks
I work with the version 2.4.7
But how i make the link between the company and the client.
Sorry but i don't find the option
--- El mié, 11/17/10, Elva Novoa <en(a)otrs.com> escribió:
De: Elva Novoa <en(a)otrs.com>
Asunto: Re: [otrs] Customer Company
A: "User questions and discussions about OTRS." <otrs(a)otrs.org>
Fecha: miércoles, 17 de noviembre de 2010, 01:15 pm
On 11/16/2010 1:51 PM, Jober Mijares wrote:
> Then, maybe i'm confused but I thought that the function of the company client, is link several customers in just one company.
Hi Jober,
Actually you are right in the definition of Customer Company. You should
be able to create more than one customer with the same company, but you
need to add customer companies first. What version of OTRS are you
using? In OTRS 3.0.1, this field (CustomerID) was changed to be a
drop-down when you are adding a new customer, so that you can select a
company from the registered ones.
I hope this helps!
Regards,
Elva
---------------------------------------------------------------------
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
------
This is an automated response. Your issue has been noted. We'll be in touch soon.
Please reply to this email or visit the URL below with any additional details.
http://itsupport:1111/portal/view-help-request/2287
1
0
This is a notification from the Help Desk.
On Jul 02, 2011 @ 04:36 pm, ionel.gardais(a)tech-advantage.com wrote:
Thanks for these useful precisions.
One last question : how to assign default groups based on the LDAP datasource ?
I'd like customer from LDAP(A) to be part of group (A) and those of LDAP(B) to be part of group (B).
Thanks again,
Ionel
==Ticket History==
On Jul 02, 2011 @ 04:36 pm, ionel.gardais(a)tech-advantage.com wrote:
Attachment:
------
On Jul 02, 2011 @ 04:36 pm, en(a)otrs.com wrote:
Hi Ionel,
Answering your questions:
How is it linked when using an LDAP Customer source ?
---> The company feature is only used for database backends and you have
2 tables for this: customer_user and customer_company. In LDAP, normally
all data is in one backend, so there is no need to link it because
everything is in the same place.
How to assigne the company in the LDAP configuration ?
---> We only use the company feature if the customer data is stored in
the OTRS Database and will be mantained via OTRS. If you already have
customer data, like LDAP or an external database, then it will be used
as a flat table.
------
On Jul 02, 2011 @ 04:36 pm, ionel.gardais(a)tech-advantage.com wrote:
Hi Elva,
How is it linked when using an LDAP Customer source ?
How to assigne the company in the LDAP configuration ?
Thanks,
Ionel
Le 17 nov. 2010 à 18:15, Elva Novoa a écrit :
>
------
On Jul 02, 2011 @ 04:36 pm, en(a)otrs.com wrote:
No Comment
------
On Jul 02, 2011 @ 04:36 pm, jos(a)xos.nl wrote:
No Comment
------
On Jul 02, 2011 @ 04:27 pm, en(a)otrs.com wrote:
No Comment
------
On Jul 02, 2011 @ 04:27 pm, jos(a)xos.nl wrote:
No Comment
------
On Jul 02, 2011 @ 04:13 pm, ionel.gardais(a)tech-advantage.com wrote:
Attachment:
------
On Jul 02, 2011 @ 04:13 pm, ionel.gardais(a)tech-advantage.com wrote:
Thanks for these useful precisions.
One last question : how to assign default groups based on the LDAP datasource ?
I'd like customer from LDAP(A) to be part of group (A) and those of LDAP(B) to be part of group (B).
Thanks again,
Ionel
------
On Jul 02, 2011 @ 04:13 pm, en(a)otrs.com wrote:
Hi Ionel,
Answering your questions:
How is it linked when using an LDAP Customer source ?
---> The company feature is only used for database backends and you have
2 tables for this: customer_user and customer_company. In LDAP, normally
all data is in one backend, so there is no need to link it because
everything is in the same place.
How to assigne the company in the LDAP configuration ?
---> We only use the company feature if the customer data is stored in
the OTRS Database and will be mantained via OTRS. If you already have
customer data, like LDAP or an external database, then it will be used
as a flat table.
------
On Jul 02, 2011 @ 04:13 pm, ionel.gardais(a)tech-advantage.com wrote:
Hi Elva,
How is it linked when using an LDAP Customer source ?
How to assigne the company in the LDAP configuration ?
Thanks,
Ionel
Le 17 nov. 2010 à 18:15, Elva Novoa a écrit :
>
------
On Jul 02, 2011 @ 04:13 pm, en(a)otrs.com wrote:
No Comment
------
On Jul 02, 2011 @ 04:13 pm, jos(a)xos.nl wrote:
No Comment
------
On Jul 02, 2011 @ 04:08 pm, ionel.gardais(a)tech-advantage.com wrote:
Attachment:
------
On Jul 02, 2011 @ 04:08 pm, ionel.gardais(a)tech-advantage.com wrote:
Thanks for these useful precisions.
One last question : how to assign default groups based on the LDAP datasource ?
I'd like customer from LDAP(A) to be part of group (A) and those of LDAP(B) to be part of group (B).
Thanks again,
Ionel
------
On Jul 02, 2011 @ 04:08 pm, en(a)otrs.com wrote:
Hi Ionel,
Answering your questions:
How is it linked when using an LDAP Customer source ?
---> The company feature is only used for database backends and you have
2 tables for this: customer_user and customer_company. In LDAP, normally
all data is in one backend, so there is no need to link it because
everything is in the same place.
How to assigne the company in the LDAP configuration ?
---> We only use the company feature if the customer data is stored in
the OTRS Database and will be mantained via OTRS. If you already have
customer data, like LDAP or an external database, then it will be used
as a flat table.
------
On Jul 02, 2011 @ 04:08 pm, ionel.gardais(a)tech-advantage.com wrote:
Hi Elva,
How is it linked when using an LDAP Customer source ?
How to assigne the company in the LDAP configuration ?
Thanks,
Ionel
Le 17 nov. 2010 à 18:15, Elva Novoa a écrit :
>
------
On Jul 02, 2011 @ 04:08 pm, en(a)otrs.com wrote:
No Comment
------
On Jul 02, 2011 @ 04:08 pm, jos(a)xos.nl wrote:
No Comment
------
On Jul 02, 2011 @ 03:40 pm, ionel.gardais(a)tech-advantage.com wrote:
Attachment:
------
On Jul 02, 2011 @ 03:40 pm, ionel.gardais(a)tech-advantage.com wrote:
Thanks for these useful precisions.
One last question : how to assign default groups based on the LDAP datasource ?
I'd like customer from LDAP(A) to be part of group (A) and those of LDAP(B) to be part of group (B).
Thanks again,
Ionel
------
On Jul 02, 2011 @ 03:40 pm, en(a)otrs.com wrote:
Hi Ionel,
Answering your questions:
How is it linked when using an LDAP Customer source ?
---> The company feature is only used for database backends and you have
2 tables for this: customer_user and customer_company. In LDAP, normally
all data is in one backend, so there is no need to link it because
everything is in the same place.
How to assigne the company in the LDAP configuration ?
---> We only use the company feature if the customer data is stored in
the OTRS Database and will be mantained via OTRS. If you already have
customer data, like LDAP or an external database, then it will be used
as a flat table.
------
On Jul 02, 2011 @ 03:40 pm, ionel.gardais(a)tech-advantage.com wrote:
Hi Elva,
How is it linked when using an LDAP Customer source ?
How to assigne the company in the LDAP configuration ?
Thanks,
Ionel
Le 17 nov. 2010 à 18:15, Elva Novoa a écrit :
>
------
On Jul 02, 2011 @ 03:40 pm, en(a)otrs.com wrote:
No Comment
------
On Jul 02, 2011 @ 03:40 pm, jos(a)xos.nl wrote:
No Comment
------
On Jul 02, 2011 @ 03:40 pm, ronnamijares(a)yahoo.com wrote:
Hi!
I have a question:
What's the real function of the option Customer Company?, because i tried to created more than one customer in only one company, but a received this message:
:
Duplicate entry 'OnTop Inc.' for key 1, SQL: 'INSERT
INTO customer_company ( customer_id, name, street, zip, city, country,
url, comments, valid_id, create_time, create_by, change_time,
change_by) VALUES ( 'jluis(a)cnti.gob.ve', 'OnTop Inc.', 'La Hoyada',
'1010', 'Caracas', 'Venezuela', 'www.mcti.gob.ve', 'mcti', 1,
current_timestamp, 7, current_timestamp, 7)'
Then, maybe i'm confused but I thought that the function of the company client, is link several customers in just one company.
Thanks!
------
This is an automated response. Your issue has been noted. We'll be in touch soon.
Please reply to this email or visit the URL below with any additional details.
http://itsupport:1111/portal/view-help-request/1565
1
0
This is a notification from the Help Desk.
On Jul 02, 2011 @ 04:36 pm, en(a)otrs.com wrote:
Hi Ionel,
Answering your questions:
How is it linked when using an LDAP Customer source ?
---> The company feature is only used for database backends and you have
2 tables for this: customer_user and customer_company. In LDAP, normally
all data is in one backend, so there is no need to link it because
everything is in the same place.
How to assigne the company in the LDAP configuration ?
---> We only use the company feature if the customer data is stored in
the OTRS Database and will be mantained via OTRS. If you already have
customer data, like LDAP or an external database, then it will be used
as a flat table.
==Ticket History==
On Jul 02, 2011 @ 04:36 pm, ionel.gardais(a)tech-advantage.com wrote:
Hi Elva,
How is it linked when using an LDAP Customer source ?
How to assigne the company in the LDAP configuration ?
Thanks,
Ionel
Le 17 nov. 2010 à 18:15, Elva Novoa a écrit :
>
------
On Jul 02, 2011 @ 04:36 pm, en(a)otrs.com wrote:
No Comment
------
On Jul 02, 2011 @ 04:36 pm, jos(a)xos.nl wrote:
No Comment
------
On Jul 02, 2011 @ 04:27 pm, en(a)otrs.com wrote:
No Comment
------
On Jul 02, 2011 @ 04:27 pm, jos(a)xos.nl wrote:
No Comment
------
On Jul 02, 2011 @ 04:13 pm, ionel.gardais(a)tech-advantage.com wrote:
Attachment:
------
On Jul 02, 2011 @ 04:13 pm, ionel.gardais(a)tech-advantage.com wrote:
Thanks for these useful precisions.
One last question : how to assign default groups based on the LDAP datasource ?
I'd like customer from LDAP(A) to be part of group (A) and those of LDAP(B) to be part of group (B).
Thanks again,
Ionel
------
On Jul 02, 2011 @ 04:13 pm, en(a)otrs.com wrote:
Hi Ionel,
Answering your questions:
How is it linked when using an LDAP Customer source ?
---> The company feature is only used for database backends and you have
2 tables for this: customer_user and customer_company. In LDAP, normally
all data is in one backend, so there is no need to link it because
everything is in the same place.
How to assigne the company in the LDAP configuration ?
---> We only use the company feature if the customer data is stored in
the OTRS Database and will be mantained via OTRS. If you already have
customer data, like LDAP or an external database, then it will be used
as a flat table.
------
On Jul 02, 2011 @ 04:13 pm, ionel.gardais(a)tech-advantage.com wrote:
Hi Elva,
How is it linked when using an LDAP Customer source ?
How to assigne the company in the LDAP configuration ?
Thanks,
Ionel
Le 17 nov. 2010 à 18:15, Elva Novoa a écrit :
>
------
On Jul 02, 2011 @ 04:13 pm, en(a)otrs.com wrote:
No Comment
------
On Jul 02, 2011 @ 04:13 pm, jos(a)xos.nl wrote:
No Comment
------
On Jul 02, 2011 @ 04:08 pm, ionel.gardais(a)tech-advantage.com wrote:
Attachment:
------
On Jul 02, 2011 @ 04:08 pm, ionel.gardais(a)tech-advantage.com wrote:
Thanks for these useful precisions.
One last question : how to assign default groups based on the LDAP datasource ?
I'd like customer from LDAP(A) to be part of group (A) and those of LDAP(B) to be part of group (B).
Thanks again,
Ionel
------
On Jul 02, 2011 @ 04:08 pm, en(a)otrs.com wrote:
Hi Ionel,
Answering your questions:
How is it linked when using an LDAP Customer source ?
---> The company feature is only used for database backends and you have
2 tables for this: customer_user and customer_company. In LDAP, normally
all data is in one backend, so there is no need to link it because
everything is in the same place.
How to assigne the company in the LDAP configuration ?
---> We only use the company feature if the customer data is stored in
the OTRS Database and will be mantained via OTRS. If you already have
customer data, like LDAP or an external database, then it will be used
as a flat table.
------
On Jul 02, 2011 @ 04:08 pm, ionel.gardais(a)tech-advantage.com wrote:
Hi Elva,
How is it linked when using an LDAP Customer source ?
How to assigne the company in the LDAP configuration ?
Thanks,
Ionel
Le 17 nov. 2010 à 18:15, Elva Novoa a écrit :
>
------
On Jul 02, 2011 @ 04:08 pm, en(a)otrs.com wrote:
No Comment
------
On Jul 02, 2011 @ 04:08 pm, jos(a)xos.nl wrote:
No Comment
------
On Jul 02, 2011 @ 03:40 pm, ionel.gardais(a)tech-advantage.com wrote:
Attachment:
------
On Jul 02, 2011 @ 03:40 pm, ionel.gardais(a)tech-advantage.com wrote:
Thanks for these useful precisions.
One last question : how to assign default groups based on the LDAP datasource ?
I'd like customer from LDAP(A) to be part of group (A) and those of LDAP(B) to be part of group (B).
Thanks again,
Ionel
------
On Jul 02, 2011 @ 03:40 pm, en(a)otrs.com wrote:
Hi Ionel,
Answering your questions:
How is it linked when using an LDAP Customer source ?
---> The company feature is only used for database backends and you have
2 tables for this: customer_user and customer_company. In LDAP, normally
all data is in one backend, so there is no need to link it because
everything is in the same place.
How to assigne the company in the LDAP configuration ?
---> We only use the company feature if the customer data is stored in
the OTRS Database and will be mantained via OTRS. If you already have
customer data, like LDAP or an external database, then it will be used
as a flat table.
------
On Jul 02, 2011 @ 03:40 pm, ionel.gardais(a)tech-advantage.com wrote:
Hi Elva,
How is it linked when using an LDAP Customer source ?
How to assigne the company in the LDAP configuration ?
Thanks,
Ionel
Le 17 nov. 2010 à 18:15, Elva Novoa a écrit :
>
------
On Jul 02, 2011 @ 03:40 pm, en(a)otrs.com wrote:
No Comment
------
On Jul 02, 2011 @ 03:40 pm, jos(a)xos.nl wrote:
No Comment
------
On Jul 02, 2011 @ 03:40 pm, ronnamijares(a)yahoo.com wrote:
Hi!
I have a question:
What's the real function of the option Customer Company?, because i tried to created more than one customer in only one company, but a received this message:
:
Duplicate entry 'OnTop Inc.' for key 1, SQL: 'INSERT
INTO customer_company ( customer_id, name, street, zip, city, country,
url, comments, valid_id, create_time, create_by, change_time,
change_by) VALUES ( 'jluis(a)cnti.gob.ve', 'OnTop Inc.', 'La Hoyada',
'1010', 'Caracas', 'Venezuela', 'www.mcti.gob.ve', 'mcti', 1,
current_timestamp, 7, current_timestamp, 7)'
Then, maybe i'm confused but I thought that the function of the company client, is link several customers in just one company.
Thanks!
------
This is an automated response. Your issue has been noted. We'll be in touch soon.
Please reply to this email or visit the URL below with any additional details.
http://itsupport:1111/portal/view-help-request/1565
1
0
This is a notification from the Help Desk.
On Jul 02, 2011 @ 04:36 pm, ionel.gardais(a)tech-advantage.com wrote:
Hi Elva,
How is it linked when using an LDAP Customer source ?
How to assigne the company in the LDAP configuration ?
Thanks,
Ionel
Le 17 nov. 2010 à 18:15, Elva Novoa a écrit :
>
==Ticket History==
On Jul 02, 2011 @ 04:36 pm, en(a)otrs.com wrote:
No Comment
------
On Jul 02, 2011 @ 04:36 pm, jos(a)xos.nl wrote:
No Comment
------
On Jul 02, 2011 @ 04:27 pm, en(a)otrs.com wrote:
No Comment
------
On Jul 02, 2011 @ 04:27 pm, jos(a)xos.nl wrote:
No Comment
------
On Jul 02, 2011 @ 04:13 pm, ionel.gardais(a)tech-advantage.com wrote:
Attachment:
------
On Jul 02, 2011 @ 04:13 pm, ionel.gardais(a)tech-advantage.com wrote:
Thanks for these useful precisions.
One last question : how to assign default groups based on the LDAP datasource ?
I'd like customer from LDAP(A) to be part of group (A) and those of LDAP(B) to be part of group (B).
Thanks again,
Ionel
------
On Jul 02, 2011 @ 04:13 pm, en(a)otrs.com wrote:
Hi Ionel,
Answering your questions:
How is it linked when using an LDAP Customer source ?
---> The company feature is only used for database backends and you have
2 tables for this: customer_user and customer_company. In LDAP, normally
all data is in one backend, so there is no need to link it because
everything is in the same place.
How to assigne the company in the LDAP configuration ?
---> We only use the company feature if the customer data is stored in
the OTRS Database and will be mantained via OTRS. If you already have
customer data, like LDAP or an external database, then it will be used
as a flat table.
------
On Jul 02, 2011 @ 04:13 pm, ionel.gardais(a)tech-advantage.com wrote:
Hi Elva,
How is it linked when using an LDAP Customer source ?
How to assigne the company in the LDAP configuration ?
Thanks,
Ionel
Le 17 nov. 2010 à 18:15, Elva Novoa a écrit :
>
------
On Jul 02, 2011 @ 04:13 pm, en(a)otrs.com wrote:
No Comment
------
On Jul 02, 2011 @ 04:13 pm, jos(a)xos.nl wrote:
No Comment
------
On Jul 02, 2011 @ 04:08 pm, ionel.gardais(a)tech-advantage.com wrote:
Attachment:
------
On Jul 02, 2011 @ 04:08 pm, ionel.gardais(a)tech-advantage.com wrote:
Thanks for these useful precisions.
One last question : how to assign default groups based on the LDAP datasource ?
I'd like customer from LDAP(A) to be part of group (A) and those of LDAP(B) to be part of group (B).
Thanks again,
Ionel
------
On Jul 02, 2011 @ 04:08 pm, en(a)otrs.com wrote:
Hi Ionel,
Answering your questions:
How is it linked when using an LDAP Customer source ?
---> The company feature is only used for database backends and you have
2 tables for this: customer_user and customer_company. In LDAP, normally
all data is in one backend, so there is no need to link it because
everything is in the same place.
How to assigne the company in the LDAP configuration ?
---> We only use the company feature if the customer data is stored in
the OTRS Database and will be mantained via OTRS. If you already have
customer data, like LDAP or an external database, then it will be used
as a flat table.
------
On Jul 02, 2011 @ 04:08 pm, ionel.gardais(a)tech-advantage.com wrote:
Hi Elva,
How is it linked when using an LDAP Customer source ?
How to assigne the company in the LDAP configuration ?
Thanks,
Ionel
Le 17 nov. 2010 à 18:15, Elva Novoa a écrit :
>
------
On Jul 02, 2011 @ 04:08 pm, en(a)otrs.com wrote:
No Comment
------
On Jul 02, 2011 @ 04:08 pm, jos(a)xos.nl wrote:
No Comment
------
On Jul 02, 2011 @ 03:40 pm, ionel.gardais(a)tech-advantage.com wrote:
Attachment:
------
On Jul 02, 2011 @ 03:40 pm, ionel.gardais(a)tech-advantage.com wrote:
Thanks for these useful precisions.
One last question : how to assign default groups based on the LDAP datasource ?
I'd like customer from LDAP(A) to be part of group (A) and those of LDAP(B) to be part of group (B).
Thanks again,
Ionel
------
On Jul 02, 2011 @ 03:40 pm, en(a)otrs.com wrote:
Hi Ionel,
Answering your questions:
How is it linked when using an LDAP Customer source ?
---> The company feature is only used for database backends and you have
2 tables for this: customer_user and customer_company. In LDAP, normally
all data is in one backend, so there is no need to link it because
everything is in the same place.
How to assigne the company in the LDAP configuration ?
---> We only use the company feature if the customer data is stored in
the OTRS Database and will be mantained via OTRS. If you already have
customer data, like LDAP or an external database, then it will be used
as a flat table.
------
On Jul 02, 2011 @ 03:40 pm, ionel.gardais(a)tech-advantage.com wrote:
Hi Elva,
How is it linked when using an LDAP Customer source ?
How to assigne the company in the LDAP configuration ?
Thanks,
Ionel
Le 17 nov. 2010 à 18:15, Elva Novoa a écrit :
>
------
On Jul 02, 2011 @ 03:40 pm, en(a)otrs.com wrote:
No Comment
------
On Jul 02, 2011 @ 03:40 pm, jos(a)xos.nl wrote:
No Comment
------
On Jul 02, 2011 @ 03:40 pm, ronnamijares(a)yahoo.com wrote:
Hi!
I have a question:
What's the real function of the option Customer Company?, because i tried to created more than one customer in only one company, but a received this message:
:
Duplicate entry 'OnTop Inc.' for key 1, SQL: 'INSERT
INTO customer_company ( customer_id, name, street, zip, city, country,
url, comments, valid_id, create_time, create_by, change_time,
change_by) VALUES ( 'jluis(a)cnti.gob.ve', 'OnTop Inc.', 'La Hoyada',
'1010', 'Caracas', 'Venezuela', 'www.mcti.gob.ve', 'mcti', 1,
current_timestamp, 7, current_timestamp, 7)'
Then, maybe i'm confused but I thought that the function of the company client, is link several customers in just one company.
Thanks!
------
This is an automated response. Your issue has been noted. We'll be in touch soon.
Please reply to this email or visit the URL below with any additional details.
http://itsupport:1111/portal/view-help-request/1565
1
0