Layout manager options

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • inshaal
    Junior Member
    • Oct 2019
    • 6

    Layout manager options

    in layout manager lead layout i am not seeing option to display campaigns please help me out how can i show it in lead list
  • Maximus
    Senior Member
    • Nov 2018
    • 2731

    #2
    Hello,
    please do these steps:
    1. Find in the file ./application/Espo/Modules/Crm/Resources/metadata/entityDefs/Lead.json the next code:
    Code:
    "campaign": {
                "type": "link",
                "layoutListDisabled": false
    },
    Change false -> true;
    2. Administration -> Clear Cache;
    3. Press F5 to reload a webpage;
    4. Administration -> Layout Manager -> Lead -> list -> add campaigne field to a list view.

    Comment

    Working...