I need some relationship advice, and it's not the dating kind!
Jokes aside, I am really stuck on an issue where I made some custom entities for a client, and unfortunately the client did some "admin level" exploring in the Entity Manager, where he managed to delete a link between these custom entities.
I've been trying to make it function correctly again, but I think I'm missing one piece of the puzzle, so I will try to explain what is supposed to happen (ie what was happening before):
A Case has a many-to-one relationship with an Account, and I made another entity, call it Quotes, that has a many-to-one relationship with Cases.
Previously, when one added a new Quote using the + in the bottome panel of any particular Case, there would be an automatic association between the created Quote and the Account. This is the link that is now missing. The many-to-one and vice versa of Case to Quote is there.
Taking a chance here, I would be very grateful if someone can maybe recognise what relationship fix I need.
PS I love EspoCRM - thanks!
Jokes aside, I am really stuck on an issue where I made some custom entities for a client, and unfortunately the client did some "admin level" exploring in the Entity Manager, where he managed to delete a link between these custom entities.
I've been trying to make it function correctly again, but I think I'm missing one piece of the puzzle, so I will try to explain what is supposed to happen (ie what was happening before):
A Case has a many-to-one relationship with an Account, and I made another entity, call it Quotes, that has a many-to-one relationship with Cases.
Previously, when one added a new Quote using the + in the bottome panel of any particular Case, there would be an automatic association between the created Quote and the Account. This is the link that is now missing. The many-to-one and vice versa of Case to Quote is there.
Taking a chance here, I would be very grateful if someone can maybe recognise what relationship fix I need.
PS I love EspoCRM - thanks!
Comment