﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Role Based Security  » Retrive Data from us_Data (SFSUsers)</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 01:52:05 GMT</lastBuildDate><ttl>20</ttl><item><title>Retrive Data from us_Data (SFSUsers)</title><link>http://forum.strataframe.net/FindPost21594.aspx</link><description>&lt;DIV dir=ltr&gt;How can I recover data from the field us_data the table SFSUsers? &lt;BR&gt;As I understand it, the field us_data, has the password, the history of passwords, where he is administrator, account is active and so forth. &lt;BR&gt;Is there a method that returns this information? &lt;BR&gt;If there are, some other member of the forum has done some function for that?&lt;/DIV&gt;&lt;DIV dir=ltr&gt;&lt;BR&gt;&lt;FONT color=#999999&gt;Como posso recuperar os dados do campo us_data da tabela SFSUsers?&lt;BR&gt;Pelo que entendi, o campo us_data, possue a senha, o histórico de senhas, se ele é administrador, conta está ativa, etc.&lt;BR&gt;Há algum metodo que retorne esta informação?&lt;BR&gt;Caso não haja, algum outro membro do forum já fez alguma função para isso?&lt;/FONT&gt;&lt;/DIV&gt;</description><pubDate>Wed, 21 Jan 2009 11:41:53 GMT</pubDate><dc:creator>Malcon M. Mikami</dc:creator></item><item><title>RE: Retrive Data from us_Data (SFSUsers)</title><link>http://forum.strataframe.net/FindPost21604.aspx</link><description>OK, tanks.</description><pubDate>Wed, 21 Jan 2009 11:41:53 GMT</pubDate><dc:creator>Malcon M. Mikami</dc:creator></item><item><title>RE: Retrive Data from us_Data (SFSUsers)</title><link>http://forum.strataframe.net/FindPost21602.aspx</link><description>Malcon,&lt;br&gt;
&lt;br&gt;
All of that data is available via the SFSUsersBO, via the [i]us_XXX[/i] properties.  If you need this data, just load the BO for a user via the FillByPrimaryKey() method then you will have access to it (there are several other FillBy methods too).  &lt;br&gt;
&lt;br&gt;
Also, the user user PK (use this to load SFSUsersBO for a user), user name and flag if the user is an administrator are available for the current user (SecurityBasics.CurrentUser), via the UserPK, UserName and IsAdministrator properties, respectively.&lt;br&gt;
&lt;br&gt;
As Trent said, I'd be careful about getting this data directly from the us_data field. If SF changes anything within this table (like the structure or how they encrypt it), for whatever reason, any code you have will likely break. Be sure to comment these sort of changes so you can find them easily!</description><pubDate>Wed, 21 Jan 2009 11:22:10 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: Retrive Data from us_Data (SFSUsers)</title><link>http://forum.strataframe.net/FindPost21595.aspx</link><description>You are welcome to look at the SF source code, this is why you get the source with an active subscription.&amp;nbsp; But this is not intended to be broken apart.&amp;nbsp; It is encrypted so as not to be dismantled or compromised.&amp;nbsp; If you have this desire, then you are going to need to look at the SFSUsersBO source and start at the us_Data field and go from there.&amp;nbsp; That would be my only suggestion at this point.</description><pubDate>Wed, 21 Jan 2009 07:36:16 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>