Greeting everyone! I am not sure if this is the right place to ask this question, but it seemed like the most fitting.
We have customized the Opportunity page which now includes couple of linked fields. They both point to a contact and we've added some select handlers to them so only contacts related to already defined account should be displayed. For some reason we get another filter applied as well
I need this additional filter removed but no matter how I modify the /custom/src/handlers/select-related/contact-by-account.js, which should be the one responsible for this Select, nothing happens. Well I managed to break the whole functionality several times but other than that I had no luck with removing or even altering this filter.
Any advice would be appreciated.
We have customized the Opportunity page which now includes couple of linked fields. They both point to a contact and we've added some select handlers to them so only contacts related to already defined account should be displayed. For some reason we get another filter applied as well
I need this additional filter removed but no matter how I modify the /custom/src/handlers/select-related/contact-by-account.js, which should be the one responsible for this Select, nothing happens. Well I managed to break the whole functionality several times but other than that I had no luck with removing or even altering this filter.
Any advice would be appreciated.
Comment