Search found 2 matches

by joc8037
22 Sep 2015, 20:46
Forum: Howtos
Topic: How To Show/Hide Dynamic Field for specific Queue
Replies: 32
Views: 173912

Re: How To Show/Hide Dynamic Field for specific Queue

Update - The below coding allows you to have a single file to maintain with just a line of code for your AgentTicketFreeText, AgentTicketEmail, and AgentTicketPhone templates. Create a file called DynamicTicketType.tt in the template folder: [% WRAPPER JSOnDocumentComplete %] <script type="text...
by joc8037
18 Sep 2015, 16:33
Forum: Howtos
Topic: How To Show/Hide Dynamic Field for specific Queue
Replies: 32
Views: 173912

Re: How To Show/Hide Dynamic Field for specific Queue

Works for OTRS 4.x. This does it dynamically rather than having to specify every Dynamic Field explicitly. 'optionx' are the DynamicField names. Map is set up in first few lines of code as 'field_map'. Basing it on Queue instead of TicketType would, of course, use #Dest instead of #TypeID. [% WRAPPE...