OTRS Configure Type

Moderator: crythias

Post Reply
klausneil
Znuny superhero
Posts: 682
Joined: 29 May 2012, 22:47
Znuny Version: 6.0.24
Real Name: Klaus Salazar
Location: Perú

OTRS Configure Type

Post by klausneil »

Hi, please i need help with a question and this is that i enable the customer portal, i configure at customer with your services but when this customer give click on "Type" appear all the options
tk.png
How i can configure for that customer only see your Type respective.
You do not have the required permissions to view the files attached to this post.
jojo
Znuny guru
Posts: 15019
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: OTRS Configure Type

Post by jojo »

Services are not Types.....


You can use ACLs to limit options
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
klausneil
Znuny superhero
Posts: 682
Joined: 29 May 2012, 22:47
Znuny Version: 6.0.24
Real Name: Klaus Salazar
Location: Perú

Re: OTRS Configure Type

Post by klausneil »

Hi jojo, excuse me I was confused, the problem is with to: so that when selecting AV :: ESET in the option to: only one option appears
hd.png
It would be like creating a link between Type: and to: so that when selecting an option in type to: only show also a single option
You do not have the required permissions to view the files attached to this post.
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: OTRS Configure Type

Post by crythias »

Use ACLs

You could use the ACL through the interface or put it in Config.pm

https://doc.otrs.com/doc/manual/admin/6 ... id-1.7.2.4

Code: Select all

$Self->{TicketAcl}->{'100-AVESET-ACL'} = {
    # match properties
    Properties => {
        # current ticket match properties
        Ticket => {
            Type => ['AV::ESET'],
        }
    },
    # return possible options (white list)
    Possible => {
        # possible ticket options (white list)
        Ticket => {
            Queue=> ['ESET','AV','AV::Subservice'],
        },
    },
};
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
Post Reply