How does the SharePoint task list checkbox works (Completed & Task Name event)?
Hi All,I have a requirement like the way task list checkbox(Completed & Task name) works. Which needs to be implemented in a Custom List. Users will check/uncheck the list items in a list view and...
View ArticleCustom timer job in Visual Studio 2012
Can we write a custom timer job class in an existing project?Or do we need to create a new empty sharepoint project in Visual Studio?If so how to integrate both of them? Please correct me if I am...
View ArticleBCS to save data into different SQL Table
Hi,There is a requirement to save data back to different table instead of original table that is retrieved using BCS whenever there is any CRUD operation is performed. Any idea whether it’s possible to...
View Article_spBodyOnLoadFunctions.push failing with the default sharepoint view pagination
Hi,I'm using _spBodyOnLoadFunctions.push(handleEvents) to capture event from the SharePoint view page and updating the list values.In the SharePoint view first page my Jquery is running perfectly and...
View ArticleClear PeoplePicker value in List NewForm.aspx
Hi,In List NewForm.aspx page, i have PeoplePicker control, dropdown and few text fields.I have to load values in all fields based on dropdown changed event using jquery, i completed this part to load...
View ArticleRun user control script on root website
Hello,I am working on creating a password expiration user control for my SharePoint site. But obviously I am having trouble. For you see, while the user control works perfectly fine on any subsite...
View ArticleError occurred in deployment step 'Install app for SharePoint': We're sorry,...
While deploying sharepoint hosted app i am getting error "Error occurred in deployment step 'Install app for SharePoint': We're sorry, we weren't able to complete the operation, please try again in a...
View ArticleBuild Link in SharePoint to OneDrive in Office 365
I would like to place a link on a Page in SharePoint 2013 on Office 365 that open that users OneDrive page on their My Site. Can someone help with this...
View ArticleHow to Update List item programmatically
Hi,I am trying to update all items of a list with a value.I am using this codeSPList list = web.Lists["008"]; for (int i = 0; i < list.ItemCount; i++) { SPListItem itemToAdd =...
View ArticleUser Profile Photos problem - %2520
Hello Everybody!!!In First please sorry for my EnglishNow, about the problem(I checked every link in Google and found no fix)%2520 I configured user profile synchronization settings, paths, attributes...
View ArticleHide "Site Contents" for users
HiMy first time editing the code in SharePointI have SharePoint 2013 with Community site templateI want to hide "Site Contents" (/_layouts/15/viewlsts.aspx) Link from "Quick Launch" (left menu) and...
View ArticleOpening an embedded document in office web apps
Hi,I have a test site configured to use office web apps and it works to open documents in OWA. I have a requirement to open a powerpoint presentation embedded in page in office web apps. I used the...
View Articleincremental-update to a feature in sharepoint by powershell
New to PowerShell and SharePoint, i have a WebPart that contains a SharePoint List. After adding and installing the solution and enabling the feature, i added too many records to the list. Now i added...
View ArticleSharepoint Web Service: Update Content Type of Office-based XML Files
We have files in a SharePoint O365 library that need a custom Content Type programmatically set from an Excel spreadsheet. The content types are enabled in the library. The spreadsheet contains the...
View ArticleCalculated column formula assistance needed...
I have a task to have SharePoint write to a column based on a yes/no from another column. I have this working. There is also another column that I need to evaluate in order to keep the column "blank"...
View ArticleSharePoint 2013 Rest Api - How to get List Items
Can anyone let me know why the below method fails? I am not getting where i am making mistake. Please helpfunction getListItems(term) { var caml =...
View ArticleOverride "Email a Page link" in ribbon button functionality in SharePoint 2013
Hi,I want to override "Email a Page link" ribbon button functionality on the ribbon control. <CustomAction Id="Ribbon.WikiPageTab.Share.EmailPageLink" Location="CommandUI.Ribbon"...
View ArticleHide custom action button using javascript
Hi Team,I'm trying to hide my custom developed custom action button from ribbon. I have added EnabledScript="javascript:Check();"/> in custom action button elements.xml file.My JavaScript is failing...
View ArticleHow to Color Code Calendar in Sharepoint 2013 O365?
How do I color code the SharePoint Calendar for 2013? I haven't been able to find a site that covers for SharePoint 2013 O365.Thank you,Jack
View ArticleAuthenticate in SharePoint from ASMX web service 4.5
Hi,I'm creating ASMX web service which stands between Windows service and SharePoint. Application pool of the web service is set to the user which is registered in SharePoint.I'm trying to do some job...
View Article