create relationship opportunity - target list

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • diamonddog
    Member
    • Jan 2015
    • 35

    create relationship opportunity - target list

    Hi,
    I want to create a relationship: opportunity - target list.
    But there is no such field (target list) in the foreign-entity drop down menu when creating the link.
    Any idea? Thanks.
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hi,
    You can create this relationship only manually

    Comment

    • ziondevil
      Member
      • Jun 2016
      • 30

      #3
      Can you explain how?

      Comment

      • tanya
        Senior Member
        • Jun 2014
        • 4308

        #4
        add into entityDefs links, and fields
        like relation between Cases and Accounts (oneToMany) (one account can have many cases, but one case can have only one account)
        application/Espo/Modules/Crm/Resources/metadata/entityDefs/Account.json - link "cases"
        application/Espo/Modules/Crm/Resources/metadata/entityDefs/Case.json - link "account" and field "account"

        Comment

        Working...