7.5 Filters: how do I add "is any of" to the options for a field in a filter?

In Opportunities I would like to change the filter on assigned to from is/is not to is any of/is not any of.

Where would I go to change that definition?

thanks,
FrancescaS
Parents Reply Children
  • Hi FrancescaS,

    I had a somewhat same customization before. i had a flex relate field and they want to search without the need to select a module. So what i did was add the flex relate to the filter
    <root>/modules/<myMod>/clients/base/filter/default/default.php

    Then i created a logic hook before_filter that would help you insert or modify the sugarquery being used before it is actually run.

    Hope this idea helped you
  • Hi FrancescaS,

    This post has helped me a lot and now I find myself having the same problem - how to enter multiple selections for the assigned to.

    Were you able to make it work?

    Thanks in advance.
  • No, I did not find a solution. Sorry.
  • Hi everyone,

    The ability to filter on multiple assigned users is being added to 7.7. The assigned to filter will have the "Is any of" and "Is not any of" options instead of the "Is" and "Is not" options. Similar functionality is being added to relate-type fields too. For example, you can search for multiple related accounts on the contacts list view.

    Please follow the releases category in the community to be alerted when 7.7 releases.

    I hope this helps!
    Alex