Hi,
Thanks for your repsonse.
I have got the hang of the DDT within the design environment, still got to work through the idea of actually deploying on site but that's quite a little way off for now.
With the row level security I'n not sure I fully understand. The idea is say there are two users, the payroll manager and payroll assistant for example. When the payroll manager signs in and access's the personal details or salary information they can search for any employee within the database. However, if the payroll assistant signs in they can still see the personal details and salary information forms but only for employees who are not directors. My current understanding of the Permissions is that I could set up a permision on say the salary field but this would mean that the payroll assistant could not see anybodys salary which in this instance is not what I'm after.
I read this post,
http://forum.strataframe.net/Topic22700.aspx?Keywords=row%20level%20security, and this seems to descrbide the scenario I am talking about. However, the actual content of the post has me "
hanging on by my fingernails" a little as my exposure to this area is very very limited. What I think it's saying is that I could create a separate table which hangs off SFUsers which stores the access rights, where clause of sql statement, and that I can add this statement onto the browsequery to ensure that the results of the search query are filtered to include only the relevent records.
If there are any other resources/post which may help or you could explain it a little more that would be greatly appreciated.
Many thanks for your time.
Jon