| | | StrataFrame User
       
Group: StrataFrame Users Last Login: 10/09/2008 3:01:42 PM Posts: 309, Visits: 1,246 |
| Is there an easy way to get a list of active users from SFSUsers? I assume the Active Flag is encrypted in the us_Data field.
Thanks
Tim |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Today @ 4:11:57 AM Posts: 4,586, Visits: 4,570 |
| | It is encrypted. However, there is a custom property on the SFSUsersBO called us_IsInactive that will give the active state of the current row. So if you retrieve the user records, then you can enumerate and test on this property. That is really the only way since this is held in an encrypted field. |
| |
|
|