Get information about workflows 2013 intances
Hello,We are trying to get informations about workflows 2013 that are associated to a list.We used this code:$url = "http://namesite"; $spsite = new-object Microsoft.SharePoint.SPSite($url); $spweb =...
View ArticleRetrive Last Modified User Name from List using CSOM
Hi,I am developing a SharePoint hosted App and I want to retrieve and display the last modified name for the list item on the app.How can I get the modified name and created name from that list...
View ArticleCan't Turn off debugging in SharePoint 2013 ULS!
I have started a thread in another user forum here: http://sharepoint.stackexchange.com/questions/101773/how-to-determine-if-sharepoint-is-in-debug-mode Essentially I have followed the steps outlined...
View ArticleCreate List Definition Programmatically using Feature Receiver
I am using a Feature Receiver to create a custom content type in the FeatureActivated event. I know know to create a list instance through code to use my content type.What I would like to do is create...
View ArticleDocument Set URL too long
I have a farm solution that automatically creates a Document Set for users. In SP2010 it created a nice, compact URL, but now that I've refactored the code for 2013 the URLs it is creating are over 350...
View ArticleIs it advisable to use Google API Chart in SharePoint site?
Hello Experts,Is it advisable to use Google API Chart in SharePoint site? If not then what kind of Chart is recommendable for SharePoint 2013?Thanks in advance!
View ArticleHow to Synchronize SAP Data and SharePoint List using SAP Web Service?
I have SAP WSDL file and I need to consume that to get the data from SAP and then insert the data to SharePoint List to make SAP table and SharePoint List Synchronized. How & What are the various...
View ArticleSharePoint 2013 Image Rendition Quality
Is there any way to set the quality of the image rendition feature? By default it creates images with a low JPG compression setting that produces a lot of artifacts.
View ArticleRemoving custom result type
Hi,I added a new result type "PDF for Preview" in result type for previewing the PDF files in search result, using the following power shell command.$tenantOwner = Get-SPEnterpriseSearchOwner -Level...
View Articlehow to hide username in comments section of sharepoint 2013 blog page
I have a blog page in SharePoint 2013. In that, in the comments section, i have to hide the username of the person who posted the comment.I also have to hide it from the page source, hence i cannot use...
View ArticleFetch file URL of the pages in Pages library - Publishing site
Hi,I am reading the contents of the pages library and showing in a gridview.I am showing the page title. I would like to show a clickable link of the Title field.I mean on clicking the Title column,...
View ArticleSharepoint 2013 - How to clear people picker field with Javascript
Hi,I'm trying to clear a people picker field in a newform. aspx using Javascript with SharePoint 2013.I'm not able to manage that with SP2010 Javascript Anyone knows how to ? thanks
View ArticleHow to set RelationshipDeleteBehavior on a list using a site column and...
On Prem development machine, I'm writng a deployment routine in c# using the client object model. I've created some site columns of type Lookup, I've created a content type and added those lookup...
View ArticleFly-Out Menu background
I have enabled the fly-out menu option on my SharePoint 2013 master page using the code below. Can someone tell me how to set the width of the background box? In Chrome the text is wider than the...
View ArticleSite lookup columns empty on some subsites.
Hello all,I have a lookup column that contains employee info from a list stored in the root of the site collection. I called it lkupEmployeeNameOn one sub site that is one level down from the root, I...
View Articlejavascript to strat workflow
hi i am trying to start workflow using javascript i got some code i am facing problem with below code. var servicesManager = SP.WorkflowServices.WorkflowServicesManager.newObject(context, web);it is...
View Articlehow SharePoint actually works?
If some one ask in interview that how SharePoint actually works? is this correct answer or this is too short?In order to understand how WSS works with IIS, we need to first understand the concept of...
View ArticleRead large list
We have a very large list of nearly 50,000 items. Which client does not want to keep in a single list itself. Now we need to read entire list and put data into a text file as comma separated. with...
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 Online CSOM GetChanges
Hi, I can't seem to find answer to simple question,so could anyone please help with this: In current (v15/16) SharePoint Online, can I use CSOM to get list of changes on list/site using GetChanges API...
View Article