Hi,
we have 2 separate modules A, D. You have a 1: n relationship with Account. Module D has a 1: n relationship to A and account.
Account 1: n A 1: n D
Account 1: n D
Example: If you create a data record in module D from module A, the connection from A to D is created automatically.
At the same time, the connection from account to D should also be created automatically.
Is there a solution?
Peter
we have 2 separate modules A, D. You have a 1: n relationship with Account. Module D has a 1: n relationship to A and account.
Account 1: n A 1: n D
Account 1: n D
Example: If you create a data record in module D from module A, the connection from A to D is created automatically.
At the same time, the connection from account to D should also be created automatically.
Is there a solution?
Peter
Comment