Re: Persist user information using only out-of-the-box web parts



Your list of caveats doesn't suggest that FrontPage 2003 is out of the question, so I'll jump in and suggest FrontPage 2003 and the Data View Web Part. Check out http://blogs.msdn.com/frontpoint/ for a blog written by the guys that developed that web part, and experiment with it as much as you can! Custom lists and the Data View Web Part will do everything you need -- In fact, your example is one that's taught in the SharePoint Bootcamp (link in my signature). :)

-----
Dustin Miller
SharePoint University (Community) [http://www.sharepointu.com]
SharePoint Bootcamp   (Training)  [http://www.sharepointbootcamp.com]
SharePoint Blogs      (Blogs)     [http://www.sharepointblogs.com]
SharePoint Experts    (Business)  [http://www.sharepointexperts.com]

I am looking for a simple way to persistent a couple of pieces of user
information (LoginID, ProductID, max. 4-5 pieces of information) on a
WSS site. The end result is to produce a series of hyperlinks to a old
backend database like this:

Show All My Problems - http://server/query.cfm?loginID=[loginID]
Show All My Current Project Problems -
http://server/query.cfm?loginID=[loginID]&productID=[ProductID].
Using the standard XML web part, I tried to use a simple XML file,
like this
<UserData>
<LoginID>57</LoginID>
<ProductID>104</ProductID>
</UserData>
Then use an XSL to render the dynamic links into HTML like this:
Show All My Problems - http://server/query.cfm?loginID=57.
Show All My Current Project Problems -
http://server/query.cfm?loginID=57&productID=104.
This works fine for a single person.  I wanted to have each user only
change the XML portion of the web part, customize the userinformation
to him/her. Thus, he would do this once, and we would persist the
user's data in the XML portion of the web part.

My limitations that I am working with:
Current web pages, html pages, aspx etc and standard out of the
box Web
parts only.
(basically anything I can do with the current SP interface)
Can't create a custom web part (real easy to retrieve the user
information in the tool pane).
Can't change server configuration to enable serverState
(don't have access to the server)
Links generated will be over 260 characters, so I can't use the
links
web part.
User specific data is not sensitive data, others could see this
information if they had to (thinking of a SP List)
Does anyone know of an easy way to embed user information into a team
site somewhere?

Thanks in advance.
Tom


.



Relevant Pages

  • RE: Excel SharePoint 2003 Integration
    ... I was using SharePoint 2 and now I upgraded to SharePoint 3. ... Synchronize an Excel list with the SharePoint site ... Unlink the lists ...
    (microsoft.public.excel.misc)
  • Re: Microsofty Sharepoint dll viewed in Object browser
    ... The web services are available from the server. ... SharePoint Services, such as for creating or deleting sites. ... Lists Provides methods for working with lists and list data. ...
    (microsoft.public.sharepoint.portalserver.development)
  • Re: Problem with Access and linked List in Sharepoint
    ... Thanks for information Albert. ... I get the message that the Sharepoint version of the database is no ... except the additional columns added to the Lists. ... The simple solution here is to build a query with the only the columns you ...
    (microsoft.public.access.externaldata)
  • Re: Some dumb questions
    ... All AD users becoming members of the portal - how is this done? ... > sharepoint 'member' group but sharepoint didnt seem to like this... ... > "Customize Lists" link on the left and one doesn't. ...
    (microsoft.public.sharepoint.portalserver)
  • Re: Edit User Information
    ... You are not missing anything if you are talking about passwords (apart from ... the minor niggle that could you instead of "SharePoint 2003" say either ... If they are users defined as local to the WSS server (see, ... If you can't edit *any* user information and are prompted for a login ...
    (microsoft.public.sharepoint.windowsservices)

Loading