Search underlies a whole range of applications in the enterprise, and the successful pattern of multiple focused apps found in consumer search can also apply to enterprise search. This session highlights a set of applications built on top of the Office Graph – Microsoft’s cloud-based graph search offering, which is built into Office 365. You
How to develop web parts and custom list forms that are flexible and maintainable with or without the complexity of the SharePoint add-in model You will learn : In this session, you will learn how to get started with AngularJS development for SharePoint online In this session, you will learn how to develop SharePoint solutions
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
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
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
In this post, we will see how to access a different site/web objects from the Personal / PointPublishing site. Office 365 and SharePoint 2016 now has a new api !SP.RemoteWeb! which will allow us to access another site / web objects from a different site context. Get the Current Web: var context = SP.ClientContext.get_current(); var
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
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
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
SharePoint 2016 has the Copy / Move files or folders api using CSOM and JSOM. The SP.js contains the following api’s, SP.MoveCopyUtil.copyFile SP.MoveCopyUtil.copyFolder SP.MoveCopyUtil.moveFile SP.MoveCopyUtil.moveFolder Each of the method takes 3 parameters, context – current context source url – Full source url of the file / folder. destination url – Full destination url of the
Page [tcb_pagination_current_page] of [tcb_pagination_total_pages]