android - get userid using vtwsclib -
i developing crm in android, , using vtwsclib library in order make vtiger operations. login function of library returns boolean says if user logged in.
but how userid? ask because need queries requires it.
use $client->doquery('select * vtiger_users user_name='admin'');
that dologin() function authenticated , access perform webservice operations
Comments
Post a Comment