Hello again,
Is it possible to have "like" a Customer admin? Imagine that every client can see/manage what their collabs are requesting to HelpDesk.
How do I do this (Client vs company customers)
Moderator: crythias
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: How do I do this (Client vs company customers)
Take a look at this.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
-
- Znuny newbie
- Posts: 37
- Joined: 17 Sep 2014, 15:08
- Znuny Version: 3.3.9
- Real Name: Goncalo Girao
Re: How do I do this (Client vs company customers)
TY for your quick response. But before I start to edit anything i'm not sure if I can (edit) because i'm using LDAP for my Customers...
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: How do I do this (Client vs company customers)
right, so you'll need to allocate a field, maybe a custom field, for customer_id and include that in the Map in Config.pm
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
-
- Znuny newbie
- Posts: 37
- Joined: 17 Sep 2014, 15:08
- Znuny Version: 3.3.9
- Real Name: Goncalo Girao
Re: How do I do this (Client vs company customers)
customer_id ins't the same as CostumerID, right?crythias wrote:right, so you'll need to allocate a field, maybe a custom field, for customer_id and include that in the Map in Config.pm
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: How do I do this (Client vs company customers)
It's the same. But a Costumer is one who provides clothing/outfits. A Customer is one who buys things.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
-
- Znuny newbie
- Posts: 37
- Joined: 17 Sep 2014, 15:08
- Znuny Version: 3.3.9
- Real Name: Goncalo Girao
Re: How do I do this (Client vs company customers)
HAHAHAHAcrythias wrote:It's the same. But a Costumer is one who provides clothing/outfits. A Customer is one who buys things.
I am Portuguese and you know sometimes you (me) swap letters

regarding this example, I cannot change my CustomerID on LDAP. You are suggesting to change the attribute in Map settings, is that it?
So I have:
CustomerID => 'mail',
I should have
CustomerID => 'my_custom_setting', #(this can be Company inherited from LDAP)?
-
- Znuny newbie
- Posts: 37
- Joined: 17 Sep 2014, 15:08
- Znuny Version: 3.3.9
- Real Name: Goncalo Girao
Re: How do I do this (Client vs company customers)
I am reading TFM...
As I understand I need to create a new custom Field on my LDAP server... Like a new Attribute called customer_ids?
As I understand I need to create a new custom Field on my LDAP server... Like a new Attribute called customer_ids?