Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
Do we have any plugin to install Walk me feature?
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.
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