Lazy Loading of custom SharePoint form using ASP.Net and C# for better performance 3 October 2014 I came across a scenario where I needed to show related lists data on the main list item display form (which was custom .aspx form). Many others lists have lookup field to main lists. I first tried to load […]
Workaround: The length of the string exceeds the value set on the maxJsonLength property in SharePoint 2013 list forms 18 July 2014 I was getting this error when I opened a SharePoint list display/New forms. The error appears when I was doing load/scalability testing of SharePoint list with lot of data. The main list has […]
Register-SPWorkflowService : The root of the certificate chain is not a trusted root authority 17 November 2013 With my recent experience with workflow server configuration I encounter an error when tried to register workflow service with SharePoint 2013 farm. I want to connect workflow server to SharePoint web server where communication takes place via https. […]
SharePoint 2013 Site Mailbox App Configuration 17 November 2013 In SharePoint 2013 a site mailbox is a central email and document sharing account which a team can access from a SharePoint site. It will generate an email address; any mail sent to that email address will be accessible via mail box of SharePoint site depending […]
Failed to query the OAuth S2S metadata endpoint URI SP2013 register workflow service error 15 November 2013 Couple of day ago, I setup new SharePoint 2013 UAT Farm for our new application testing. The application also contains several SharePoint 2013 workflows build in visual studio 2012. For that reason I had to configure workflow server […]
Customise list field rendering in SharePoint 2013 using JS Link 11 November 2013 Today I am going to show you that how easy it is to render SharePoint 2013 list fields the way you want via JSLink. For the purpose of this demo I have created a task list and updated the choice of “Priority” […]
How to change default Language in SharePoint 2013 multilingual site 28 July 2013 As we know, in SharePoint 2010 we can install Language Packs and use more than one language at the frontend. We can find the language setting under “Site Settings”, where we can select all the languages our site should use. But […]
Start workflow programatically in SharePoint 2013 23 June 2013 I had a business requirement where I need to start SharePoint 2013 workflow on demand. We have a form to validate some data on a list item before starting the workflow. When user click on continue button of validation form it first validate all field, once […]
Hardware Requirements for SharePoint 2013 Workflow Manager Server 13 May 2013 I was searching on the internet to find out the recommended hardware requirements for workflow manager server but found nothing. I have a business application with custom Visual studio workflows which will be used by about 10,000 user’s .I have configured the separate workflow […]
Configure Business connectivity service application for SharePoint 2013 (On-premises) 19 April 2013 Business Connectivity Services is a set of services and features that connect SharePoint-based solutions to sources of external data. This post will explain how to create Microsoft Business connectivity service instance for SharePoint 2013 Farm. Prerequisites Make sure that you have SharePoint 2013 […]