Announcement

Collapse
No announcement yet.

Default link between Quotes and Account is not working

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

  • Default link between Quotes and Account is not working

    I need a link between Quotes and Account, but the default one is not working and I can't create any more custom links because of database limitations (Error: SQLSTATE[HY000]: General error: 1116 Too many tables; MariaDB can only use 61 tables in a join)

    I want to be able to link my Quotes to an Account and reverse, but if i assign a Quote to an Account, it is not visible in the Quote and vice versa.

    Is there a way to fix this?

  • #2
    you can try add "noJoin" parameter to the some link definition if the type is 'belongsTo'
    https://github.com/espocrm/espocrm/b...ecord.php#L328
    example https://github.com/espocrm/espocrm/b...nity.json#L240

    Comment

    Working...
    X