Hi,

 

I want to add a ACL for limiting the services list.

For example, if i have 3 services (test1 / test2 /test3) and 3 CustomerID (group1/group2/group3)

I want group1 can only create ticket with test1, group2 with test2, etc….

 

I’ve make a test like this but this don’t work :

 

$Self->{TicketAcl}->{'ACL-Name-test1'} = {

        Properties => {

                CustomerUser => {

                        UserCustomerID => [‘group1’],

                },

        },

        Possible => {

                Ticket => {

                        Service => ['test1'],

                },

        },

};

 

But with this, all services are show.

Please help me.

 

Cordialement,

 

cid:image001.jpg@01C901F5.9B7E22C0

 

Marc GUYARD

Ingénieur Exploitation Client

--
Pôle Services Managés

tel. +33 1 64536640

mob. +33 6 83826501
m.guyard@orange-ftgroup.com
Network Integration Services, 24 rue Emile Baudot - 91120 PALAISEAU - France
www.orange-business.com

 

cid:image002.jpg@01C901F5.9B7E22C0