Announcement

Collapse
No announcement yet.

Campaign in kanban view

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

  • 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

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

    Comment


    • #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


      • #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


        • #5
          Thank you!

          Comment

          Working...
          X