StrataFrame Forum

Active Users

http://forum.strataframe.net/Topic15216.aspx

By Tim Dol - 3/27/2008

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
By Trent L. Taylor - 3/27/2008

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.