Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
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.
|