Hello!
In my egroupware project(a plugin to save informations about students etc.) i wanted to list contacts from the addressbook, but to do this i need information from the custom fields ive created. I thought this would be easy but now i dont now how i should go on:
$found = $this->search("contact_id => ".$criteria,False,‘contact_id,n_family,n_given’);
$criteria is a number(integer)
in a other case this was working(i didnt searched for the contact_id)
so i hope someone can help me