
My company asked me to create a new ticket template with prefilled forms, tables and editable fields. The first way i tried was to create it in html, then url coded and inserted under Ticket -> Frontend::Agent::ModuleRegistration::###AgentTicketPhone as a new group, with the URL in the link field.
No problem with simple text but not working with long urls..of course.
Then tryied to create a new set of modules from the AgentTicketPhone called AgentTicketBuy, almost the same but with the html code directly embedded in the body field. I made both the .dtm and the .pm, placed in the same locations as the original files, but when i try to recall it by the new ticket button i get this error:
Module Kernel::Modules::AgentTicketBuy not registered in Kernel/Config.pm!
How can i register it?
Thanks