Copy Phone number from Accounts Module to Contacts module

Copy Phone number from Accounts Module to Contacts module

Hi There,

I am trying to use a workflow to update the phone number in a contact with the phone number from within an account.

I have set the trigger etc which seems to work ok but and the script says it is successful but the field is not updated.

the custom function I have used is 

update = zoho.crm.updateRecord("Contacts",id,{"Accounts":web});

where id = Contacts - Phone and web = Accounts - Phone.

Any ideas?

Thanks Dale