LaunchPickerTreeDialog is showing up blank in Sandbox Solution
I'm trying to create a page where users can choose a file from a file selector and then choose a destination through a different file selector and it will copy the document between libraries. I found...
View ArticleIs there a way to checkout/in a file from sharepoint by using linux command?
Hi, Is there a linux command or tool I can use to checkout/in the file from the sharepoint? I wanna do it automatically. Thanks!
View ArticleREST API update value that can contain multiple users
I have created a test list that has only two fields: Title (text) and AssignedTo (muli-value user field, no groups). I created a single item in the list using the SharePoint interface and added two...
View ArticleWorkflow errors after Upgrade-SPSolution
Hello,I have a custom solution with multiple workflows. On the environnement there are a lot of them running (more than 300) .My workflows are state-machine wf with custom task screen...
View ArticleHow get URL for list item using SharePoint client object model?
Hi, guys! May you help me?!!! I need get full URL for list item using client object model. I will appreciate any helpful links. I have part of code while (listEnum.moveNext()) { var curentItem =...
View ArticleSharepoint 2010 issue with ListViewByQuery webpart
ListViewByQuery web part not rendering when trying to use List which was created using custom list definition.If I use list created using SharePoint UI. Its just works fine.Any Property for web part...
View ArticleIn event receiver code,what is the use of 'After properties' and 'Before...
In event receiver code,what is the use of 'After properties' and 'Before Properties' methods?
View ArticleHow do I filter a list using a column from one list that is also in the other...
How do I filter a list using a related column in another list?I have a document set with a Name column (IE: Blue Folder 103), the folders will all be Blue folder 103, 104 105 etc.. so on and so foth,...
View ArticleHow to update the 'Modified' column in SharePoint list using SQL or Powershell
Hi,I have a typical issue.I need to update the SharePoint Document 'Modified' date column using with powershell or from SQL command.Could any body help me to do this change. When i check with the data...
View Articleis using document library templates across site collections supported
hi,in our production farm we use document library templates. It takes quite a bit of time to set up a library the way we want it with content types, views, settings etc. So what we have done is save...
View ArticleNot able to get default column values in SPItemEventProperties properties
Hi,I wrote one Item adding event receiver for a custom list , where I am able to get all columns values except default column values from list.It would be helpful if some one shares ideas.ThanksRaja
View ArticleContentType not applied on folder.Files.Add
Hi,I have an issue, when i add a file in a Folder the contentType isn't applied. if (fileStream != null) { Hashtable documentMetadata = new Hashtable { ,{ "vti_title", title } ,{ "ContentTypeId",...
View ArticleHow to apply infopath schema definition to my xml file through VS2010
Hi,I have a Infopath 2010 form which saves data to a form library. The InfoPath form saves data as an xml file in the form library.I am trying to generate similar xml files through VS2010 but unable to...
View Articlewhat is the difference between ListView webpart and DataView webpart?
what is the difference between ListView webpart and DataView webpart?In which scenario we will go for listview and when we will go for dataview webaprt?
View ArticleSharePoint JSON query
I have an html page that calls the SharePoint 2010 Rest service. It works well with jquery 1.3.2 but after that version, it no longer returns any results. Tried with jquery 1.6.4, 1.9 and 1.10....
View ArticleJavaScript DropDownList1.ClientID help
Hello all,I have been looking for a solution to be able to grab a value from a dropdown list that contains value from a SharePoint List column. I have the dropdown list populated with the SharePoint...
View ArticleSharePoint 2010, JSON and jQuery with Rest
Can someone point me to a site that shows how to access SharePoint content using jQuery, Rest and JSON? I have an application that will not be hosted on the SharePoint server. Would prefer a sample...
View ArticleAdd Validator Controls programmatically in an ASP.net page
I have a text box in asp.net page like below..<asp:TextBox ID="txtname" runat="server"></asp:TextBox>Now, I have added one validator control in Page_Load dynamically...protected void...
View ArticleDocument review date email notification workflow using visual studio
Hi All,I want to send an automatic email notification to review a document on the review date. I need to do this workflow in visual studio. How can i do this in visual studio? Please guide me.Thanks in...
View ArticleCustom People Picker Error on dev::"No Exact match was found. Click the...
HiFor my sins I have been asked to look at system that utilises a custom picker within a visual Web part form. Now I am debugging the SharePoint in vm which uses local accounts which is normally not a...
View Article