Activities, History, Tasks not showing on Leads side panel

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ryan@bwd
    Junior Member
    • Nov 2024
    • 11

    Activities, History, Tasks not showing on Leads side panel

    Hi,

    Activities, History, Tasks are not showing on any Leads side panel? See screenshot

    Thanks
    Ryan


  • lazovic
    Super Moderator
    • Jan 2022
    • 942

    #2
    Hi ryan@bwd,

    Can you please show the content of the {ESPO_DIR}/custom/Espo/Custom/Resources/layouts/Lead/sidePanelsDetail.json file?

    By default, this file either shouldn't exist at all, or it should contain something like this:
    Code:
    {
        "_delimiter_": {
            "disabled": true
        },
        "default": {
            "index": 0
        },
        "convertedTo": {
            "style": "success",
            "index": 1
        },
        "activities": {
            "index": 2
        },
        "history": {
            "index": 3
        },
        "tasks": {
            "index": 4
        }
    }
    You can also check the Side Panels layout setting for the Lead entity in the Administration:

    Click image for larger version

Name:	image.png
Views:	0
Size:	49.7 KB
ID:	117037
    Last edited by lazovic; Today, 08:29 AM.

    Comment

    Working...