1
vote
1answer
805 views
Library workflow starts on upload, but not on save in the edit form
I have a document library for pictures and I've created a SPD workflow tha should start every time items are changed or added: newly uploaded, edited metadata or uploaded againg (overwritten). The ...
0
votes
1answer
23 views
Get reference to the document library sharepoint 2013
I want to get reference to document library in code using SP 2013 by url, I am trying the SPWeb.GetList(url); but it works for lists only.
any help?
0
votes
2answers
741 views
Can people picker resolve NTLM users in an FBA extended site
We have a SharePoint 2010 extranet web application that uses claims authentication.
•The Intranet zone is using mixed authentication (NTLM against internal AD and FBA against a separate AD).
•The ...
1
vote
1answer
2k views
User Profile Synchronization won't start
I am using sharepoint 2010 standard on Server2008 R2. I have configured and started User Profile Synchronization Service by following http://www.harbar.net/articles/sp2010ups.aspx article. My both ...
1
vote
1answer
21 views
Folksonomy - when to use
When an organization is already having good taxonomy in place why people use Folksonomy instead?
What is actual need Folksonomy or social tags?
0
votes
0answers
15 views
ecmascript check if item exists in lists
I have to check whether _spuserid exists in 10 lists of same structure and columns.
var arrayOfLists=["list1","list2","list3",.......,"list10"];
for(var i=0;i<arrayOfLists.length;i++)
{
var ...
2
votes
2answers
2k views
Create Page option missing from Site Actions menu
We are having a weird issue on a couple of the portals in our SharePoint 2007 environment. The "Create Page" option from the Site Actions menu is no longer showing up. And when we manually go to the ...
4
votes
1answer
396 views
Saving list template with managed metadata columns. Creating new list with the template.
I have a list that has several columns including managed metadata columns. I'm saving this list as a template and including all the content. I'm then taking this template to another site collection ...
0
votes
1answer
338 views
How to Delete List Items That are Older Than X Days
What will be my best approach to delete an item that is older than x days?
If it is using a SharePoint workflow, how should I initiate the workflow and what are the steps involved in the workflow?
...
0
votes
1answer
17 views
SharePoint + E-commerce =?
My question is: Is it common for SharePoint 2010 and 2013 to be used as a e-commerce website for end-user?
1
vote
1answer
385 views
best way to implement inline editing of a data view web part styled using custom xslt
I need some advice regarding the best way to implement inline editing of a data view web part styled using custom xslt.
The data view web part gets the data from the list and would be styled as ...
0
votes
0answers
4 views
SharePoint Designer 2007 Workflow association and settings .. Not GUI?
Is there a SPD GUI way to assign a workflow to a List? All I see is an XML file with list GUID. Same for turning on and off OnCreated and OnModified????
I've got a document library with that workflow ...
0
votes
2answers
384 views
Blog Subsite giving 401 UNAUTHORIZED Message
I need help and it would be great if anyone suggest/help.
The Problem is:
We added a blog sub-site in a SharePoint 2010 publishing site. now the site is browseable in the authoring version. But it ...
0
votes
2answers
415 views
Aggregate data from multiple site collections in SharePoint online
I have a question about showing data from multiple site collections in SharePoint online.
I want each customer to have it's own site. This should be a site collection because if I make it a normal ...
0
votes
1answer
7 views
Content types inherited from Folder content type with Publishing image field
I've a custom content MyAlbum type inherits from Folder content type, MyAlbum has a publishing image field, I've![enter image description here][1] bounded MyAlbum to new list from Document library ...
0
votes
2answers
347 views
Getting an “Access Denied” error when generating a new item (document set) form
I am working on a system in SharePoint 2010 where we have many (>40) custom content types, all derived from Document Set. The system also has some strictly defined user roles, so we have set up our ...
0
votes
1answer
376 views
How to use XmlDefinitionLink & CAML to reuse View definitions in multiple XsltListViewWebPart controls?
This is what I want to achieve (in SharePoint 2010):
A custom page containing 2 XsltListViewWebPart
Both of them rendering the same list data, but with different XSLT definition for
display
I ...
1
vote
1answer
348 views
Could not find endpoint element with name '' and contract '' in the ServiceModel client configuration section
I have tried days to solve this damn error. I am calling the same service in asp.net and it works fine, but when I call it in a sharepoint solution it does not work.
This is the error that I receive. ...
0
votes
2answers
21 views
ID never ready for Calucated Column (SharePoint 2007 MOSS)
I have simple calcuated column that tries to multiplies ID * to some number. It worked once, but never again. It appears ID is not ready when the calculation runs?
Is there a chance a workflow ...
1
vote
2answers
492 views
Mapping AD “member of” user property in sharepoint 2010 user profile properties
I need to map AD's "Member Of" property in sharepoint 2010 user profile properties. I found a guide on how to do that, How to map a user’s Active Directory group membership to their SharePoint profile ...
1
vote
1answer
610 views
Active linking of document libraries
We are attempting to create a functional area for a time limited project which brings together documents from multiple SCs’ libraries. At the end of the project, all documents would be returned to ...
0
votes
2answers
46 views
+50
generate form with workflow
I am using SharePoint server 2013 with an Enterprise wiki template.
Now I am trying to create a page that contains a form where users can fill in what type of sandwich they want to eat at noon. At ...
0
votes
1answer
9 views
Taxonomy planning - SharePoint 2010
Can any one share a link for short but very useful material on Taxonomy planning? It should not be from msdn but any other source. short but very useful.
1
vote
1answer
21 views
Term Store Creation - SharePoint 2010
What is the correct way to create a term store for taxonomy planning for a medium size company?
Is it import from excel file or creation through website?
Again this is for a medium size company?
1
vote
2answers
432 views
Custom XSLT for taxonomy field in xsltlistviewwepbart for SharePoint 2010
I'm trying to modify the out-of-the-box rendering of the xslt list view webpart to collapse the terms, and show (..more) if there are more than 1 term in the field.
I already did this for an "Authors" ...
1
vote
1answer
77 views
How can I check files In using OData for SharePoint 2010?
I am uploading files to SharePoint 2010 following the answer here: Uploading files to Document Libraries using the REST API
The issue is that all of the files are set as checked out due to some ...
1
vote
1answer
537 views
Change colour/theme of sharepoint 2013 mysite across the enterprise
I was wondering how I change the MySite theme from the default blue/white look to the Oslo look, or one of the other default themes?
2
votes
1answer
444 views
Extend SharePoint Calendar
Context:
We are trying to do Event Management module to be part of SharePoint multilingual publishing website by capitalizing on the capabilities of SharePoint calendar.
The event as a business ...
0
votes
3answers
457 views
How to fix width of column in SpGridView?
I have a spgridview with dynamic column.
I want fix width and if the content is a part of it is displayed.
I use this code but don't work for me .
BoundField col = new BoundField();
col.HeaderText ...
3
votes
2answers
560 views
Data Form Web Part doesn't show data from Linked Data Source
I have Data Form Web Part with Linked Data Source which consists of three SOAP data sources to different libraries on different sites (one parent site collection with two subsites). All was ...
1
vote
4answers
2k views
How to limit Search Crawl only to subsite
I have a top site collection (http://myportal) and subsite (http://myportal/teamsite) in a SharePoint 2010 based intranet.
My Question:
I am trying to configure search in such a way that when a user ...
0
votes
0answers
9 views
Anonymous Allow on SharePoint List, but Changes are not reflected
I have one site where I enable anonymous access from Central Admin, and allowed Entire Web access in Site Collection.
But when I am trying to allow it on List Level, it is not reflecting and not ...
0
votes
1answer
530 views
listdata.svc does not respond in VS
I am trying to add list.svc to a project in VS 2010. Even though, the path http://server/site/_vti_bin/listdata.svc is accessible through internet browsers, when I attempt to add service to my ...
0
votes
1answer
815 views
How to match current user to a username column with Calculated Columns?
I have a list view that should only show when an admin adds the person's username to an "allowed viewers" username column. So, I am thinking to create a calculated column that compares the ...
4
votes
2answers
2k views
XSLT ListView web part grouping and filtering
I have a web page in sharepoint 2010 on which I have added a document library using a XSLT ListView web part in sharepoint designer. I created a parameter that gets its value from the URL and is used ...
0
votes
0answers
7 views
Sharepoint 2010 and url rewrite
My site is staging.skill.com. Now i want to access site with http://www.newskill.com. So i have added another host header entry from iis site and it is working fine. But now i want that by hiting ...
1
vote
2answers
4k views
CAML Query on “Person” field type
I would like to query list and get items that were created by specific user, in my list I have the fild "User" of type Person
I tried this but it didn't work:
<Where>
<Eq>
...
2
votes
1answer
999 views
Webprovisioned not fire
I have a code from external developer that creates site in list event receiver.
public override void ItemAdded(SPItemEventProperties properties)
{
bool EventFiringEnabledStatus = ...
0
votes
0answers
11 views
link two ascx controls
I've created a visual webpart using template from VS2010. The 1st control displays a list of items using a dataview. For the details page I added to the same project another control which produced an ...
0
votes
1answer
16 views
Help with Conditional Statement (Calculated Column)
I have created a sharepoint workbook with contract information. Three columns in this sharepoint have dates. ([Planned Release Date] , [Revised Release Date] , and [Current Release Date]). I have ...
1
vote
2answers
381 views
Sync SharePoint Calendar Overlays in Outlook
I created a SharePoint calendar with several other calendars overlaying it. I want to sync the calendar and the overlays together, as one calendar, to Outlook. I can sync the main calendar and each ...
0
votes
2answers
14 views
How to distribute People Search Core Results over two columns using XSL redux
This is a follow up to How to distribute People Search Core Results over two columns using XSL,
When I use the suggested code block in that article
<xsl:for-each ...
1
vote
1answer
21 views
ClientContext.Load on data that is already loaded
I need clarification how does ClientContext.ExecuteQuery method works in client context. For example if I use ClientContext.Load to load the data that is already initialized - will it make an request ...
1
vote
2answers
41 views
Columns are not available for metadata navigation for List with Infopath “promoted fields”
SharePoint 2010.
We have an infopath form that's basically a trouble ticket. Several (but not all) of the fields are promoted, and appear in the main/default view as columns. These columns can be ...
0
votes
1answer
393 views
SharePoint 2010 100% CPU Usage AreaTemplateSettings.aspx
Whenever I try to go to "Page layouts and site templates" (AreaTemplateSettings.aspx) in Site Settings, the w3wp process spikes to 100% on my SharePoint server and the page never loads.
Eventually I ...
0
votes
1answer
479 views
how to group sharepoint list fields under a label in editform and newform of a SPList?
I have to group few sharepoint list fields unde a label in edit form and new form.how to group sharepoint list fields under a label in editform and newform of a SPList?
0
votes
1answer
730 views
InfoPath drop down field bound to the repeating section it is housed in
I need to create a drop down list that references the repeating section it is part of. That reference will act as a filter for another drop down list.
It seems that there is a "context node" issue ...
0
votes
2answers
346 views
Error while replacing self-signed certificate with CA certificate in FAST server
I am trying to replace the self-signed certificate used while installing / configuring FAST server with a new certificate issues by my CA authority. I am following the tecnet article ...
0
votes
3answers
876 views
Is it possible to have a required field validator for Taxonomy webtagging control
Is it possible to have a required field validator for Taxonomy webtagging control. I tried using standard Required field validator but it fails. Is there any property in taxonomy webtagging control.??
...
3
votes
2answers
456 views
Jumping to a specific page within a SharePoint List
I was wondering what people think the best way is to jump to a specific page within a sharepoint list, taking into account performance considerations.
eg:
1) List with 1000 items in it
2) Each page ...

