by adis.jugo | Oct 8, 2015 | News
Yammer has introduced the document discussions for the Office 365 documents. Then it didn’t work well. Actually, it didn’t work at all. Then they removed the feature. Enterprise social can seem frustrating. Very frustrating. In the eyes of Generation Y...
by adis.jugo | Sep 15, 2013 | Development
It is a common task in enterprise social scenarios to retrieve all followed documents for an user. This code snipped shows how to achieve that, plus, how to check if an user actually should have right at all to follow that particular document, since following...
by adis.jugo | Aug 24, 2013 | Development
Following documents on behalf of users in a common and obligatory task in enterprise social scenarios. Think of onboarding procedures: each employee must follow the “company rules” document, and get notified when this document periodically updates. This is...
by adis.jugo | Aug 13, 2013 | Development
Getting the sites that a specific user follows in SharePoint 2013 enterprise social scenarios is a common requirement. Here is the code snipped which does the job 😉 using (SPWeb web = site.OpenWeb()) { SPServiceContext context = SPServiceContext.GetContext(site);...
by adis.jugo | Aug 11, 2013 | Development
Following sites on behalf of users in a common and obligatory task in enterprise social scenarios. Think of onboarding procedures: everyone from HR must follow a HR team site, for example. This is not possible with SharePoint Client Object Model, bit it is an easy...