riff Posted January 30, 2008 Share Posted January 30, 2008 I have a calculation field named PrivName that with contents... Get(PrivilegeName) When I log into my solution with various accounts that are assigned various privilege sets, PrivName doesn't reflect the different privilege sets that I am logging in with. No matter what account I login with, PrivName just maintains a value of [Full Access] which is, of course, associated with the root account. I have been trying to get this field to work locally. If I could get this field to work the way I want, I'd like to use it in my CWP solution. I want to know what privilege set a externally authenticated user is associated with so that I may do further logic. Link to comment Share on other sites More sharing options...
HBMarlowe Posted January 30, 2008 Share Posted January 30, 2008 Do you mean Get ( PrivilegeSetName )? Make sure the calculation is unstored. Link to comment Share on other sites More sharing options...
riff Posted January 30, 2008 Author Share Posted January 30, 2008 Sorry. Yes, it's PrivilegeSetName. That was it. Thanx. Link to comment Share on other sites More sharing options...
Recommended Posts