| | | StrataFrame VIP
       
Group: StrataFrame Users Last Login: Yesterday @ 4:08:06 PM Posts: 1,323, Visits: 3,452 |
| | I saw a post that soon this will be easy for the CurrentLoggedOnUser. However, I need to do it for any user (more of my row level security issues). How do I figure this out? Lets say I fill the SFSUsersBO with all users. I want to loop through the BO and determine for each user if they are an admin (actually I'd like to query if they are an admin, but that ain't happenin), how would I do this? |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 5:04:58 PM Posts: 4,780, Visits: 4,744 |
| | This data is held within an encrypted field. You cannot access it directly. You will have to load the user into the SFSUsersBO for it to be properly decrypted. You can then reference the us_IsAdminitrator property. |
| | | | StrataFrame VIP
       
Group: StrataFrame Users Last Login: Yesterday @ 4:08:06 PM Posts: 1,323, Visits: 3,452 |
| OK. I was afraid you were going to say that |
| | | | StrataFrame VIP
       
Group: StrataFrame Users Last Login: Yesterday @ 4:08:06 PM Posts: 1,323, Visits: 3,452 |
| Got this working. I can now figure out who all my administrators are. |
| |
|
|