Customer.pl

Moderator: crythias

Locked
tnieman
Znuny advanced
Posts: 103
Joined: 14 Nov 2012, 21:59
Znuny Version: 3.1.6
Real Name: Tom Nieman
Company: WorkForce Software

Customer.pl

Post by tnieman »

We want internal customers that create a new ticket to be able to see the Service drop down and pick a service.
We don't want external customers to see Service drop down when create a new ticket.

Internal users will be identified by have @workforcesoftware.com in their email. I have successfully used "CustomerID => ['[RegExp]^*workforcesoftware.com']," in another ACL.

What would an ACL look like to deny the external customers the Service drop down.


Thanks for any help.


Tom
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Customer.pl

Post by crythias »

among other things is to not assign those users services. Or set a blank possible service.
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
tnieman
Znuny advanced
Posts: 103
Joined: 14 Nov 2012, 21:59
Znuny Version: 3.1.6
Real Name: Tom Nieman
Company: WorkForce Software

Re: Customer.pl

Post by tnieman »

We just got updated requirements and we will need different fields on the customer.pl page for internal customers versus external customers.

That would be best handled in an ACL wouldn't it?


Tom
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Customer.pl

Post by crythias »

Sure
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
tnieman
Znuny advanced
Posts: 103
Joined: 14 Nov 2012, 21:59
Znuny Version: 3.1.6
Real Name: Tom Nieman
Company: WorkForce Software

Re: Customer.pl

Post by tnieman »

Can you help me with the object names? or point me to a good reference?
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Customer.pl

Post by crythias »

Like I said, don't assign services to those who don't have them.
With acl, that's possible service with blank value.
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
Locked