Showing posts with label SharePoint Designer. Show all posts
Showing posts with label SharePoint Designer. Show all posts

Nov 3, 2017

We can't do that for you because the file is no longer checked out or has been deleted

This error is an interesting scenario but so weird one which I faced recently while migrating SharePoint 2010 designer workflows to SharePoint Online.Post migration, when I try to edit the workflow in designer I got the below error: It clearly shows some configuration files are missing. Hence I...

Dec 13, 2016

Character Limit using JQuery in SharePoint

In this post, we will learn how to implement Character Count (here in this example, maximum allowed 2000 characters) using JQuery in SharePoint. Prerequisite: 1. Create a SharePoint List with a column named "Comments" - data type Multi line text with plain text as the option selected 2. SharePoint...

Oct 17, 2016

Accessing Radio Buttons using JQuery in SharePoint Online

I couldn't find anything obvious for accessing SharePoint Radio Buttons so chucked this together, hopefully useful for someone else :) Note: The below code/solution is applicable to accessing radio button in a custom SharePoint List forms. To know how to create a custom form in SharePoint Online,...

Oct 13, 2016

Get Current Logged in User & Manager using REST API in SharePoint Online

Scenario:  Environment: SharePoint Online  Approach:      Populating Current logged in user in People Picker. Also populating user's Manager automatically using REST API and SP Services. Solution: 1. Create an SharePoint custom list "Learning" (in my case). 2. Create...

Oct 10, 2016

Deploying List Workflow in SharePoint Online

Recently, I had a query from one of my readers about migrating the Workflows from development to production and the environment is SharePoint Online. Scenario: Suppose that you have created a List Workflow in development site in SP Online and now it is ready to move to Production in SP Online, you...

Oct 29, 2013

The Server could not complete your request SharePoint Designer 2013

Problem: When I tried opening SharePoint 2013 site in SharePoint Designer, I got the following error: When I clicked on Details, it opened another dialog and continuously pop up window is opening and not able to open the SharePoint site.  Finally got an error message Solution:  ...

Aug 7, 2013

Create Custom Page Layouts in SharePoint 2013

In this article we will learn how to create Custom Page Layouts for SharePoint 2013. Like SP 2010, we can create Custom Page Layouts in SharePoint 2013 using Visual Studio 2012 and Microsoft SharePoint Designer 2013 either from the scratch or by using the existing Layouts. New in SharePoint 2013: In SharePoint...

Jul 22, 2013

Creating Master Page with HTML Templates in SharePoint 2013

SharePoint 2013 has many new and improved design features for designing and branding it. In SP 2013, a new concept called Design Manager has been introduced where all the site branding is managed. The following article explains the step by step process of converting HTML Master Pages for using Design...

May 6, 2012

Creating FAVICON for WSS 3.0 and MOSS 2007

In this article, we have learned how to Changing the FavIcon in SharePoint 2010. But there is no favIcon for WSS 3.0 and MOSS 2007 by default. Then how to create favicon for the lower versions of the SharePoint. Here is the solution. Steps: 1. Open the SharePoint site (WSS 3.0 or MOSS 2007) in SharePoint designer 2007 2. Edit the master page 3. Add the below tag before end of the HEAD tag in the...

May 3, 2012

Changing Favicon in SharePoint 2010

What is Favicon? All the top websites in the internet will have their favicon in the address bar. Similarly SharePoint 2010 sites also have its favicon in the address bar as shown below: What is the use of Favicon? When we are saving a site as a favorite then this icon will be saved for the...

Apr 22, 2012

New features of SharePoint Designer 2010

Read this article, to know the Basics of Workflow in SharePoint. Read this article, to know about Implementing Designer workflow in SharePoint using SharePoint designer 2007.In this article, we will come to know about the new features added in the SharePoint designer 2010 for the workflow. What...

Apr 16, 2012

Workflow using SharePoint designer 2007

To know about the basics of the Work flows in SharePoint, read this article. In this article, we will learn how to create a designer workflow in SharePoint designer 2007. Scenario: 1.   Create a workflow in SharePoint designer 2007 2.   This workflow should be automatically...