
10 Jun
2014
10 Jun
'14
11:57 a.m.
Am 10.06.2014 13:15, schrieb Nils Leideck:
Hi Friedrich,
you can add another ACL to overrule previous ACLs and display the field values in AgentTicketSearch:
$Self->{TicketAcl}->{'ZZZ-300-100-A-ReasonCodesCategory-AgentTicketSearch'} = { Properties => { Frontend => { Action => ['AgentTicketSearch'], }, }, Possible => { Ticket => { DynamicField_ReasonCodesCategory => ['[regexp].*'], DynamicField_ReasonCodes => ['[regexp].*'], }, }, };
Thank You Nils! Works like it should ;)