Restricting User Based on Accounts
Hi Experts,
We have 2 profiles(Profile A & Profile & 2 Users(User1 & User2)
User1 is mapped to account ACC & User2 mapped to account BCC
Added the Idoc Script in Admin applets->Configuration manager-> Profiles->Edit personalization link, we are trying to restricting the profile visibility for both the users.
<$ if userHasAccessToAccount("ACC%","RW")$>
<$isLinkActive=1$>
<$else$>
<$isLinkActive=0$>
<$endif$>
Expected Result: User1 should see only Profile A & User2 should see only Profile B.
Please let us know if any one has come across this scenario.
Thanks,