280
Views
4
Comments
Solved
Filter List of Users to be displayed 
Question

Hi Team,

We have functionality in our application where we create User into Users Entity.

So we want to display only user(s) which we create in our application in a drop-down, we tried using the "espaceId" to distinguish the users, but it requires to assign roles to these users, then this espaceId thing works.

But, before assigning roles to users. is there any other way we can achieve this functionality.

Help us on this.

Thanks in Advance.

Regards,

Swaroop Mutalik 

2024-03-14 14-46-22
Nelson Inácio
Solution

Try create a table with id, userid, etc... Then is only necessary to do an inner join with users table

UserImage.jpg
Swaroop Mutalik

Hi Nelson,

I was also looking similar thing, where i will create another table called "UserExtension" 

And Display whole data of UserExtension(with inner join with "User")

Will it work?

Thanks in Advance.

Regards,

Swaroop Mutalik

2024-03-14 14-46-22
Nelson Inácio

The entity should be created on the espace where you have the screen to create users

UserImage.jpg
Swaroop Mutalik

Hi Nelson,

Doing the same.

Thank you :)

Regards,

Swaroop Mutalik

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.