Announcement

Collapse
No announcement yet.

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

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

  • 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

  • #2
    Please create in bug reports section only when you understand the feature. The field is not supposed to be created.

    Comment


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


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

        Comment

        Working...
        X