Event Registration

0
when i register for a event as a participant , I should be able to see my registration only , manager should be able to see all the registration events , how can I do that ?  
asked
1 answers
3

Hey Nithyashree,

In the entity access security, apply an XPath for the participant, where you have to write an XPath something like,

Registration/user=[‘%currentUser%’] 

and allow the manager to read all the attributes,

 

Hope it helps!

answered