ACL for Dynamic Fields

English! place to talk about development, programming and coding
Post Reply
dileep0358
Znuny newbie
Posts: 62
Joined: 05 Oct 2011, 12:31
Znuny Version: 4.0.12
Real Name: Dileep Kumar SIngh
Company: MotherSonsumi InfoTech & Designs Ltd.

ACL for Dynamic Fields

Post by dileep0358 »

dear community,
in otrs 2.4.7 i am using ACL Properties, which is as follows-

Code: Select all

 # ---------------------------------------------------- #
    $Self->{TicketAcl}->{"ACL-Name-1"} = {
    # match properties
    Properties => {
    #current ticket match properties
    Ticket => {
       Queue => ['MySpace'],
      }
     },
    #return possible options(white list)
    Possible => {
     Ticket => {
       TicketFreeKey1 => ['Sub Issue Category'],
       TicketFreeText1 => ['Program error', 'server error'],
           },
          },
       }; 
i want to use this acl with dynamic field, but i am not getting any idea.

regards,
dileep kumar singh
Post Reply