Skip to main content
16-Pearl
December 1, 2023
Question

How to implement walk me feature?

  • December 1, 2023
  • 2 replies
  • 1567 views

Do we have any plugin to install Walk me feature?

2 replies

avillanueva
23-Emerald I
23-Emerald I
December 1, 2023

I had no idea what WalkMe was but looked it up on youtube. I believe there is a plugin for the browser and OS to implement this. I know of no specific integration with Windchill. I would think that WalkMe would assist if there was application specific integrations that were necessary. The video I saw appeared to not care as it was operating in the browser as an extension.

16-Pearl
December 1, 2023

Hi @TDT ,

Long back I implemented it for one of my client. I couldn't recall the exact process now, but I think you can do it by adding the script element to appropriate JSP file. For example: begin_custom.jspf

 

@adeshmukh-2, by any chance do you have sample handy?

 

 

<script type="text/javascript">(function() {var walkme = document.createElement('script'); walkme.type = 'text/javascript'; walkme.async = true; walkme.src='<WalkMe_URL>'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(walkme, s); window._walkmeConfig = {smartLoad:true}; })();</script> 

 

 

Hope this helps.

 

Thanks,

Shirish