Knowledgebase: Sisense Tips
Adding Snippets to <head> in Sisense
Posted by Daniel Ranisavljevic on 12 December 2023 12:44 pm

Some trackers require a code snippet be appended to the <head> of the service (e.g. WalkMe). Additionally, sometimes there is a style or change you'd like to make to the Sisense platform on the HTML Level.

The Sisense plugin.js could look like this:

prism.on('apploaded', () => {
    $('head').append(
      `<script type="text/javascript" src="${PATH_TO_SCRIPT}"></script>`,
    )
})

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.

Daniel

RAPID BI

daniel.ranisavljevic@rapidbi.com.au

RAPID BI - Sisense Professional Services | Implementations | Custom Add-ons

(0 vote(s))
Helpful
Not helpful

Comments (0)
Copyright © RAPID BI Pty Ltd 2020