I would like to combine the three buttons in the menu module into one button. The buttons are priority, free fields and customer. The idea is that by clicking on the combined button a window is opened and an agent sees the 3 options to set priority, fill in free fields and edit customer information one below the other. I think all the three functions are very similar since they have a similar link and popup type
Code: Select all
Priority:
Link: Action=AgentTicketPriority;TicketID=$QData{"TicketID"}
PopupType: TicketAction
Free fields:
Link: Action=AgentTicketFreeText;TicketID=$QData{"TicketID"}
PopupType: TicketAction
Customer:
Link:Action=AgentTicketCustomer;TicketID=$QData{"TicketID"}
PopupType