Announcement

Collapse
No announcement yet.

Adding new panel to TargetList relationship screen

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

  • Adding new panel to TargetList relationship screen

    I have a custom entity (Company) called School and I've been trying to create a ManytoMany relatinship with TargetList. I think I have everything working but I can't make the panel appear on the Target List screen.

    Any ideas?


  • #2
    Target Lists are related only with Users, Leads, Contacts, and Accounts. You can add this panel manually in layouts, but this relation will be skipped if you want to send the campaign. And this entity will be skipped with calculation total.

    Comment


    • #3
      Do you mean:

      application\Espo\Modules\Crm\Resources\layouts\Sch ool\relationships.json?

      because I have already created that file and added ["targetLists"]

      Comment


      • #4
        Did you create this entity in Crm module?
        in this case you need application\Espo\Modules\Crm\Resources\layouts\Tar getList\relationships.json and "schools" to existing list

        Comment


        • #5
          Perfect!

          Thank you.

          Comment

          Working...
          X