I managed to add a contact to SugarCRM using its set_entry REST API method. How do I add the contact's email ? As it seems that this is field from another related module (email). So how can i set that using SET entry method?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Yeah well I added an email, email1 and email2 parameters in the name_value_parameters of set_entry on the Contact module and it worked too, with one single call.