How do I do this (Client vs company customers)

Moderator: crythias

Locked
ggirao
Znuny newbie
Posts: 37
Joined: 17 Sep 2014, 15:08
Znuny Version: 3.3.9
Real Name: Goncalo Girao

How do I do this (Client vs company customers)

Post by ggirao »

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.
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)

Post by crythias »

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
ggirao
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)

Post by ggirao »

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...
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)

Post by crythias »

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
ggirao
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)

Post by ggirao »

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
customer_id ins't the same as CostumerID, right?
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)

Post by crythias »

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
ggirao
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)

Post by ggirao »

crythias wrote:It's the same. But a Costumer is one who provides clothing/outfits. A Customer is one who buys things.
HAHAHAHA
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)?
ggirao
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)

Post by ggirao »

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?
Locked