Base solution for your next web application
Open Closed

Filter picked users #7748


User avatar
0
ectabyte created

Hi! I add a custom bool property to the user entity, how can I filter the list of picked users based on this property? Thanks!


2 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    You can filter this bool property directly in the application service method that queries user information.

    If you have questions about this, please share some code.

  • User Avatar
    0
    ectabyte created

    Thanks! yes I know that, in my case I had two tables that refer to the user table but the RAD tool has generated only one component called user-lookup-table-modal (Angular UI) so the server-side service I used for filtering did not called at all. I created an other component manually to pick up users filtred on my service and it's Ok now. You may consider this problem in the future!