Is there any existing library or framework for Logging and Exception handling...
Hello,Considering that P&P SharePoint Guidance Library is not available for SharePoint 2013, I am thinking to build one myself.Before I reinvent the wheel, I wonder if there is any existing library...
View ArticleSharePoint 2013: How to cache a UserControl output for each user?
Hello, We have a SharePoint 2013 Enterprise farm. I am building a masterpage that includes a memory and performance intensive user control ascx. I have to cache the user control’s output for each...
View ArticleHow can I create multiple instances of same app for Provider Hosted App on a...
Hi all, I've developed Provider hosted app. I covered the app into apppart. User can add several copies of this apppart even to the same page. And here is the main problem. How can I distinguish one...
View Articleunable to debug sharepoint 2013 workflow
Hi Expert,I am developing sharepoint 2013 workflow using visual studio.My solution is a sandbox one and sucessfully deploy to sharpeoint.When i start debugging. I see the...
View ArticlePushing site lookup column specific changes to lists
Hi,For quite some time I was wondering, how do you push lookup column LookupList and LookupWebId values to list without altering other list column attributes? Let me explain. We have couple site level...
View ArticleSharePoint 2013 online, custom activities in VisualStudio 2012 for...
Hello,We are developing a complex workflow to support - depending on scenarios - approvals in a chain up to 6. During different phases, there are heavy string replacements because we want to send...
View ArticleRestful api User Profile ajax calling
dear all,i am calling the below and trying to get the information in the success method, but it is showing empty, data.d.GetUserProfilePropertyFor =""if i call the same in the browser it is showing...
View ArticleNot able to use "ContextualGroup" on Ribbon in Sharepoint 2013 .
Hi,I have 1 project developed in SP2010 where I have customized ribbon. I have added custom ribbon tab in which I have usedContextualGroupin following way.<ContextualGroup Id="CustmContextualGroup"...
View ArticleSharepoint 2010 add item to list with anonymous user without code
hello,I want to add item to sharepoint 2010 list with anonymous user and i give anonymous user acess to site and i give him acess to add item to list but i didn't worki follow this steps in this...
View ArticleSharepoint 2007 Survey Link error
I am in desperate need of some help. I have a site where technical documents are reviewed in consideration for publishing. I created a Survey so that we could capture metrics on the reviews. There...
View ArticleYes / No field issue
Hi All, I am facing an issue with "Yes / No Checkbox" field while fetching results from CAML Query. I have created one sitecolumn with "Yes / No" checkbox type & added the same to a list, now I am...
View ArticleWorkflow 2013 - passing array argument
Hi,I got this simple workflow with composite task that looks like this:As you can seen nothing fancy. For this workflow I also got a custom initiation form with a simple text box for entering account...
View ArticleSPSite.Rename not working from HTTP to HTTPS (HNSC)
I have a web application using host named site collections. I set it up using HTTP, later on I figured to use HTTP. I changed the AAM to use HTTPS as default and HTTP as Intranet Zone. Everything is...
View ArticleHow to create a Visual WebPart independant of site CSS
Hi,I want to create a Visual WebPart independant of site CSS.Reason is, when deploy my visual webpart on site which is customized using CSS ,My Webpart does not render well.It's layout gets...
View ArticleHow to update SharePoint file properties like created by and created using...
I want to update SharePoint file properties like created by and created but not able to update it. Below is the code for the same. Please let me know if anyone has any idea.REST API:...
View ArticleHow to send mail using C# in Sharepoint 2013? I forgot anything?
Example source (C#):string webUrl ="http://sharepoint.example.com/";EmailProperties properties =newEmailProperties(); properties.To=newstring[]{"email@example.com"}; properties.Subject="Test subject";...
View ArticleSharepoint session difference with asp.net session?
Hi Expert,I have question regarding difference between "enabling sharepoint session" and "asp .net 's session"I have check my sharepoint using "Get-SPSessionStateService". It reported that it was...
View ArticleSetting a relative Action URL in BCS
Hi,Currently I am working a publishing portal based on cross site publishing features. The publishing portal data sources from Authoring site collection and SQL databases. I am using the following...
View ArticleQuestion regarding Display Templates
In SharePoint 2013 (the full version) you can customize the display templates so when search is performed you can customize the hover functionality (such as showing a document in a display template on...
View ArticleREST and using the $select=* with the $expand options
Hi,I am having some issues with constructing a REST query for returning the properties of a list. In my case, I need 'All' properties, not just the default ones. I can get this by applying the...
View Article