SharePoint Foundation is the platform for all products in the SharePoint family. It contains all of the core functionality and architecture drawn on by the commercial versions of the package, but is free to download
1
vote
2answers
11 views
Update list Item returns ErrorCode 0x80004005
I have a sharepoint list with around 75 columns and there are about 1800 records. I am trying to update an item using Update List Item Web Service but it fails showing errorcode : 0x80004005 and ...
0
votes
1answer
16 views
Append List Item Files
I'm using a list which allows users to attach files to an item but removes the delete option using javascript. I need to find out if theres a way I can allow users to continue uploading documents to ...
0
votes
0answers
12 views
Having issues looking at all old versions
I've been trying to look at older versions of a file but keep getting this error? Any idea what it's happening?
I've looked at the source of the document within Excel and it's looking for a copy ...
0
votes
0answers
6 views
Retrieve raw XML from external content type (WCF service) - Sharepoint Foundation 2013
I would like to use a "External List" or anything similar, to be able to retrieve the XML from an "External Content Type" (which is from a WCF service) and I will customize how the data is displayed ...
0
votes
0answers
20 views
How to recover XsltListViewWebPart?
Trying to view any of the worfklow on my site leads to this new error:
MetadataNavigationContext Page_InitComplete: No XsltListViewWebPart was found on this ...
2
votes
3answers
57 views
Event Receiver called multiple times
I attached an event handler for ItemAdded to a content type A in the xml (using XmlDocuments). I have 4 other content types A1, A2, A3 and A4 that inherit from content type A (in their xml definition ...
0
votes
1answer
26 views
How do programmatically store the sharepoint document library document to local machine?
i have one question. How do pro-grammatically store the sharepoint document library document(eg Image.png) to local machine(D:/Images)?? Anybody have a solution???
0
votes
1answer
20 views
XSL to customize XsltListViewWebPart - Sharepoint Foundation 2013
I have created an external list.
After it's rendered, link for each item looks like the following:
<a class="ms-listlink ms-draggable" onfocus="OnLink(this)"
...
0
votes
0answers
8 views
Displaying Calculated Form in EditForm
I have a calculated form that concatenates 3 fields. These fields are editable in the new form but in the edit form I've used Javascript to set them as readonly. What I'm hoping to achieve is to ...
0
votes
0answers
13 views
Migration from sharepoint 2007 to sharepoint 2010 (special case)
The website in asp.net and the deployment of site in sharepoint 2007 by
using the aspx pages not a publish or package.
Now the problem is i already restore content database from 2007 to 2010.
After ...
0
votes
0answers
12 views
Summary in search results show meaningless strings for ppt files
I have a few powerpoint files that display strange strings into their summary results in the search results page.
For example for one document i see:
…
...
1
vote
0answers
14 views
Return a Single Entity from SharePoint OData Service
I've created a custom OData service in SharePoint 2010 to return a list of entities representing subsites, however I'd also like to be able to return the root.
To this end, I've created a function to ...
0
votes
0answers
11 views
Conditional formatting on text
I've applied conditional formatting on one of my webparts. However, any changes to the text do not get applied, only highlights.
0
votes
0answers
17 views
Conditionally format Date/Time on items greater than 24hours?
I have a calculated field called duration which subtracts the modified date/time from the created date time. I'm trying to created a conditional format in designer which highlights item rows if the ...
2
votes
2answers
60 views
Am I doing something wrong, or are these common pitfalls or limitations of using lookup lists?
I'm using (and limited to) OOTB Foundation 2010, and have been exploring lookup lists. I am discovering a few things that aren't working the way I'd like, seem to be working inconsistently, and are ...