The session talks about what is Yammer, Yammer Apps, Yammer Apps in SharePoint, Rest API, JavaScript SDK, Yammer Embed, Open Graph, integration with other platforms like Azure.(The session will be updated to current situation and some new stuff) You will learn : What is Yammer Yammer main structure Integration with SharePoint Yammer Apps possibilities Yammer

Read More
Build your own Yammer App

Since SharePoint 2013, the SharePoint developer profile has dramatically changed. The App Model was announcing the shift in Microsoft’s strategy to push Cloud-Based Applications. In terms of development, whether you target on-premise or online versions, Add-Ins should be the only way to go. In that context, Azure PaaS has a lot to offer and should

Read More
How to best leverage Azure PaaS in your SharePoint Add-In development

En está sesión estaremos viendo como se podemos construir una aplicación que utilice SharePoint y Office, brindando así la capacidad de contar con documentos Word, Excel, etc que estarán guardados en SharePoint pero que al abrirse en el cliente o en el navegador web ejecuten aplicaciones de Office previamente desplegadas en SharePoint a través de

Read More
Como crear aplicaciones hibridas para SharePoint y Office (Spanish)

This post illustrates how to automatically get and set the currently logged on user’s manager in the ‘new form’. In my case, I needed to show the user their manager’s name to make sure that that it would be routed to the right person for approval. If their manager is away on vacation then the user can

Read More
How to auto-populuate the current user’s manager on a ‘new form’ in SharePoint

SharePoint 2016 and Office 365 now includes the Mount files or folders api using CSOM and JSOM. The Javascript SP.MountPoint api allows us to create a shortcut url containing the link. [InternetShortcut] URL=https://***.sharepoint.com/_layouts/15/mountpoint.aspx?site=9377021dbbfe4c65bf2910274e2b5ca4&web=5f698c8ec9544498bea63d6e2dc6fb23&item=17cb837e3d204e3ebb3b650ac2922a7d The above contains the link to the _layouts/15/mountpoint.aspx which takes the following parameters, Site Id. Web Id Item Id When clicked the link will

Read More
How to use the SharePoint MountPoint API to create a shortcut to a file or folder

As noticed on a TechNet forum post, the August 2015 CU for SharePoint 2013 has a new regression with attaching files to List Items. This can be reproduced with a Custom List (possibly others) by creating a new List Item, clicking “Attach File”, identify any file that contains characters not listed in KB905231, then click OK. The error

Read More
SharePoint 2013 List Attachment Error, Issues with the August 2015 Cumulative Updates