it is possible

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • peterberlin
    Active Community Member
    • Mar 2015
    • 1004

    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
  • yuri
    Member
    • Mar 2014
    • 8438

    #2
    Hi Peter,

    It requires a little bit of coding.
    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

    • yuri
      Member
      • Mar 2014
      • 8438

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

      • peterberlin
        Active Community Member
        • Mar 2015
        • 1004

        #4
        Thanks. I'll try.

        Comment

        Working...