Integration of Cloud based services such as O365 and Salesforce into our workday is a now feature of modern corporate life. Office 365 has facilitated collaboration and integration within our “Microsoft Office” productivity tools but productivity starts to diminish once we move outside of this environment and have to hunt for information and/or complete business

Read More
Office 365 Add-Ins – a natural evolution in enterprise application integration

Around the globe there are 1 billion Microsoft Office users producing massive amounts of data each day! If you are a Web developer, Office 365 gives you the opportunity to reach all this user base with your custom business solutions. In this session we will introduce you to the Office 365 development platform. We will

Read More
Setting up your Developer environment and getting started with Microsoft Office 365

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

One of the key drivers for the SharePoint Framework is to give developers the ability to implement SharePoint solutions using tools and languages that have become widespread in the community. In this post, we will illustrate how to utilise Kendo UI by Progress components within the SharePoint Framework client web parts. If you don’t know, Kendo

Read More
How to use KendoUI on the SharePoint Framework ClientWebParts (SPFx)