Adding new panel to TargetList relationship screen

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • artcien
    Junior Member
    • Jan 2018
    • 18

    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?

  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #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

    • artcien
      Junior Member
      • Jan 2018
      • 18

      #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

      • tanya
        Senior Member
        • Jun 2014
        • 4308

        #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

        • artcien
          Junior Member
          • Jan 2018
          • 18

          #5
          Perfect!

          Thank you.

          Comment

          Working...