SharePoint 2013 Workflow Tasks and Outlook
I'm trying to find a way to have the 'Open this task' button in Outlook when a task notification from a SharePoint 2013 Workflow is sent to a user. We have been working on upgrading our SharePoint 2010...
View Articlehow to get enum values from a list (webpart custom property)
Hi.Title is all the question: in SharePoint 2010, it was possible to add code to set available values for an enum custom property (webpart). In SharePoint 2013, Visual Studio creates Elements.xml. How...
View ArticleAuditing Settings in SharePoint Online
Hi,I need some help in setting up customized auditing in SP Online. Below are the requirements- to capture view, open and download events for each item in the doc lib.- to store audit logs for a...
View ArticleSharepoint 2013 Setting people picker with Jquery not working in IE8
In a SharePoint 2013 list with a people picker column labeled Name the following code works great in IE9 and IE10, however in IE8 the script shows an undefined is null or not an object error message at...
View Articleunable to evaluate expression error in the below code ??
long maximumBytesForSiteCollection; maximumBytesForSiteCollection = Convert.ToInt32(ddlQuota.SelectedValue.Split(' ')[0]) * 1024 * 1024;SPSite _newsc = new SPSite(newSiteCollURL); SPQuota quota =...
View ArticleWhere to Start to develop a SharePoint Migration tool ?
Hi to all. I would like to develop a tool which will migrate the contents of a SharePoint site to another SharePoint site by using SharePoint Client Object Model. I want to develop the tool as a...
View ArticleVideo picture chopped off when scrolling
Hi. I try to put a video (youtube) on a page in SharePoint 2013 or SharePoint Online. It works fine. However, when I use the scrollbar to scroll down the page, the image from the video breaks. This is...
View ArticleSharePoint 2013 REST API service not working except System Account
Hi,I have used REST API service to fetch the data and show from a list. In my dev server i can able to fetch the data with all users even having read permissions. But when i moved the script to UAT...
View ArticleIssue with adding People picker control values to UserValueCollection field...
Hi All,I am getting an issue while adding custom People picker control values to a user multi field in sharepoint2013. I implemented the code as below, which is working fine in development environment...
View ArticleCustom Timer Job Last Run Time not getting exactly
Hi,I am getting to get the timer job last run time and displaying on the user control.For this i am using the method as belowBut i am not getting the exact lastruntime of timer job.I tried to use...
View ArticleThe SPListItem being updated was not retrieved with all taxonomy fields - SP...
Hi,I am trying to provision a custom list with a number of taxonomy fields in it (using a custom content type). I am using features for all. I have one features (site scoped) for the list definition,...
View ArticleHow do I open modal dialogs based on List items in SharePoint 2013
Hi I want to create a FAQs Page, displaying only the questions and when you click on the question, the answer should come in a popup or Modal Dialogs. Can I get a script that runs when an item on the...
View ArticleHow do I know how many times a Feature (ID + NAME) has been used with the Log...
Hi, I have been digging inside the RequestUsage table in the Log database. Threre is a field called FeatureID I can only join with FeatureUsage. My problem is, I want to know what featureID means in...
View ArticleCustom Style in Sharepoint 2013 Foundation
Is it possible to create custom styles in the share point 2013 foundation as it is available in the ribbon like heading 1 heading 2. I needs my custom styles available here while entering data on...
View ArticleOpen "create new file" callout on clicking a link in custom webpart
I've a link on my home page. when I click on it I've to open OOTB "Create New File" callout of user SkyDrive "Documents" library. I found there is a OOTB function "CreateNewDocumentCallout" function...
View ArticleWays of implementing data range filtering on event list
Hello,I have to implement filtering of my event list on several columns like EventType, Organisator and so on. All the columns filtering work well using OOB filtering by pressing on the header of the...
View ArticleHow to add clickable and filterable user field for users not in site
Hello!I have users in string like "Mikhail Pushin" and I want to add clickable links to users in a column of list item. Also I should be able to use filtering on this user column. Unfortunately, I...
View ArticleException of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was...
I'm trying to query a list from an intranet SharePoint site using the following code: BasicHttpBinding MyHttpBinding = new BasicHttpBinding(); MyHttpBinding.Security.Mode...
View Articleapply CSS to single term, termsets in a my taxonomy control
hi,am using the below code to iterate through the termset and term in my MMS serv appln within my taxonomy tagging control in my visual web part.here my reqmnt is if the current loggeduser doesnt...
View ArticleCreating a custom site definition or Site Template with publishing feature...
Hi,I created a Site Collection for one department with publishing feature enable on SharePoint online 2013 (office 365). I want use same copy of site template to create new site collection for other...
View Article