Ricardo Gutierrez

SharePoint 2013 Hosting News: How to Create Term Store Manipulation Using C# Code in SharePoint 2013?

 

 In this article, I will show you How to create New Group, TermSet, Term. Add term to TemSet and in turn to the Group. Now, write the following code:

Best SharePoint 2013 Hosting Recommendation HostForLIFE.eu HostForLIFE.eu offer the Best, Cheap and Recommended SharePoint 2013 hosting start from €9.99/month. They can load your site against anticipated traffic and recommend the best option for you. HostForLIFE.eu is Microsoft No #1 Recommended Windows and ASP.NET Hosting in European Continent. Their service is…

Read More

SharePoint 2013 Hosting News – Learn How to Get An Year From Column In SharePoint 2013

 

 In this article i will be able to make a case for how to get a year only from the date time column using calculation field in SharePoint 2013 list. First Open your SharePoint list. Here I have a Year from DOB column. Click create Column from the top ribbon. The following popup will appear. Enter column name (Year) and select calculated column. Now, you should create Column. Paste the following code to Formula field. =CONCATENATE(YEAR(DOB)) Here, I have an…

Read More

SharePoint 2013 Hosting News – Learn How to Search in App Web using REST API in SharePoint

 

 In this post, let me explain you about search in App Web using REST API in SharePoint. You can use Search REST service : <Site URL>/_api/search/query?querytext=”<SearchTerm>”. To Process the returned JSON result. Add required Search Service Permission to App.Manifest. Add ‘Search’ in Scope and set permission to ‘QueryAsUserIgnoreAppPrincipal’. Now, write the following code on Default.aspx

App.js

Best SharePoint 2013 Hosting Recommendation HostForLIFE.eu HostForLIFE.eu offer the Best, Cheap and Recommended SharePoint 2013 hosting start from €9.99/month. They can load…

Read More

SharePoint Hosting News: Script to Stop SharePoint Timer Service in All Servers

 

 In this post, I will tell you about Script to Stop SharePoint Timer Service in all Servers. As a single unified logical entity, a SharePoint farm requires a mechanism to run tasks necessary to provide its services. These tasks include updating components of the farm such as servers and services, and updating data and configuration in farm databases. To run these tasks, SharePoint provides its own scheduled tasks management service, manifested as Timer Service instances installed on every SharePoint server…

Read More

SharePoint 2013 Hosting News – How to Develope a List in SharePoint 2013 Online Using REST API?

 

 Today, let me show you How to Develope a List in SharePoint 2013 Online Using REST API. First, open new project and then replace the contents of Default.aspx with the following:

REST API Examples

App.js Replace the contents of App.js with the following:

Best SharePoint 2013 Hosting Recommendation HostForLIFE.eu HostForLIFE.eu offer the Best, Cheap and Recommended SharePoint 2013 hosting start from €9.99/month. They can load your site against anticipated traffic and recommend the best option for you.…

Read More

SharePoint 2013 Hosting News – How to Clear SharePoint Config Cache Files with PowerShell ?

 

 Today, We will learn about Clear SharePoint Config Cache files with powershell scripts. Now write the following code:

  Best SharePoint 2013 Hosting Recommendation HostForLIFE.eu HostForLIFE.eu offer the Best, Cheap and Recommended SharePoint 2013 hosting start from €9.99/month. They can load your site against anticipated traffic and recommend the best option for you. HostForLIFE.eu is Microsoft No #1 Recommended Windows and ASP.NET Hosting in European Continent. Their service is ranked the highest top #1 spot in several European countries,…

Read More

SharePoint 2013 Hosting News – How to Update SharePoint List Metadata Column?

 

 A Managed metadata column could be a new column type that may be added to lists, libraries, or content types to enable website users to pick values from a selected term set of managed terms and apply these values to their content. you’ll make Associate in Nursingd configure a Managed data column to map to an existing term set or term, otherwise you will make a new term set specifically for a Managed metadata column.

Best SharePoint 2013 Hosting…

Read More