How To Use The SPULSRetriever.GetULSEntries Method
This is the method in question: https://msdn.microsoft.com/EN-US/library/office/microsoft.sharepoint.diagnostics.spulsretriever.getulsentries.aspxI recently found this method and was interested in...
View ArticleCalculation formula wrong ?
Hi I have been trying to work out a formula that calculates how many days there are left between 2 dates:I have these fields:WorkReceived - Date Field (Today's Date+7)CompleteBy - Date Field (Shows the...
View ArticleHow to get the version number of a SharePoint hosted App instance using...
Hi,Is there a way to find out the version of an App instance using SP JavaScript library? The App is SharePoint Hosted and has been deployed to the current site.I have an aspx page which will be...
View ArticleVisual Studio download a document from a document libary and upload it to a...
I have created a custom ribbon action and a application page in visual studio. The user presses my ribbon in sharepoint and it calls the application page that in turn downloads that file. here is the...
View ArticleBranding Provider Hosted App.
Is it possible to use the Default SharePoint Masterpage in a Provider Hosted MVC App on the appweb?I want to have the same branding, quicklaunch bars, side launch bars ect in my provider hosted App and...
View ArticleDisplay Listviewwebpart dynamically using jQuery
I want to show different list/library view (LVWP) dynamically on button click. The solution Display List dynamically is not working for SharePoint 2013.Seems that it is only for MOSS 2007 Please...
View ArticleHow to change feature id in an existing Visual Studio solution
I have created a Visual Studio solution containing all the required design elements (like master pages and user controls) that I would be re-using in all my new applications. I created a visual studio...
View ArticleHow do I copy over "Created By" & "Modified By" field values to a new...
I have a site that was migrated from SP 2007 to 2013, using a docave tool...this works fine and everything seems to be okay. However I now have to move documents from one Library to a new one, along...
View ArticleHow do I update columns in a library using PowerShell during a file upload?
I am trying to put together a script that will do a bulk upload of files along with associated metadata into a SP library. The first part of the requirement is to upload .pdf files while grabbing the...
View ArticleOffice 365 Files REST API - Get direct children in the root of the default...
I'm trying to work with Office 365 Files REST API which works just fine except one thing that I'm struggling with.What I need for my application is to make an explorer like browse capability for...
View ArticleHow to add text into textbox using ECMA script
How to add text into textbox using ECMA script
View ArticleGetting Client Context in Class Library for Sharepoint 2013 provider hosted app
I have created an MVC Provider hosted app. From my controllers I can easily get the client context via:var spContext = SharePointContextProvider.Current.GetSharePointContext(HttpContext);But in my...
View ArticleSequence of SPList.Fields
Dear Friends, I'm trying to get the list of fields of a SharePoint list using SPList.Fields property. What is the sequence it returns the fields? It is different from environment to...
View ArticleRefresh Excel Web Access Webpart
I wanted to Refresh Excel Web Access Webpart from the client-side.How can I use a JavaScript to invoke the File > Refresh of web part from the client side?Thanks in advance.
View ArticleHow to download list item attachment from display.aspx
Im uploading documentsto list item in list by using file upload control. Now I should download that file. I can able to insert documents into list item in attachment column which is predefined but am...
View ArticleREST API - ItemAttachment - Download msg file as binary file
Hello,I have an email with another email as attachment. The original attachment was a .msg file.I am getting the attachment (an email) using :...
View ArticleCannot save item in custom list
I have a strange issue.I duplicated a web application to our QA server from a production server. All existing sub sites and lists seems work fine. However, when I created a new sub site, I have problem...
View ArticleBUG: Client-side rendering (JSLink) breaks in Sites with MDS feature enabled...
When using custom rendering (client-side rendering using JSLink property on a field) to customize the appearance of the field in list views, the customization is only working with fully rendered pages....
View ArticleNeed to pass simple text to all columns of list
Hi,I have a text box and text in the text box need to filter all columns in the list view.text in text box is passed to all columns to filter list How to achieve this.Regards,Siva.
View ArticleDoes upgrading a SP2010 site to SP2013 also migrates all the sub-sites
Hi, I'm dealing with a migration from SP2010 to 2013, and few questions are coming up that might be quite obvious for the initiated...here's one:With reference to this article:...
View Article