0

In our current SP2010 setup we have some Javascript code in the MasterPage which monitors users activity.

e.g the script monitors document.location;
when users open a (specific) _layouts page they get a DIV pop-up message Support can be Lync-ed and we also list the Power-Users available for that type of SharePoint functionality (read from a List)

We’re planning a move to Office365 where all customers will get there own Office365 environment.

I know we can add the same Javascript code in a SharePoint Online MasterPage and it is better to use REST than CSOM to read from the Power-Users List.

I am interested to know if a SharePoint App can monitor the Host Web DOM and provide the same functionality.
That would save configuration (patching the MasterPage) in all those Office365 environments. (we don’t do any other branding)

I have been reading in on this topic but the closest answer I can find is to use NCSS
(as I am not a developer its just a term to me for now)
http://msdn.microsoft.com/en-us/library/office/jj163114.aspx#SPAppVsClassic_Overview

TNX

(Visited 17 times, 1 visits today)
Add a Comment