Make an automatic field visible on the screen

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Renardeau80
    Junior Member
    • Feb 2024
    • 9

    Make an automatic field visible on the screen

    I would like to add an automatic field like "createdAt" to be visible (non-editable) on the screen...

    How should I go about it?

    Thank you very much for your help.
  • yuri
    Member
    • Mar 2014
    • 8442

    #2
    What do you mean by automatic? Could you elaborate more.
    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

    • Renardeau80
      Junior Member
      • Feb 2024
      • 9

      #3
      When creating a new screen, some fields are automatically generated.

      assignedUser
      createdAt
      createdBy
      description
      modifiedAt
      modifiedBy
      name
      teams

      We can add the "name" field to the screen, but not the others. How should we proceed ?

      Comment

      • yuri
        Member
        • Mar 2014
        • 8442

        #4
        Still don't understand. Maybe provide some screenshots?
        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

        • shalmaxb
          Senior Member
          • Mar 2015
          • 1603

          #5
          you can create any field you want and if you do not hide it, it will appear there, where you put it in the Layout manager.

          Comment

          • esforim
            Active Community Member
            • Jan 2020
            • 2204

            #6
            Go Admin > Entity Manager > (Entity Name for Example Contact >

            Go to the field and create a new field. Some of these field are system field that not meant to be edit, but nothing stopping you from creating a Custom field that act as the same function.

            Click image for larger version

Name:	image.png
Views:	137
Size:	29.2 KB
ID:	106643

            You will need to do Formula or Workflow:

            Click image for larger version

Name:	image.png
Views:	79
Size:	38.6 KB
ID:	106644

            Comment

            Working...