Great blog!

I’m trying to update a custom value on an existing Account in sugar but without progress. This is what I try:

set_entry($sess, ‘Accounts’, array(
array(“name” => ‘id’,”value” => $TheId),
array(“name” => ‘customfield’,”value” => $updatedvalue)
));

Could you please help!

Thank you!
Mike