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)
-
0
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.
-
0
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!