Display system User in dropdown

0
  Hello All, I’m fetching the system user names in my SalesPerson entity using association but in dropdown menu the names are not visible. I tried all the ways and also gave access to user roles in security tab but the names are not showing in the dropdown menu.   Please help.          
asked
1 answers
0

Hi Dev,

You can't see the names since users don't have access to the generalized ‘user’ entity in the system module. In this case I would set an association between ‘SalesPersonMaster’ and ‘Account’ (in the administration module). Here you can set read rights for other users accountnames and the data will be visible. Account is also a specialisation of user.

Hope this helps!

answered