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
Try create a table with id, userid, etc... Then is only necessary to do an inner join with users table
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?
The entity should be created on the espace where you have the screen to create users
Doing the same.
Thank you :)