SharePoint 2013 Hosting Italy

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 Hosting – How to Clear SharePoint Designer 2013 Cache?

 

 How to Clear SharePoint Designer 2013 Cache? What is SharePoint Designer? Microsoft SharePoint Designer (SPD), formerly known as Microsoft Office SharePoint Designer, is a discontinued HTML editor freeware specialized in creating or modifying Microsoft SharePoint sites, workflows and web pages. It is a part of Microsoft SharePoint family of products. SharePoint Designer 2013 is the tool of choice for the rapid development of SharePoint applications. SharePoint Designer sometimes is out of sync with SharePoint. SharePoint Designer will incorrectly show items…

Read More

SharePoint Hosting – How to Disable Mobile View in SharePoint 2013?

 

 How to Disable Mobile View in SharePoint 2013? By default SharePoint 2013 detects if the site is being displayed in a mobile device and shows the content in a very simplified portal that remove most of the features. Sometimes you just want more control over your mobile website. Deactivating this view can be useful if you want to get the full site to be displayed on mobile devices, or if you have a custom responsive theme. There are multiple ways…

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