How could we use the users list that we created in the system which is stored in domain mode as an enumeration list ?

0
How could we use the users list that we created in the system which is stored in domain mode as an enumeration list ?
asked
1 answers
0

You cannot use it as an enumeration.

But, if needed you can surely use it on a page in the form of a drop down. For that you will have to make an association to the Account entity with the entity which is used on that page where you want to display the list of users in a drop down.

answered