Hi there,
I have the following requirement in my project.
The User Profile info has an additional field like
- Next of Kin
- Number of dependents etc.
The requirement is basically to display the information on Users Mysite.
However only the user and the "HR" group would be able to view the info.
Anyone else visiting my Mysite page would not see that info.
Any ideas how I can implement this?
I know I can hide that using jQuery but looking for a more elegant solution.
Thanks