How to use refinement with custom search code in SharePoint 2010
Hi folks,I have built a custom search box + search results page using KeywordQuery. I am successfully able to query SharePoint and get the required results. But not able to get the refinement working...
View ArticleQueryString URL to Excel Service Slicer does not work on SharePoint 2013
I tried to have a QueryString that passes a parameter to an Excel Slicer. There is no luck with it. Does this feature work?Here is what I get when I tried:"An error occurred while attempting to set one...
View ArticleA chance for YOU to play for the SharePoint 2010 team, in the TechNet Guru...
The World Cup is here again!Not balls... brains!And YOU have been selected to play on our team!Yes forum reader, step up and take a shot!Slam some techie tips in the back of our nets!No dribbling...
View Articlehow to change a property in an itemupdated event receiver?
Hi, I have a very simple code but it doesn't change the propertypublic override void ItemUpdated(SPItemEventProperties properties){ base .ItemUpdated(properties);using(DisabledEventsScope scope =new...
View ArticleGetWorkflowInstanceService().StartWorkflow
Hello,I'm trying to start a workflow created with SharePoint Designer 2013 from a console application (sharepoint provider hosted app). I'm able to enumerate the different workflows associated...
View ArticleError when trying to get files per Client Object Model from Document Library
Hi,i am trying to get n files from a document libary through Client Object Model. But when i try it i get the following error:The property or field has not been initialized. It has not been requested...
View ArticleTurn simple powershell into a script
I have quite a few libraries that share the same column names and all need to be given default values. Rather than doing this by hand in the GUI I am turning to PS. I have few lines of PS (see below)...
View ArticleEdit Sharepoint dispForm.aspx Form to Display a of documents??
Hi All,I need some guidance on editing the disForm.aspx form. I create a "Customer" list and a "Document" library in Sharepoint. Both of them have a column called "Country". When I open a customer...
View Articlesharepoint 2010 workflow template version mix up between mutli-site restored...
we have a complex sharepoint solution:1)first we create a site with several lists and contentType workflows2)then we use the site as a template to backup and restore it to create other sites.3)we...
View ArticleCustom Field FieldControlCollection
Hi,I've created custom field which inherit from TextField field control. It's used to populate data based on few list which is configured and working fine. I would like to disable few controls [ Title...
View ArticleCustom Field : CopyIntoItems
Hi,I was created custom field.Create Site Column , marked as required field.Field included in Content TypeUploading file with valid value for Custom Field.File has been uploaded using "CopyIntoItems"...
View ArticleData view web app glitches
Hi, I've got a peculiar issue that I need help resolving. I've run it by our SP development team and none of them have come across this or have any idea how to fix it at present.I've created a custom...
View ArticleError : Field type Single line of text is not installed properly. Go to the...
I tried creating a site column at site collection level through following code :Web rootWeb = clientContext.Site.RootWeb; switch(colType) { //SINGLE LINE OF...
View Articlemultiple useres creating and updating list same time causes error
HiI am using sharepoint 2010.We ahve created one webpart which contains some dropdowns and button.On click on button we are creating the list based on selected dropwdown, assigning permissions and...
View ArticleID Numbers in Access and SharePoint question
Hello All,I have an Access application in which for each new record, I need a sequential id number. Yes, I know this question is out and about out there, BUT, the answers do not seem to fit my app....
View ArticleVisual Studio 2012: Can't access Sharepoint Web Services because of Discovery...
Hi.I've exactly the same problem that is descripted here, so I'll add its description here.My SharePoint is 2010I am trying to access the web services that are located in this...
View ArticleRequest for the permission of type 'System.Data.OracleClient.OraclePermission...
I am facing a permission issue. I am deploying my asp.net application to SharePoint 2010 environment as a WSP solution package. Our application uses Oracle client(which is deployed on the SharePoint...
View ArticleOdd Document Set Creation Error
We have an odd error that we're having trouble understanding. On the "welcome" page of a document set, we have a web part with some buttons that are used to start workflows for selected documents in...
View ArticleCMIS to Send Documents from SharePoint 2010 to another Repository
Hi,I have a requirement to send documents with all of their metadata in existing SharePoint 2010 Library to another FileNet Repository. I would like to use CMIS to accomplish this. However the CMIS...
View ArticleHow to connect to web services from iOS to get list using anonymous access
HelloThis is a public facing web site that I would like to have access to a list file to get data in an iOS app however I get 403 forbidden because I do not have a username and password. How can I get...
View Article