Custom results in Selection-List (with query)

Hello,

I need when I click "Search More" in the "Assigned To" field, open the Selection-List view, but with specific users (results of a query).

I don't want filters in selection-list, I want show only the users as a result of custom query.

Thanks in advance.

Best Regards,

Rubén Recacha.
Consultant REDK Software Engineering
Parents
  • I managed to open a selection-list with a Collection generated from the results of an API call (you can define your own API for the results you need if there isn't one that already serves your purpose)

    Note that I wanted the selection-list for Accounts to open automatically when a Contact relate field was changed (we have a custom N-M Accounts-Contacts) so I open it on-change in record.js

    So it's not a complete solution for you but it may give you some ideas...
     
    See my last post here:
    https://community.sugarcrm.com/thread/23392

    HTH,
    FrancescaS
Reply
  • I managed to open a selection-list with a Collection generated from the results of an API call (you can define your own API for the results you need if there isn't one that already serves your purpose)

    Note that I wanted the selection-list for Accounts to open automatically when a Contact relate field was changed (we have a custom N-M Accounts-Contacts) so I open it on-change in record.js

    So it's not a complete solution for you but it may give you some ideas...
     
    See my last post here:
    https://community.sugarcrm.com/thread/23392

    HTH,
    FrancescaS
Children
No Data