Login

Author: TeamJodo 441 views

 Description:

This method is used to login into Jodo World. CRM / Business Application can invoke this method with user name & password. When logged in successfully, CRM / Business Application can receive events and invoke methods. Jodo World does not honor any requests till Login() method is invoked.

 
 
				
					var loginrequest = {
	"Login_ID": StrLogin,
	"Password": Strpasswd
};
sendLoginParameters(loginrequest);