I am currently trying on my edit form in my custom module where I have a link to Accounts filled out to with an account datarecord,
to show only the related Contacts linked with this account. So the search-while-you-type feature would be nice if it only shows the Contacts related to the already filled out account field. + if you open the search box for Contacts , it should also only show the related Contacts .
Account <> Contacts relationship is standard and has not been modified.
In SugarCRM there are filter_definitions possible to do this, but I have not found anything like in SuiteCRM.
I am using the newest SuiteCRM version.
Is there anyone who can help out with integrating this feature?
But this filters only work after the record has been saved once,
if you create a new record - and fill one field like accounts, the contacts filter will not work yet. (you have to save the record, and then edit again - filter working then but its too late… )