Tagged Questions
2
votes
1answer
63 views
Hide fields on NewForm.aspx and EditForm.aspx based on the current user's membership in a SharePoint Group
I have found a number of recommended ways in blogs looking to answer how to do this and have not successfully made any of them work using SharePoint MOSS 2007 and SharePoint Designer 2007.
I have ...
0
votes
1answer
260 views
Get User Profile Info from Preferred Name
I am trying to fetch the manager full name when a user name is populated in the people picker control. Here are the steps I am following:
Added another control on page.
The ...
0
votes
1answer
177 views
SpServices Cannot Get Sub-Sites without Being Site Collection Admin
I am building a web part which is delegated by permissions. It is displayling members of the Members group and Owners group onto the page, and if a user does not have Members or Owners permissions, ...
2
votes
1answer
1k views
Getting Version History and What Field has Changed
I am using the GetVersionCollection to get the history information from my list. This seems to be working fine; however, what I need to do is get the version history of the individual item which has ...
1
vote
1answer
70 views
Send SP warning message on another user changes in a SharePoint item to SPServices
From my understanding from this post (http://sharepoint.stackexchange.com/questions/23597/best-practice-to-handle-items-modification-in-sharepoint-2007), SharePoint uses optimistic concurreny e.g.
...
2
votes
1answer
250 views
Multicolumn textarea area to insert into SharePoint 2007 but display not correctly
I have a form that use SPServices and have a textarea field for user to insert multi rows data.
The data from the textarea can be successfully insert into the SharePoint 2007 column of type 'Multiple ...
0
votes
1answer
466 views
Using SPServices to set the SharePoint 2007 own 'Approval Status' field
The Situation
I have a workflow in a SharePoint 2007 List that require approval. Thus, there is a column called 'Approval Status' generated by SharePoint itself. How do I use SPServices to set the ...
1
vote
3answers
490 views
Add to Lookup Column Values During Form Lifespan
Has anyone ever successfully added a new item to a list which is used as the source for a lookup column while using an EditForm (or NewForm, same mechanism) and been able to save the form successfully ...
1
vote
2answers
1k views
SharePoint Cascading drop down / jquery select/ auto fill
I've got a cascading dropdown question. I'm trying to accomplish this with using
SPServices , but I'm running into difficulty when two of the fields should just auto populate.
Here's an example:
...
0
votes
1answer
110 views
double filter on the default form NewForm.ASPX with SPService [closed]
I need some help regarding SPService use as a client recently ask me if I could develop a solution where 2 columns could filter through the default form NewForm.ASPX as currently implemented the ...
0
votes
2answers
699 views
Content Editor Webpart and SharePoint 2007 object model?
I have to supply the query and should display the information on the sharepoint 2007 page based on the enterprise search results. I wonder, if it can be achieved thro' content editor webpart ?
Want ...
1
vote
3answers
1k views
Customizing the NewForm.aspx of the SharePoint 2007 List?
I have a sharepoint 2007 list and it has 6 site columns, want to have two modes of newform.aspx page. When user clicks on Newitem, it should display only 3 site columns and there should a link to the ...
