problem with getAllRecords(), not login in.
In my project some one created object for below URL.
I got getRecords() method in zoho API, but i didn't get getAllRecodrs(), this method also used for login process.
This is worked fine from last 2 months, suddenly now we got problem with this it is not logedin.
- URL u = new URL("http://crm.zoho.com/crm/private/xml/Accounts/getAllRecords?newFormat=1&ticket="+userName+"&password="+password+"");