5 Great Tips to Make Intranet Portal a Success 31 October 2018 In the era of the digital workplace, Microsoft Office 365 is one of the smartest intranet platform helping organisations to make better internal communications and to boost employee engagement. Almost all companies use an intranet portal to share information and collaborate. However, Office […]
Sharing Office 365 Files & Folders with People outside your Organisation 30 August 2018 If you perform work that involves sharing documents or collaborating directly with vendors, clients, or customers, then you might want to share content on your Team site or OneDrive for Business with people outside your organisation who do not have licenses […]
Nintex Workflow: How to get approved by Person name from a group task 26 April 2016 Quite often it is necessary to get the name of the person who approved /rejected the task for auditing purpose or to display history as per business requirements. Imagine a Nintex workflow task is assigned to a group called […]
SharePoint Hosted App to retrieve local weather information 30 April 2013 In one of my previous post I explained how to get current user locale information like city, country, latitude, longitude, IP address using SharePoint hosted app. In this post, I have taken one further step to get the weather information of current logged in […]
Missing user profile picture after updating mysite host URL in SharePoint 2013 29 April 2015 Recently I had to change mysite host URL in one of our environment. After I update my site hots URL and ran full user profile sync. Everything was working fine until I noticed that user images are not appearing inside […]
Simple SharePoint hosted App “User Location Tracker” 24 April 2015 You can follow the below steps to get user location information inside your SharePoint hosted app. Create a “SharePoint Host App” project in visual studio 2013 Replace app.js contents with below code jQuery.ajax ( { url: ‘//freegeoip.net/json/’, type: ‘ POST ‘, dataType: ‘ jsonp ‘, […]
Create Managed Property from Crawl Property in SharePoint 2013 Search via PowerShell 13 March 2015 I have some custom properties in User Profile. I needed to create managed properties in SharePoint 2013 from custom user profile Crawl properties. I really don’t like doing things manually using SharePoint 2013 central administration site because then I have to […]
Interactive JavaScript Maps Integration with SharePoint 2013 using Script Editor Web Part 4 March 2015 I have a top level SharePoint site called “Our Offices” and sub site for each country office location (e.g. London, Berlin etc.). The “Our Offices” site home page needs to provide easy navigation to all offices sub sites. Also, I […]
Angular JS and Bootstrap to Display SharePoint 2013 List Data using Script Editor 3 March 2015 I am big fan of using OOTB stuff, but sometime customer want to see things in different way or their organisational design guidelines are difficult to achieve using OOTB functionality. In my previous post I have explained how to […]
SharePoint 2013 Custom List Form using Angular JS and Bootstrap 3 March 2015 According to Microsoft InfoPath Forms Services for SharePoint Server 2013 will be supported until April 2023. Keeping that in mind I have started looking into alternatives to build rich form which can be used with SharePoint list and replace OOTB form. I […]