Where would a customization for "Load more" button in subpanel be?

Hello. I have to do some "detective work". One of our clients have a customization specific to them so that when they click the "load more" button for the Opportunities subpanel from Accounts module, they system does 2 queries. The "regular" one that should happen, and another one that like the first one but offset with 5 records and some missing joins, that overwrite stuff. This is a very very old site that got upgraded during years, step by step since 6.5 era. I checked subpanel definition PHP and record and relate.js files, nothing suspicious. Where should I continue my hunt?

Parents
  • I have no clue, but if I was spelunking I would start by digging in custom fields or extensions to existing fields simply because it's a button...

    So maybe look in

    custom/modules/Opportunities/clients/base/fields?

    or in custom/clients/base/fields?

    and see if anything sticks out at you...

    Good luck!

Reply
  • I have no clue, but if I was spelunking I would start by digging in custom fields or extensions to existing fields simply because it's a button...

    So maybe look in

    custom/modules/Opportunities/clients/base/fields?

    or in custom/clients/base/fields?

    and see if anything sticks out at you...

    Good luck!

Children
  • No custom fields relevant to Opp. in the system. And by the way, I just found out that in fact the load more button end up showing records from a DIFFERENT account. So this guides my thoughts towards permissions/roles. Can something be afoot there?