SharePoint Saturday Montreal 2017

Montréal, Québec
Register for SharePoint Saturday Montreal 2017
Please enter an email address
Please enter a first name
Please enter a last name
Please enter an organization
SharePoint Saturday Montreal 2017


The fifth edition of SharePoint Saturday Montreal will be held on May 13th, 2017. Join architects, developers, integrators, business people and community managers revolving for a packed day focusing on SharePoint, Office 365 and  Azure. SharePoint Saturday Events (SPS Events) are FREE one-day events held in different cities around the world, featuring sessions from influential and respected SharePoint professionals. At the local event level, SPS Events:

  • Provide local SharePoint professionals and users with excellent training and networking opportunities
  • Encourage increased membership for the local user group
  • Help develop, grow, and encourage new speakers

Extranet User Manager is a sponsor at this event, so stop by our booth and meet us in person. 

Envision IT is pleased to announce that President Peter Carson will be delivering a session on Electronic Forms and Alternative SharePoint App Approaches.

Session - Electronic Forms and Alternative SharePoint App Approaches

Building fully interactive electronic forms and apps can be a complex undertaking. Power user tools such as Nintex Forms or Microsoft InfoPath can be great for non-developers, but often do not take you all the way there, or can't be customized exactly the way that is desired. Using the SharePoint Apps model is a potential solution, but it can be much more complex than the solution needs to be. In this session we’ll look at alternatives to these approaches, with techniques that can be leveraged both with today’s script editor web part and the still in preview SharePoint Framework (SPFx).

We'll start by looking at how we can build rich, interactive HTML forms using common open-source techniques. Bootstrap is one that allows us to build fully responsive forms that adapt to a changing browser size on tablets and phones as well as desktops, and provides an ideal experience on all devices. We'll also touch on HTML engines such as Handlebars or Knockout that allow us to generate the HTML quickly and dynamically. Lastly, we'll cover how to save that form information. Whether it is going directly into SharePoint, or updating other line of business systems, REST APIs are our approach here. Don't worry if you're not a coder, we're going to stay at the conceptual level. The key is that REST is a very standard way of communicating between systems. We can use the built-in REST methods provided by Microsoft in SharePoint (whether On-Premises or in Office 365), or we can build our own if we need to run with elevated permissions (important in a lot of electronic forms) or access other systems. Security and single sign-on is an important aspect of this, and we achieve this without all the complexity of traditional SharePoint apps.

Some of the examples that we'll show during the session are:

  • Vacation request form (both simple and a more complex SAP integrated example)
  • Pension portal with address and banking change forms, and a pension calculator
  • An anonymous library resource booking form for a secondary school      
  • A Bootstrap compatible responsive global navigation control driven from the SharePoint term store

The examples will be for both Office 365 and On-Premises SharePoint 2013 / 2016.

Related Pages


{{#this}}
{{#if RollupImage}} {{Title}} {{else}} {{/if}}
{{{hyperlink RelativeURL Title Title null}}}
{{#if EventStartDate}}

{{eventDate EventStartDate EventEndDate}}

{{/if}} {{#if PublishedDate1}}

{{generalDate PublishedDate1}}

{{/if}} {{#if RollupContent}}

{{{RollupContent}}}

{{/if}}

{{{hyperlink RelativeURL Title "Read more..." null}}}

{{/this}}