Browse by Tags

Tagged Content List
  • Wiki Page: SharePoint Online Show modal pop up using client side code JSOM

    Here we will discuss how we can show modal popup using the client-side code in SharePoint Online. The same code will also work in SharePoint 2016 . Here we will use a script editor web part to insert the code into a web part page. Below is the code which will open the dialog box when the...
  • Wiki Page: SharePoint Online Office 365 Add default content to Custom Document Sets content type

    Here we will discuss how we can create a custom document set content type as well as we will see how we can add default content to a document set content type in SharePoint Online Office 365. Document sets is a feature which comes in SharePoint 2013, which helps to store and manage related documents...
  • Wiki Page: SharePoint 2016: Steps to create custom timer job using Visual Studio 2015

    In this particular article, we are going to can create a custom timer job in SharePoint 2016 using Visual Studio 2015. The steps are the same for SharePoint 2013 as well. In this example, the timer job will do the following tasks. - It will read the items from a SharePoint list. - Then it will create...
  • Wiki Page: SharePoint: Maintenance Page for Deleting and Archiving Items

    Table of Contents Introduction How it works Running Health Check Deleting Items Archiving Items Adding to your SharePoint Page Introduction This SharePoint Maintenance Page has the ff. features Check item count for all Lists & Libraries on your SharePoint Site Highlight Lists &...
  • Wiki Page: SharePoint: Object doesn't support property or method 'addEventListener'

    Table of Contents Problem Solution References Problem A user submitted a ticket indicating that when she navigated to a custom page (in Internet Explorer) to modify and submit a form, she experienced the following error: The page was hosted on a SharePoint 2010 site. The error was repeatable...
  • Wiki Page: SharePoint 2013: How to Connect a Filter to a Chart Web Part

    Introduction Table of Contents Introduction Background Procedure References Notes In this posting, I will walk you through the process of connecting a Choice Filter web part to a Chart web part so that the range of data shown in the chart depends on a user selection. The chart...
  • Wiki Page: SharePoint 2013: how to create a custom access denied page

    Table of Contents Introduction Procedure References Notes Introduction Previously, in SharePoint 2010, when modifying the Access Denied page via PowerShell, you used the web application's UpdateMappedPage method. Now, in SharePoint 2013, you use the Set-SPCustomLayoutsPage command. The...
  • Wiki Page: SharePoint 2013 Notes: Moving a wildcard inclusion path site collection to root

    Introduction Table of Contents Introduction Procedure References Notes This posting consolidates notes and references on how to move a target site collection from its wildcard inclusion path to the root of that path. This effort is part of a larger effort to migrate a web application...
  • Wiki Page: Sharepoint 2013: “Open with Explorer” is disabled in for document library

    The Solution Please find the limitations below on open with the explorer. Since SharePoint 2013 fully supports IE(Internet Explorer) 32-bit version above version 7, there might be compatibility issues with other browsers. IE 8,9,10 32-bit is recommended for optimal performance. Open the same...
  • Wiki Page: SharePoint 2013 Tip: How to implement multi-level flyouts in global navigation

    The default depth for multi-level flyouts in global navigation is 2. In other words, you can configure a single dropdown list of menu options for each menu and on flyout for each of those menu options: MENU1 Menu11 Menu12 menu121 menu122 menu123 MENU2 Menu21 Menu22...
  • Wiki Page: SharePoint 2013: Articoli della Microsoft Knowledge Base per i prodotti e le tecnologie (it-IT)

    Table of Contents Introduction various SharePoint Designer 2013 SharePoint Server 2013 See also Other languages English (en-US) Introduction This page contains a list of Microsoft Knowledge Base articles related to Microsoft SharePoint 2013. You can freely add articles as they are published...
  • Wiki Page: Install SharePoint 2013 Offline on Windows Server 2012 R2

    To Install SharePoint offline over windows server 2012 R2: Adjust security permission for setup account (local admin on SharePoint server, dbcreator and securityadmin SQL roles on the SQL instance) On SQL server make sure to set Max degree of parallelism to 1 On the servers add required...
  • Wiki Page: SharePoint Server: How to build a custom report for lists, libraries or sites

    Table of Contents Introduction Requirements Setting the scene Closer look at the data Usage and Health Data Collection Service Application Site collection's content database The Pages library Building the report Data connections Datasets UsageApplication LMUserInfo LMArticles Building the table Log...
  • Wiki Page: SharePoint 2013 Step-By-Step: Configuring eDiscovery

    Table of Contents Steps Create Application management Service Application On the first WFE: Then on each other front end and on each apps server do the following: Then on each SharePoint server needs to do the following: Install the Exchange Web Service API 1.2 (EwsManagedApi.msi) On ALL Exchange Servers...
  • Wiki Page: SharePoint 2013 External List from Oracle database

    Table of Contents Brief Description Setting the scene Pre-Requisites Oracle Server SQL Server SharePoint Server Setup and Configuration SQL Server TNS and SQLNet Create the connection on Oracle SQL developer Create the linked server Create a new database and create a view SharePoint Server Create a Secure...
  • Wiki Page: SharePoint 2013 : An Introduction to JSLink

    Table of Contents Setting the scene Introduction Scenario Approach Conclusion References See Also Setting the scene Client Side Rendering (CSR) is one of the new concepts introduced by Microsoft in SharePoint 2013. With the help of this new feature, you don’t have to write XSLT to style SharePoint...
  • Wiki Page: SharePoint: Build a Webpart to Resize and Upload Images to a Picture Library

    Table of Contents Introduction Visual Webpart Example See Also References Introduction Uploading a file to SharePoint in a custom webpart is very easy; as simple example involves adding an asp : FileUpload control to your webpart and adding a button to click on (to upload the selected file...
  • Wiki Page: SharePoint 2013: Crawl file shares for Claims ADFS Users

    Table of Contents Introduction Background SharePoint Farm - Prerequisites The File System - Permissions The Problem: Missing results with AD FS Demonstration with a Basic Search Center AD FS and Claims Rules - Configuration The Solution - Pass through Claims for Group Membership Links and Related Information...
  • Wiki Page: SharePoint 2013: Yammer Search Deep integration with SharePoint search

    Table of Contents Introduction Case Statement Yammer REST API Concept SharePoint 2013 tabs/navigation Concept Solution to Case Statement Steps to display Yammer People search: Screenshot Yammer People search Script: Yammer Conversations search Script: Yammer Group search Script: See Also Introduction...
  • Wiki Page: SharePoint: A Complete Guide to Getting and Setting Fields using C#

    Table of Contents Introduction Applies To Get the List, and the first SPListItem Create Variables used in the Examples Set and Get the Title Set and Get a Text Field Set and Get a Note (or RichText) Field Set and Get a Yes/No Field (Boolean) Set and Get a Number Field Set and Get a Currency (Number)...
  • Wiki Page: Packaging And Deploying In SharePoint 2013 Designer Workflow

    Table of Contents Introduction Scenario Deploy a SharePoint solution package Activate the workflow feature Introduction SharePoint Designer 2013 provides the capability to save a workflow as a template. Saving a workflow as a template is also known as packaging the workflow. This capability...
  • Wiki Page: SharePoint List Type Column to show icon based on file type attached

    This article describes how to show the file attachment type in a SharePoint list. Table of Contents Introduction Default View Code Result Introduction By default when Type column is enabled it shows a "general" icon for all types of attachment, whatever their file type....
  • Wiki Page: SharePoint 2013 Workflow - App Permissions

    Table of Contents Scenario Details Solutions Scenario Create a SharePoint Designer 2013 Workflow associated with the security list and set it to start automatically when a list item is created. Once the user submits his comment, the Workflow will create the list item in the security list with...
  • Wiki Page: SharePoint 2013: Création et migration d’une application web (et nouveautés sur l’authentification) (fr-FR)

    Table of Contents Création d’une application web via l’administration centrale Création d’une application web via PowerShell Création d’une application web en mode Claims Migration d’une application web Autres langues Cet article va présenter les procédures de création et de migration d’une application...
  • Wiki Page: SharePoint 2013: Create and migrate a web application (and news on authentication)

    Table of Contents Create a web application via central administration Create a web application via PowerShell Create a web application in Claims mode Migrate a web application Other languages This article will explains how to create and migrate a web application (via central administration and...
Page 13 of 56 (1,385 items) «1112131415»
Can't find it? Write it!