• Login ActiveXObject

    Is it still possible to use this code to login to Sage CRM? var username = "Admin"; var password = ""; var CRM = new ActiveXObject("eWare.CRM"); CRM.FastLogon = 3; //this prevents the meta data from loading. CRM.Logon(username,password); When I use…