At the Future of SharePoint event Microsoft introduced the next generation of SharePoint which ushers a new way of developing customizations for SharePoint using the SPFx Framework. Many concepts in this framework will be new to power users as well as traditional developers as they were taken directly from the cutting edge of client-side modern

Read More
Getting started with modern client-side development in the SharePoint Framework (SPFx)

SharePoint is a fantastic work tool that drives innovation and collaboration across organizations but SharePoint has a problem… SharePoint is not pretty, SharePoint is ugly… SharePoint does not go to the prom… SharePoint stays at home and eats ice cream watching the vampire diaries and re-runs of friends… SharePoint needs your help, it needs you

Read More
Using REST to create Responsive HTML 5 SharePoint Intranets

SharePoint online allows sharing site or content with external users i.e. your partners, clients or vendors. This SharePoint Online feature allows people outside of your organization to collaborate on the content without requiring to have license. This sessions will walk you through different external settings available in SharePoint onilne and how external sharing works for

Read More
SharePoint Online User Permissions and Sharing overview

Parece que fue ayer cuando tecnologías como InfoPath, Workflow Foundation o SharePoint Designer revolucionaban la forma en la que las empresas gestionaban sus procesos corporativos. Durante la última década, estas tecnologías, combinadas a la potencia de SharePoint, han permitido la gestión de la oficina sin papel. Llega el momento de dar un paso más, y

Read More
PowerApps, LogicApps, Flow… Nuevos mecanismos que revolucionarán los procesos corporativos

In the Javascript below, we illustrate how to create a REST query that will return all of the List Items in a particular list and also filter the results. //lists/getByTitle(‘MyList’)/items?$select= Title&$expand=Author” //example of the syntax of the filter var query = “LinkTitle eq ‘0001’”; return $.ajax({ url: “https://mySite/_api/web/lists/getbytitle(‘MyList’)/items” + query, method: “GET”, headers: { “Accept”:

Read More
How to query and filter a SharePoint List using REST