Good Morning,
I was trying to configure 2 Dynamic Fields(1- Category and 2-SubCategory). What i wanted to do: First you choose the Category, with a dropdown list. After you choose that, you can choose the SubCategory. The SubCategory depends the Category.
Ex: I can choose between Hardware, Software, Security in Category. After i choose Hardware, it will appear Computer, Monitor, Mouse in SubCategory. If i choose the Category System, it will appear Skype,Video in SubCategory.
Well, i have searched and found out that to do it, i have to configure an ACL direct in Kernel. Is that correct?
I made them this ACL
$Self->{TicketAcl}->{'Categorys-SubCategorys'} = {
Properties => {
DynamicField => {
DynamicField_Category => ['Hardware'],
}
},
Possible => {
Ticket => {
DynamicField_Subcategory => ['Computer','Monitor'],
}
}
};
But didint work.
Can someone help me?
How to use/configure ACL
Moderator: crythias
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: How to use/configure ACL
this doesn't necessarily work out of the box.
viewtopic.php?f=53&t=16009#p64539
viewtopic.php?f=53&t=16009#p64539
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