Hi Folks ,
I need to create a online report which should user name , email id , and security role , and Team name.
As per my understanding I need to create a view to fetch these values and then i can use this in my view .
So to pull User Name , email id i can fetch from User Entity
Now how to pull Security Role and Team and link it with User Entity .
Is it possible to get like this ,
UserName Emailid Security Role Team
Peter p@gmail.com Manager, Customizer, Admin HR , Suppply
Manry m@gmail.com Processor Finance
or suggest any good way . I dont want much complex , is it possible to get it done by online editor without using visual studio Report designer.
Thanks