Remove Created and Modified fields from side panel

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • czcpf
    Senior Member
    • Aug 2022
    • 160

    Remove Created and Modified fields from side panel

    Hello,

    How can I remove created and modified fields from being displayed in the side panel. They are not listed in the Side Panel Fields default in layout manager but they are always there?
  • Vadym
    Super Moderator
    • Jun 2021
    • 345

    #2
    Hi czcpf,

    To solve this issue, try to press Reset to Default button.



    What EspoCRM version do you use?
    Can you provide some screenshots?

    Comment

    • czcpf
      Senior Member
      • Aug 2022
      • 160

      #3
      Originally posted by Vadym
      Hi czcpf,

      To solve this issue, try to press Reset to Default button.



      What EspoCRM version do you use?
      Can you provide some screenshots?
      Vadym thanks.

      I tried Reset to Default and it did not help.
      EspoCRM 7.2.7
      Screenshots below

      Comment

      • Vadym
        Super Moderator
        • Jun 2021
        • 345

        #4
        Hi czcpf,

        Thank you for the additional information.
        Unfortunately, there is no such possibility to remove Created and Modified fields via UI.

        Comment

        • esforim
          Active Community Member
          • Jan 2020
          • 2204

          #5
          You probably have to do a custom-view of it considering Vadym response. Luckily Mr telecastg post tutorial on these topic if you want to dive into it.

          I see from other post you have coding experience so you should be alright...

          Otherwise just go straight for the source file but it not upgrade safe and having to do it each upgrade will be a hassle.

          Comment

          • victor
            Active Community Member
            • Aug 2022
            • 727

            #6
            czcpf,

            If it is acceptable for you to hide these fields without hiding the panel completely (as is the case in the Portal), then it is possible to do this for a role in the way shown in screenshot 1. However, in this case, the panel will still remain (screenshot 2). This will work if you have previously removed all other fields from the Side Panel Fields (screenshot 3).
            Attached Files
            Last edited by victor; 04-11-2023, 04:21 PM.

            Comment

            • yuri
              Member
              • Mar 2014
              • 8440

              #7
              Defining dynamic logic manually in clientDefs should work. Field names: complexModified. complexCreated.
              If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

              Comment

              Working...