Hi all.
I have an issue where I am adding a relationship on a 1 to Many relationship. So for instance my Lead can only have one Branch linked to it.
However when I am doing $bean->$link->add('newId') the old relationship record is not setting itself…