Show Entity ID on listings and details

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • simppa
    Junior Member
    • Jun 2016
    • 8

    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.
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #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

    • simppa
      Junior Member
      • Jun 2016
      • 8

      #3
      Originally posted by tanya
      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...