• $bean->$link->add is not removing the others

    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…
  • How to implement different workflow/process in a Bean

    I have created a generic bean with few columns and relationships. I want to extend this bean so that depending on certain values a different class is called and different process is performed? This is what I am trying to do. - initial bean/module…