Hi there!
When I create two entities A and B. A has many B. When I'm on detail record of entity A and try to create new B from relationship panel (with plus button), I can't catch signal @relate.bRelationName on A entity. But when I unlink this newly created entity B, I can catch @unrelate.bRelationName on A entity. Any suggestions?
When I create two entities A and B. A has many B. When I'm on detail record of entity A and try to create new B from relationship panel (with plus button), I can't catch signal @relate.bRelationName on A entity. But when I unlink this newly created entity B, I can catch @unrelate.bRelationName on A entity. Any suggestions?
Comment