Announcement

Collapse
No announcement yet.

it is possible

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

  • it is possible

    hi,We have this entity structure:
    Account 1 : n Module B
    Account 1: n Module C
    Module B 1 : n Module C

    Module B creates a new record and selects an account.
    Several data records of module C are also to be selected.
    The selection field shows all datasets of module C. However, only those data records are to be displayed which are also connected to the selected account.
    Is there a solution for this in ESPOCRM?
    In the portal such a structure works.
    peter

  • #2
    Hi Peter,

    It requires a little bit of coding.

    Comment


    • #3
      Example for opportunity's contacts selection: https://github.com/espocrm/espocrm/b.../detail.js#L51
      Last edited by yuri; 11-26-2018, 06:56 PM.

      Comment


      • #4
        Thanks. I'll try.

        Comment

        Working...
        X