SharePoint 2010 Web-Services
Is the listData web-service accessible from the internet?ie. http://siteurl.com/_vti_bin/listdata.svc
View ArticleSending Email though Server object model(User names are in list)
hi,I have a Sharepoint list called as Managers. This is list for to store all of the managers names under one of the collumnColumn Name: Manager NameType: People picker controlIf I type user name, it...
View ArticleCustom Master page set as a default on feature activation in Moss
I've a site in moss. I have created feature in my solution and on feature activation it will set the custom master pageCustomMaster.master as a default master page and on feature deactivation it will...
View ArticleWhy are some fields not accessible when using the internal field name and...
There are certain fields on our SharePoint install that aren't accesible using the internal name. For example..var query = new SPQuery();query.RowLimit = 2000; query.ViewAttributes =...
View ArticleUsing SharePoint 2013 Client dll to connect to SharePoint 2010
We need to create a single windows forms application which will connect to both SP 2013 and SP 2010. We are using client side object model in windows forms application to connect to SharePoint.My...
View ArticleSharePoint Excel sheet generation
Hey everyone,I am working on creating a workflow that will take a select portion of a document library, write each item in a row on an excel sheet, and save that excel in a different library once a...
View ArticleLookup column reference content type insteal of list
i need to create look up column in SharePoint 201o using XML, my problem is i need the look up column to reference certain content type on the list instead of referencing the list itself, can we do...
View ArticleQuery Pages library using Javascript client object model
Hi,I have a publishing site. In the pages library, i have column called "Category". The options in category are "News", "General".When a new page is created , the users select the category and then add...
View ArticleUsing Paging and retrieving content from Library in Visual webpart
Hi,I am trying to read the contents of a document library and display that in a visual webpart. I am not using the Content query webpart, but a custom visual webpart. The document library contents are...
View ArticleSPQuery disables ribbon buttons
Hello,I have an external list where I have added functionality so I can filter it.string parameters = customersView.ParameterBindings; customersView.ParameterBindings = parameters +...
View ArticleIs there any BoxPlot specific documentation available for SharePoint Chart...
I'm trying to find specific documentation with examples on how to set up a chart web part using the BoxPlot chart type. Every example I've found thus far is only general documentation on the chart web...
View ArticleStarting WF from WFManager not working as expected
I have a custom workflow actions that starts another workflow based on the the association name of the SPWorkflowAssociation.Name. this same workflow can also be started directly from the UI. I can't...
View ArticleHow to copy and move selected documents to another library with custom button...
Hello Everyone,I need to copy and move selected documents from a library to another library using the ribbon with a custom action button event click copy on the first library and custom action button...
View ArticleOutput SharePoint 2010 List Item to Word document
Hi,I have to implement an interesting client requirement. The scenario is - There is a custom web-part having 10-15 controls with multiple line of text, some drop downs etc, where user can fill...
View ArticleExport to excel in OOTB Search Results page in SP 2010
Hi,I am using OOTB Advance Search and Result pages and web part in SP 2010. I want to export search results generated in the OOTB CoreResults search web part to the excel application. I do not to...
View ArticleHow to avoid using subfolders in libraries and use views to show all data
Hi allI am very new to Sharepoint design so hopefully I can explain what I need properly.I have a sharepoint site which I upload a lot of data to. Most of the data I can categorise into subfolders...
View Articleupload programatically (twice a week) external data coming from SQL server...
What is the simple and fast way to upload programatically (twice a week) external data coming from SQL server 2008R2 to a SharePoint list in 2010? ( I am not SharePoint farmer)Amount of records is...
View ArticleJavaScript - How to get Attachments in an SPLIstItem?
Hi there,In SharePoint 2010 List (JavaScript) how can I get Attachments in an SPListItem?Thank you.
View ArticleJavaScript - How to make a copy of SPListItem in same list?
Hi there,For a SharePoint 2010 list - is there any JavaScript code/method that can make a copy of an SPListItem in the same list?Thank you.
View ArticleCannot edit properties after overwriting file in a document library
I am (programmatically) overwriting a file in a document library after which none of the metadata fields can be edited either programmatically or manually: Edit Properties -> change something ->...
View Article