I have a relationship between User and Lead entity. I want leads the user is assigned to to show up in the relation. In the save script of Leads I put
...but the user is not added. tanya could you advise me on what the correct syntax is?
Here is a screenshot of the relationship as seen from both entities, I hope it helps:
PHP Code:
entity\addLinkMultipleId('users',assignedUserId);
...but the user is not added. tanya could you advise me on what the correct syntax is?
Here is a screenshot of the relationship as seen from both entities, I hope it helps:
Comment