Parent-to-Children: Related field don't created

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dimyy
    Active Community Member
    • Jun 2018
    • 569

    Parent-to-Children: Related field don't created

    System: demo.us.espocrm.com
    Ver: 8.2.4

    Steps:
    1. Create Parent-to-Children Relationship for "Task".
    2. Add parent entity type "Account" with Foreign Link mark
    3. Rebuild / Clear cache / Reload.

    Link field for task is absent. (field record like
    Code:
    "tasks": {
                "type": "linkMultiple"
    }​
    don't created in entityDefs/Account.json
    Attached Files
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    Please create in bug reports section only when you understand the feature. The field is not supposed to be created.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • dimyy
      Active Community Member
      • Jun 2018
      • 569

      #3
      Sorry, but where could I get information that the field should not be created? From my point of view, this is illogical behavior and the “create connection” checkbox is obviously misleading. and it is also strange that for this connection there is no possibility to create a corresponding field anywhere in the interface. This just makes me think that this is a bug and not a feature.
      Last edited by dimyy; 05-30-2024, 06:38 AM.

      Comment

      • yuri
        Member
        • Mar 2014
        • 8440

        #4
        It creates links (not fields) in the foreign entity type.

        Example.

        We created a Children to Parent relationship. If we check "Account" foreign link, it will create a link in the Account entity type. It will allow to add relationship panel.

        It it had created link-multiple, we would have written it.
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        Working...