hi
Hello sir am solving all other sugar crm problems which i faced .Now i am confused with Notes listing ,i want to list all notes and attachements created for each user,how can it possible plz help me.
echo $search_list=$client->call('get_note_attachment',array("session"=>$sess ion_id,"id"=>'4cd6f7c6-6f6d-8921-830c-484c49b1d282'));
function nameValuePairToSimpleArray($array){
$my_array=array();
while(list($name,$value)=each($array)){
$my_array[$value['name']]=$value['value'];
}
return $my_array;
}
foreach($search_list['entry_list'] as $record){
$array= nameValuePairToSimpleArray($record['name_value_list']);
echo $array['date_entered'];?>
}
using this methode not displaying anything ....help me
i can create Notes with attachment file using Soap (set_note_attachment) ..so plz help me for listing Notes created by each user


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks