Browse by Tags

Tagged Content List
  • Wiki Page: SharePoint Online Office 365 Create Site using Rest API

    Table of Contents Introduction HTML Code REST API Code References: Conclusion Introduction Here we will discuss how we can create a SharePoint site using REST API in SharePoint Online Office 365 . This will also work fine with SharePoint 2013 and SharePoint 2016. Here we have taken two...
  • Wiki Page: SharePoint Online Office 365 Create column in list using Rest API

    Table of Contents Introduction: HTML Code: References: Conclusion: Introduction: Here we will discuss how we can create column in a list using Rest API in SharePoint Online Office 365 site. The same code will also work fine for SharePoint 2013 and SharePoint 2016. Here in this demo let us...
  • Wiki Page: SharePoint Online Office 365 : Delete SharePoint Site using Rest API

    Table of Contents Introduction: HTML Code: Rest API Code: References: Conclusion: Introduction: Here we will discuss how we can delete a SharePoint site using Rest API in SharePoint Online Office 365. The same code will also work in SharePoint 2013 and SharePoint 2016. You can also check my previous...
  • Wiki Page: SharePoint online or SharePoint 2013 : Create or Delete list using JavaScript Object Model

    Table of Contents Introduction: Create List using JavaScript Object Model: HTML Code: JavaScript Object Model Code: Delete List using JavaScript Object Model: HTML Code: JavaScript Object Model Code: References: Conclusion: Introduction: Here we will discuss how we can create an announcement or...
  • Wiki Page: SharePoint 2013 - How to Adapt your Customizations in MDS Environment

    Table of Contents Introduction Scenario Solution/ Code Snippet Javascript Code: Master Page Code: Introduction SharePoint 2013 introduces a new feature “ Minimal Download Strategy ” or “ MDS ” to improve the page performance. MDS is a technology which allows SharePoint sites to download and render...
  • Wiki Page: SharePoint 2013: Use Of PreSaveAction Function on List Forms

    Table of Contents Introduction Scenario Solution Reference Introduction PreSaveAction() is a JavaScript function which helps us to do something before the item will be saved. PreSaveAction function allows overriding functionality when Save button is clicked. PreSaveAction function executes the ...
  • Wiki Page: SharePoint 2013 Add Header and Footer to list view web part using JSLink

    Table of Contents Introduction: Background: References: Conclusion: Introduction: Here we will discuss how we can add header and footer into a list view web part using JSLink in SharePoint 2013 or SharePoint 2016 or SharePoint Online . Here we have a list known as Trainings and let us add...
  • Wiki Page: SharePoint 2013: Search Query APIs

    Table of Contents Introduction Location of the Search Rest service The Search REST API Introduction In this article I'll go through the details of the SharePoint 2013 Search REST API. This new REST service is the best way to go in a variety of application scenarios. SharePoint Apps built using...
  • Wiki Page: SharePoint: How to remove Orphaned Site Collection?

    In order to meet the end users' requirement and improve their collaboration workplace, most of Enterprise customers do some customizable deployment in the Production environment. But once the customers make the upgrade decision, they will face to the problem: DBs are up to upgrade, but some site...
  • Wiki Page: SharePoint Provider Hosted Apps: How to Send Email

    Table of Contents Using general Email Sending method Using SharePoint Client Object Model (CSOM) Using SharePoint JavaScript Model (JSOM) There are several alternative approaches available to send Emails from SharePoint Provider Hosted apps: General Email Sending method SharePoint Client Object...
  • Wiki Page: SharePoint 2013: New Features in Word Automation Services

    Table of Contents Introduction Stream Support Sample Code On Demand See Also References Introduction Word Automation Services was provided by Microsoft in SharePoint 2010 and Office 2010. To Automate MSWord Base Bulk file Operations on Server. Operations which include Converting Documents from...
  • Wiki Page: SharePoint 2013: easily hide and show list form fields using PowerShell

    Introduction Table of Contents Introduction Procedure References Notes There are a few different ways to make list forms display only the columns you want to display and not display the others. One way is to create custom New, Edit and Display list forms presenting only those...
  • Wiki Page: SharePoint : Expandable/Collapsible Headers Solution for Pages

    Table of Contents Background Code Implementation Notes: Background This solution can be used to replicate native MS Office expandable/collapsible headers which is not available Out-of-the-box in SharePoint. This technique is very useful in creating Publishing Pages and FAQs. Code The simple...
  • Wiki Page: SharePoint 2013: Search Scopes Using Result Sources

    Table of Contents Introduction What happened to Search Scopes? What are Result Sources? Procedure: Introduction In SharePoint 2013 Search Scopes have become Result Sources, the "scopes" are replaced by a new thing called “Result Sources”. "replaced" means you cannot create or...
  • Wiki Page: Artykuły i zasoby dotyczące SharePoint'a (pl-PL)

    Table of Contents Wprowadzenie SharePoint Online SharePoint 2013/2016 Wprowadzenie Poniższa strony zawiera artykuły i materiały dotyczące SharePointa opublikowane w polskiej wersji języcznej. Lista zasobów w języku angielskim jest dostępna tutaj . SharePoint Online Usuń unikatowe...
  • Wiki Page: SharePoint 2013: Using Log Parser to develop usage metrics

    Introduction Table of Contents Introduction Procedure References Notes Microsoft LogParser provides the SharePoint administrator with significantly greater usage analysis capabilities than those previously offered in SharePoint 2010 and much much more so than offered in 2013,...
  • Wiki Page: SharePoint 2010: Unknown Error Accessing Storage Allocation Page

    Issue After clicking on Storage Space Allocation ( Site Actions, Site settings, Site Collection Administration), you get an "Unknown Error on page" error message. Applies To SharePoint Server 2007 SharePoint Server 2013 SharePoint Foundation 2010 and 2013. Troubleshooting...
  • Wiki Page: SharePoint 2013: Show Twitter Feed

    Table of Contents Procedure Mandatory In this article, we want to show how to work with the Twitter Feed for SharePoint 2013. This feed is based on the Twitter API to create a jQuery based Twitter feed. We showed you how to integrate Twitter with SharePoint 2013. This was pretty easy to set up...
  • Wiki Page: SharePoint 2013: Build a testing email system

    In almost SharePoint workflow deployments, notification via email is one of the essential requirements. This requires a setup of email system in your internal infrastructure to test notification and email functionality. One of the burdens is that the setup requires additional hardware resources to...
  • Wiki Page: SharePoint 2013: Ways To Add Item In List

    In this article we explore in Microsoft SharePoint provider different ways to add item in SharePoint list. Table of Contents Out-of-box Using C#(server object model) Using C#(Client object model): SharePoint Web Services (jQuery) SharePoint REST API SharePoint PowerShell Out-of-box Add an item...
  • Wiki Page: SharePoint Online: Create folder inside document library using JSOM

    Table of Contents Introduction: HTML Code: JSOM Code: References: Conclusion: Introduction: In this post, we will discuss how we can create a folder inside a document library using JavaScript object model (JSOM) in SharePoint online Office 365. We have also discussed how we can create a folder...
  • Wiki Page: Visual Studio 2015 for SharePoint 2016: Create Custom Action Group

    Table of Contents Introduction: Steps: References: Conclusion: Introduction: In this post, we will discuss how we can create a custom action group using visual studio 2015 in SharePoint 2016 . We will create inside the Site Settings page. Steps: Follow the below steps: Open Visual Studio...
  • Wiki Page: SharePoint Online: Retrieve list items from SharePoint list using JavaScript Object Model (JSOM)

    Table of Contents Introduction: JSOM Code: References: Conclusion: Introduction: Here we will discuss how we can retrieve list items from SharePoint list using JSOM (JavaScript Object Model) in SharePoint Online Office 365 sites. The same code also works for SharePoint 2016 as well as SharePoint...
  • Wiki Page: SharePoint Online Customize List View Web Part using JSLink

    Table of Contents Overview Example See Also Overview Here we will discuss what are jslink in SharePoint 2013 and how we can use JSLink in SharePoint 2013 or SharePoint Online. JSLink feature has been added in SharePoint 2013 where the user can render list, items, fields or even web parts using...
  • Wiki Page: SharePoint Online Retrieve term store data including Labels using .Net managed object model

    Table of Contents Introduction: Full Code: References: Conclusion: Introduction: In this post we will discuss how we can retrieve term store data including labels using .Net managed object model in SharePoint Online . In SharePoint online term store let us made the structure like below. Here...
Page 11 of 56 (1,385 items) «910111213»
Can't find it? Write it!