标签: php espocrm
我正在使用REST API将帐户添加到ESPO帐户,现在我们需要在目标列表中添加/链接该帐户。
我为帐户编写的代码是
$toAccount = $this->getEntityManager()->getEntity('Account'); $this->getEntityManager()->saveEntity($toAccount);
我是ESPOCRM的新手,请指导如何将帐户添加到目标列表。 预先感谢...