CAML with Rest in SharePoint 2010
Is it possible to use CAML with REST in SharePoint 2010? I was planning to use LINQ to SharePoint however since I am performing this on a remote laptop, I don't have the LINQ dll for SharePoint. I'm...
View ArticleEstado de Documentos
Buenas, tengo entendido que con SP puedo asignar persmisos para ver ciertos documentos segun ciertos estados. Por ej: al crear un documento, se le asigna el estado "Compras" entonces solo los usuarios...
View ArticleLaunchPickerTreeDialog 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 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 ArticleCreating folders through webdav(ie explorer) in document library
Hi ,If create a new folder in document library through UI(library tools->Documents->new folder) and ie explorer (webdav). Is there any way to track in event handler whether folders created...
View Article"SharePoint list itme update error : Invalid data has been used to update the...
Hi Everyone,i am facing one problem ...when i am updating an SharePoint List item, it is throwing above error....This is my code...... try { tbl = getListDateTable("NCR");...
View ArticleWant to move .Net Professional to Sharepoint Professional
HI,I am a .Net Professional and want to make a carrer in Sharepoint.Please suggest how to start learn Sharepoint.Thanks in advance. :)
View ArticleDocument Sets and Managed Metadata fields
I can successfully create a document set and add a Managed Metadata field to the FieldRefs of the document set's content type. All works fine. However, when I add the same MM fields to the...
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 ArticleCreating a custom reply button for Discussion Board web part
I have a use case to create a custom reply button on the discussion board web part that I can place at the top of the page. Does anyone know if there is javascript that can accomplish the same action...
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 Article