SharePoint Framework, a page and part model that enables fully supported client-side development, easy integration with the Microsoft Graph and support for open source tooling. This will be the trend for any SharePoint customization. In this session I will describe the SharePoint framework and walkthrough a practicel sample which uses AngularJS and Kendo UI. Furthermore

Read More
SharePoint Framework the future of SharePoint development

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

Serverless in SharePoint Online – Build services with Azure Functions. As a developer in the SharePoint world – there is a lot to like about client-side customizations. You can test and deploy easily, it works usually everywhere, and it’s usually very easy to deploy. That is, until you need to deploy some sort of hosted

Read More
Serverless in SharePoint Online

You may have heard the buzz around architectural and functional level changes of Office365/SharePoint Online Workflows with the introduction of Workflow manager. Workflows enables developers and Power Users to develop real life business solutions. However often developers and power users do not pay attention to the SharePoint 2013 workflow throttling and performance in SharePoint Online.

Read More
Future Proofing Your Workflow Investment: How to develop maintainable custom workflows in Office 365/SharePoint Online?

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