(SOLVED) ACL - configure dynamic field values visible depends on queues.

Moderator: crythias

Post Reply
plkko
Znuny newbie
Posts: 2
Joined: 01 Feb 2024, 15:31
Znuny Version: 6.5.5
Real Name: Konrad

(SOLVED) ACL - configure dynamic field values visible depends on queues.

Post by plkko »

Hi,

I have a problem with configuring ACL in Znuny. I have dynamic field "CloseCategory" in this dynamic field are values "x", "y", "z", "a", "b", "c".

Dynamic field "CloseCategory" is visible for all queues. I tried create new ACL for assign "x", "y", "z" values for queue ServiceDesk and "a", "b", "c" for queue HelpDesk. Unfortunately ACL what I maked isn't working.

For example ACL configured for queue SD (ServiceDesk):
Image

Please tell me what I doing wrong with this. Anothers ACL's I created similarly - working properly.
Last edited by plkko on 07 Mar 2024, 11:55, edited 1 time in total.
skullz
Znuny superhero
Posts: 624
Joined: 24 Feb 2012, 03:58
Znuny Version: LTS and Features
Real Name: Mo Azfar
Location: Kuala Lumpur, MY
Contact:

Re: ACL - configure dynamic field values visible depends on queues.

Post by skullz »

You missing DynamicField_
Try

Code: Select all

Properties =>
  Ticket => 
    Queue => SD

Possible =>
  Ticket => 
    DynamicField_CloseCategory => x
To define multiple value, use the (+) symbols
plkko
Znuny newbie
Posts: 2
Joined: 01 Feb 2024, 15:31
Znuny Version: 6.5.5
Real Name: Konrad

Re: ACL - configure dynamic field values visible depends on queues.

Post by plkko »

Thank You. "DynamicField_" resolved my problem.
Post Reply