RUM BI for business applications

Use of the RUM BI tracer for enterprise portals or web business applications is not well known, but is entirely possible both for SaaS versions and Office 365 through various content customization mechanisms.
- In Sharepoint 2013, the ‘Add-ins’ and ‘Web Parts’ let you add the JavaScript code, the ip-label RUM BI tracer which captures loading time on user devices

- For Office 365, you have to build Office add-ins. With the Napa development tool, you can create Office add-ins right in a browser window. Details are available at this MSDN link: https://msdn.microsoft.com/fr-fr/library/office/jj220038.aspx
- For ERPs, such as CRM Dynamics 2016 (version 8.0.1.79), for instance, it is often possible to add custom modules, including in SaaS operating mode.
To integrate a script (JScript), add it to Web resources:

Next define the type of web resource (JScript), and using the text editor insert the code:

When the script is saved, you must integrate it and call the function in a form. In the example below, in a form called ‘Compte’:

Next configure the ‘Onload’ event to call function clobs.ms().

Furthermore, for consumer sites, adding the RUM BI tag is now possible using the solution ‘Tag Commander’ which provides a service for dynamic addition of external tags.