cancel
Showing results for 
Search instead for 
Did you mean: 

Implementing WalkMe?

cglowe
8 - Cloud Apps
8 - Cloud Apps

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.

1 ACCEPTED SOLUTION

rapidbisupport
10 - ETL
10 - ETL

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

[email protected]

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

 

View solution in original post

2 REPLIES 2

rapidbisupport
10 - ETL
10 - ETL

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

[email protected]

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

 

Ravid_PaldiTeam
9 - Travel Pro
9 - Travel Pro

Hi @cglowe ,

 

Daniel provided a great answer (Kudos!) 

You should also know that there is a great FREE plugin named Inject To Header which supports addtional functionalities like to injecting actual code snippets and styles. 

The main benefit is that the plugin is officiualy supported and we work with you on finding solutions in case you get stuck in the process. 

I haven't implemented WalkMe over Sisense in recent time but did so a while back and have some insights around it as there are some key points you should consider during your work on the WalkMe side of the fenct. 

Feel free to reach out. 

[email protected] 

Ravid

Paldi Solutions