what is the best way to retrieve all the data in one of the SugarCRM modules ( Contacts) , by using the SOAP api "get_entry_list "
$search_list=$sugarClientProxy->get_entry_list($session_id,'Contacts',$query,$ord er_by,$offset,array('id','last_name'),$max_results ,$deleted);
print_r($search_list); this is empty but j have more Contacts. Why???
Thank you
lello


LinkBack URL
About LinkBacks



Reply With Quote


Bookmarks