Steps to Add Jodo in Web Apps

Author: TeamJodo 724 views

To include Jodo World Toolbar Widget in CRM / Business Application, following java script should be added at end of project.

 It is essential to not refresh page. If page is reloaded, it will reload widget and agent will be logged out. It is recommended to follow IFRAME approach for CRM / Business Application so entire page is not reloaded.

				
					<script type="text/javascript" src="https://serverip:portnumber/toolbarwidget/js/jodocloudtoolbar.js"></script>
<script type="text/javascript" src="https://serverip:portnumber/toolbarwidget/js/HandleCRMRequest.js"></script>
<script type="text/javascript" src="js/CRM.js"></script>
				
			
On this page