Options for Querying beyond CAML in CSOM/JSOM
Hi all,I have used CAML queries for a while and was wondering if there is a different option for Where filters in CSOM/JSOM, or is CAML it?Thanks,KellyPersonal Blog: http://thebitsthatbyte.com
View Article"You must fill out all required properties before completing this action."...
I have a custom page layout with a few required fields on the page. When I click publish, even though the fields are filled in, I get this message "You must fill out all required properties before...
View ArticleSharePoint Client Object Model and Server object Model
Hi,I am planning to learn SharePoint 2010 Client and Server side Object Models. so i don't know where to start learning. i am looking books or links but i didn't understand which one is the best book...
View ArticleStatemachine workflow works fine in sharepoint 2010 but not in sharepoint 2013
Hi all,I have implemented a state machine work flow using visual studio 2010 for a sharepoint 2010 web application and everything is working as expected.I try to open the same solution in visual...
View ArticleAdding Columns to list from element.xml file
hi,how I can add columns to ListInstance from it element.xml file ?(like we are adding columns to list by navigating to List settings --> create column )Thanks,
View ArticleJavaScriptSerializer Error when i am using it in Sharepoint Project
hi,I am getting an error when i am using the JavascriptSerializer method in sharepoint  project.below is the code and error // get the web response string result = RequestHandler.Process(apiURL); //...
View ArticleHow to fetching users to people picker that time remove error message("No...
hi fetching users to people picker (multi users).that time i got message "No exact match was found. Click the item(s) that did not resolve for more options."but when i click an Check name it will...
View ArticleUsing CurrentPrincipal.IsInRole to hide report objects - native mode vs....
I'm using code in a report to show/hide a column based on the current user. It's using the following line of code to check role membership:System.Threading.Thread.CurrentPrincipal.IsInRole("DOMAIN...
View ArticleHow to get solution file directory in SharePoint custom webpart?
Hi,I have developed Custom Visualwebpart and deployed it in SharePoint web application. I want to get current directory of the visual webpart (the location where the solution file resides) . When I use...
View ArticleState machine workflow-List value setting on assigned to
i have state machine workfkow thats running on list i want to assign to the users which are filled in specific field in the listi.e the list have field name manager i want the value of manager field...
View ArticlePoor Large List View Column Filter Performance
I have a list with 16,000 items which does not exceed the manually increased List View Threshold of 20,000. The view I am looking at has a page size of 30 items and shows 20 columns. 8 of these columns...
View ArticleCalendar List - New Event - Title formated or calculated using [Created By]...
Hello Everyone,We are trying to resolve an issue with a calendar we use for "Out of Office" with our organization. I am hopeful someone in the Forum  might offer some advice. Background: This is a...
View ArticleRead all SharePoint 2010 Site collections
Hallo,I would like to know, how I could query all SharePoint Sites which are existing on a SharePoint Server. How can I achieve this via C#.Best regards and thanks in advance!Matthias
View Articlehow to make the Sharepoint list data update automaticall?
how to make the Share point list to update the data automatically Even without opening the.I dont know how to do .Even I will be happy if it will be done using Workflows
View ArticleDelete multiple web parts in a SharePoint 2010 page programmatically.
Hello,I'm looking for a solution to delete multiple web parts in a SharePoint page through code. The code is deleting the first web part and then throws an exception "Collection was modified;...
View ArticleDocument Library Upload - Choose a folder for destination code
Hi will you please let me know if you have object model code to 'Choose Folder' to select destination folder via dialog box?I have a restricted document library but I want to give upload option to...
View Articlecan not connect to https site using CSOM
Hi guysI'm working with CSOM to connect to SH site in 2010 outside the company, when I run the following code I receive a 403 forbidden error.Is there any way to connect to https Sh sites? test in IE...
View ArticleSession expiration in sharepoint 2010
Hi,I am new to SharePoint 2010. I am working on web part based application. When SP user logged in with SP credentials, and user left browser idle for more than 20 minutes, and again if user try to...
View ArticlePeople picker issue in Modal dialog box
We have a page with People picker ( <SharePoint:PeopleEditor> ) control added to it. This page is opened as a Modal dialog box using SP.UI.ModalDialog.showModalDialog() from another page. We have...
View ArticleGet Lists Items Related Across Two Lists Only Returns Last Record
Hi all,I have two lists that have related data. I need output the data from the second list if the data in the first list matches. Using the code below, I get a match... but it's only for the last data...
View Article