Announcement

Collapse
No announcement yet.

Show Entity ID on listings and details

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Show Entity ID on listings and details

    Hello,

    how can I show entity ID on listings and entity details?

    I tried to find it but it can not be added, how can I add it, please.

  • #2
    Hello
    try to add
    Code:
       "id": {
                "layoutListDisabled": false,
                "layoutDetailDisabled": false,
                "readOnly": true
            }
    to the custom entityDefs of Entity (for example custom/Espo/Custom/Resources/metadata/entityDefs/Lead.json, 'fields' section),
    and Rebuild Espo, and refresh the page

    Comment


    • #3
      Originally posted by tanya View Post
      Hello
      try to add
      Code:
      "id": {
      "layoutListDisabled": false,
      "layoutDetailDisabled": false,
      "readOnly": true
      }
      to the custom entityDefs of Entity (for example custom/Espo/Custom/Resources/metadata/entityDefs/Lead.json, 'fields' section),
      and Rebuild Espo, and refresh the page
      Thank you, I thought it could be something like that.

      Comment

      Working...
      X