Implementing WalkMe?
Curious if anyone has implemented WalkMe functionality to their self hosted Sisense environment? Our product team would like to deploy WalkMe to Sisense, but this seemingly requires a code snippet be added to the <head> of the main html file, which Sisense is highly suggesting we do not do.
Hi cglowe,
You could create a plugin that does this for you?
plugin.js could look like this:
prism.on('apploaded', () => { $('head').append( `<script type="text/javascript" src="${PATH_TO_SCRIPT}"></script>`, ) })
and following the example linked here:
A Basic Plugin Example (sisense.com)
Of course, adding scripts in this way can cause unpredictable behaviour - so you'd want to test thoroughly to ensure that this doesn't break anything.
Let me know if this works for you?
Thanks,
Daniel
RAPID BI
daniel.ranisavljevic@rapidbi.com.au
RAPID BI - Sisense Professional Services | Implementations | Custom Add-ons