Visual Studio 2012 SharePoint Project Error : The partial project item type...
Hi, I am getting this error from visual studio 2012 whenever i try to create the following project types: - Workflow Custom activity - Web parts The error is as mentioned below"The partial project item...
View ArticleCalendar Overlay: Open In Same Browser
I am in need of a SharePoint 2013 script for having a calendar overlay open in the same window (not in new tab or window) once an item is selected. I have tried the following script, but need one 2013...
View ArticleAdding custom properties to Content Search Web Part.
Hi,Can any one tell me how we can extend the content search web part to add additional properties to the winrow which appears when we Edit the web part.Thank You.kesari suresh
View ArticleCascading Dropdown SP2013
I am new to SharePoint 2013. What I need to figure out is based on the following situation. I have several school districts with multiple schools within the school district. I would like to create a...
View ArticleEnabling and Disabling Minimal Download Strategy in sharePoint2013
Hi Team,Currently i am using Sp2013, Every time its appending "_layouts/15/start.aspx" due to Minimal Download Strategy feature. how to deactivate this Minimal Download Strategy through programming.i...
View ArticleSharepoint 2013 Managed Metadata Display Format Value.
Hi,I have a powershell script that creates Managed Metadata Site Columns from my taxonomy fields.With it I can set some of the options of the column, like if it's multivalued or not, but I don't see...
View ArticleAuthenticate user once for all apps
Hi,We are deploying several SharePoint-hosted apps in our environment. The app catalog and web application where these apps are installed uses windows authentication (NTLM). The web application and...
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 ArticleHow to return 3 lists data from once class to Visual Web part
Hi All,I have created a Visual Web Part and added a class(Splogic.CS) for SharePoint logic purpose.In Visual Web Part i have added 4 dropdownlists. In Class Splogic.CS i wrote a method which fetch data...
View ArticleAD and Sharpoint Sync
Hi,I have a situation where I need to programmatically sync Ad users with Sharepoint.Our environment has trust issues and uses ADFS as authentication provider. So I am looking for an alternative to...
View Article2013 Workflow with Unique Permissions on Task List ends up suspended
Hi,We are currently encountering an issue. We have a simple SharePoint 2013 Workflow which assigns a task to the user who initiated the workflow. The thing is that if we stop inheriting permissions on...
View ArticleUploading bigger files using CSOM
Hi,whenever i try to use this codevar myFile = new FileCreationInformation(); myFile.ContentStream = doc.ContentStream; using (ClientContext ctx =...
View ArticleList which should show as empty until items are searched
Hey,I've inserted an App Part of a list using a custom view. This view shows only the title of the items. My goal is to have the list shown as empty (=basically only showing the search box of the App...
View ArticleCan an events calendar in SP2013 have variations?
Hi, Would like to know from SharePoint 2013 product team if the Events list template in SharePoint allows a way for us to have variations?If a generic list template is used then we are getting...
View ArticleHow to filter Data in dropDownList column (lookup value in sp list) depending...
Hi,I am working with sharepoint 2013... I have two lists;1°/ Cars{brand,color,price} 2°/ Colors{designation,availability}.I made the field 'color' (cars list's field) as a lookup field to display...
View ArticleHide search box on site settings and Add an app page
Hi I am creating a custom master page and I have a default search box in header, I will be using same master page as site and system master page, currently search box is visible on all pages but...
View ArticleSharePoint 2013 Rest API - How to get the item count with startsWith
Hi All,I am using the below url to get the item count for specfied startsWith. For example I want to know how many items are there in the list which starts with "A". When i hit the below url in the...
View ArticleOpening Provider-Hosted App Page in the modal dialog.
I'm new to app development in SharePoint and I'm confused by what the limitations are when opening a page that resides inside the app web in a modal dialog.Why will SharePoint allow me to open in a...
View ArticleGetting the document ID of an uploaded document
Hello All,Perhaps someone out there can help with this assumingly simple task of getting the document id of a file that was uploaded.Back ground:I have a separate system which retains records of...
View ArticleHow to render the Yes/No check-box field as a check box in SharePoint View Pages
Hi All,How to render the Yes/No Check-box field type as a check-box in a SharePoint view pages.The check-box filed will be displayed as check-box in New & Edit Form. I want to display it as a...
View Article