cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

The PTC Community email address has changed to community-mailer@ptc.com. Learn more.

Request to implement WalkMe in ThingWorx / Navigate

Request to implement WalkMe in ThingWorx / Navigate

In PDMLink we already have implemented the WalkMe feature by adding the following scriptlet in begin_custom.jspf . This enables the WalkMe Icon in relevant PDMLink Pages.

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

 

So it should be possible to do it in ThingWorx as well.

1 Comment
olivierlp
Community Manager
Status changed to: Archived

Hello,

We are archiving your idea as part of a general review. This action is based on the age of your idea and the total number of votes received, as per this announcement.

You can always post a new idea with all the details required in the form.

Thank you for your participation.