• Deutsch
  • English
  • Anmeldung OTOBO Community
+49 (0)9427 68 39 000
OTOBO
  • SOFTWARE
    • Software | Überblick
    • IT Service Management
    • Customer Service Management
    • Enterprise Service Management
    • Demo
    • Download
    • Dokumentation
  • SERVICES
    • Überblick Services
    • Beratung
    • Training
    • Entwicklung
    • OTRS Migration zu OTOBO
    • Support
    • Managed Service
    • Support-Portal
  • UNTERNEHMEN
    • Über uns
    • Karriere
    • Partner
    • Kontakt
    • Newsletter
  • RESSOURCEN
  • COMMUNITY
    • Open Source
    • Community Forum
    • Download
    • Dokumentation
    • OTOBO übersetzen
  • Click to open the search input field Click to open the search input field Suche
  • Menü Menü

Schlagwörter: CustomerID, DynamicFields

Ansicht von 4 Antwort-Threads
  • Autor
    Beiträge
    • 13. September 2022 um 21:36 Uhr - Views: 1691 #13704
      Francisco Blanco
      Teilnehmer

        Hi, recently I noticed when creating a ticket I no longer see the Customer ID field that used to be in OTRS as well the Dynamic Fields on OTOBO are showing at the top of the ticket creation screen vs at the bottom on OTRS.

        I’ve been searching on the configuration to see if there is any option to enable it without luck, the only configuration close to the Customer ID that I’ve found was Ticket::Frontend::AgentTicketPhone::CustomerIDReadOnly that does nothing on OTOBO (On OTRS enables that specific field that I need to be modified).

        Here is a screenshot of OTRS with the field that I’m talking about:

         

        and here it is how is showing on OTOBO, notice the missing value enclosed in red and enclosed in blue the Dynamic Fields showing at the top:

        Dynamic Fields in OTRS showing at the bottom:

         

        How can I enable the Customer ID on the ticket creation and take the Dynamic Fields to the bottom on OTOBO?

      • 13. September 2022 um 21:56 Uhr #13706
        Stefan Rother
        Administrator

          Hi,

          Ticket::Frontend::AgentTicketPhone::CustomerIDReadOnly works for me, are you sure that you configure it? Ticket::Frontend::AgentTicketProcess::CustomerIDReadOnly and Ticket::Frontend::AgentTicketEmail::CustomerIDReadOnly exists too.

          If you like to have the dynamic fields on the Botton, you need to move the DynamicField Block in Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt to the bottom.

          Best regards,

          Stefan Rother
          Team OTOBO

          • 13. September 2022 um 23:52 Uhr #13707
            Francisco Blanco
            Teilnehmer

              Hi Stefan, thanks for your quick reply.

              I was able to take the Dynamic Fields to the bottom with your instructions. Thank you for that!

              Regarding the CustomerID Field I’m still not seeing it. all the configurations that you mention are enabled as you can see in the screenshots.

               

               

               

               

              But still the CustomerID field is not showing, only the customer name with his email like in the firsts screenshots provided. Any other advice to enable the field?

               

              Thanks in advance!

          • 14. September 2022 um 0:49 Uhr #13708
            Francisco Blanco
            Teilnehmer

              OTOBO version 10.1.5 btw because I saw on GitHub that on previous versions this exact issue was happening.

            • 14. September 2022 um 1:17 Uhr #13709
              Francisco Blanco
              Teilnehmer

                Bingo! I kind of solved the issue.

                Comparing both Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt files between OTRS and OTOBO I found this

                On OTRS the CustomerID field is coded like this:

                [% INCLUDE "CustomerCompany/TicketCustomerIDSelection.tt" Required = 0 Readonly = Config("Ticket::Frontend::AgentTicketPhone::CustomerIDReadOnly") %]

                In OTOBO is coded like this:

                [% IF Config("Ticket::Frontend::AgentTicketPhone::CustomerIDReadOnly") %]
                 <input type="hidden" name="CustomerID" id="CustomerID" value="[% Data.CustomerID | html %]" readonly="readonly"/>
                [% ELSE %]
                [% INCLUDE "CustomerCompany/TicketCustomerIDSelection.tt" Required = 0 Readonly = Config("Ticket::Frontend::AgentTicketPhone::CustomerIDReadOnly") %]
                [% END %]

                 

                I commented the extra lines in order to be like the OTRS way and the result was that the field is now showing:

                 

                Now. In my understanding those extra lines are there to be able to show or not the CustomerID field if the checkmark on Ticket::Frontend::AgentTicketPhone::CustomerIDReadOnly is marked or not but independently I had it marked or not the field does not show. Is that a programming issue? I saw on GitHub that seems that specific field was giving trouble on the past. See https://github.com/RotherOSS/otobo/issues/544

              • 14. September 2022 um 3:54 Uhr #13710
                Stefan Rother
                Administrator

                  Hi,

                  you need to uncheck the checkbox of the option. At the moment the field is readonly and not shown.

                  Regards,

                  Stefan
                  Team OTOBO

              • Autor
                Beiträge
              Ansicht von 4 Antwort-Threads
              • Du musst angemeldet sein, um auf dieses Thema antworten zu können.

              Foren durchsuchen

              Anmeldung

              Anmeldung

              Konto erstellen
              Passwort vergessen?

              Login via Social

              Profil

              Bitte vervollständigen Sie nach der Registrierung Ihr Profil, das vereinfacht die spätere Kommunikation enorm. Ihre Profileinstellung finden Sie, wenn Sie auf Ihr Avatarbild klicken.

              Sie können Ihren Avatar ändern, indem Sie sich mit Ihrer E-Mail-Adresse unter gravatar.com registrieren.

              Letzte Aktivitäten

              • Dynamische Felder in AgentTicketNote mit ACL verstecken
              • FAQ: kaputtes Copy & Paste von Bildern zwischen Artikeln
              • Benachrichtigung „Ticket wurde mir entzogen“ möglich?
              • Statistik Anzahl Tickets pro Agent
              • Docker: Ändern des redis Hosts

              Unternehmen

              Über uns
              Karriere
              Stellenbörse
              Partner werden
              Kontakt
              Newsletter

              OTOBO | Simplify work and create exceptional service experiences.

              Die Source Code Owner und Maintainer hinter OTOBO.

              Software

              Service Management-Plattform
              OTOBO Demo
              OTOBO Download
              OTOBO Dokumentation

              Security-Problem melden:
              security@otobo.org

              Services

              Support-Portal
              Beratung
              Training
              Support
              Managed Services
              Erweiterung
              OTRS Migration
              Partner finden

              Community

              Open Source
              Community Forum
              Mitmachen
              OTOBO Developer
              OTOBO@GitHub

              © 2026 Rother OSS GmbH | All rights reserved.
              • Cookie-Einstellungen
              • Impressum
              • Datenschutz
              • Haftungsausschluss
              Nach oben scrollen Nach oben scrollen Nach oben scrollen