Campaign in kanban view

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mark
    Senior Member
    • Dec 2019
    • 143

    Campaign in kanban view

    Hi,
    I wanted to ask why campaign attribute is not available as one of the fields in kanban view, even though it is available in the other views such as detail view
  • Maximus
    Senior Member
    • Nov 2018
    • 2731

    #2
    Hi,
    I am not sure if I got it. Where exectly it is not available. Could you provide a screenshot?
    Attached Files

    Comment

    • Mark
      Senior Member
      • Dec 2019
      • 143

      #3
      yeah, the place in your screenshot is exactly the place I was talking about. I now checked that it is available in Opportunity for me as well, but not in Lead. Even though the relationships and everything with campaign seem exactly the same in both entities.

      Comment

      • Maximus
        Senior Member
        • Nov 2018
        • 2731

        #4
        I See.
        Try to create/edit the file /custom/Espo/Custom/Resources/layouts/Lead/kanban.json with the code:
        Code:
        [
            {
                "name": "name",
                "link": true
            },
            {
                "name": "campaign"
            }
        ]
        After this, refresh a web page and it should work. If no, you can make Administration -> Clear Cache. But in my case I didn't even need to use Clear Cache.

        Comment

        • Mark
          Senior Member
          • Dec 2019
          • 143

          #5
          Thank you!

          Comment

          Working...