Start a new topic
Answered

Data Driven Workflow : Many to Many Relationship

Hello Team,

I would like to know if its possible to achieve the following using Data Driven Workflows.

Entity - Vendor
Entity - Address
Entity - VendorAddress - FK_Vendor and FK_Vendor


Vendor and Address are base entities. 
VendorAddress is the bridge table.

We would like a mechanism that helps us create Vendor, Address for the same Vendor and Entries on the VendorAddress Table in a single Workflow.



Best Answer

Hi Rahul,


Yes it is possible to achieve the above requirement by creating 3 different usertask with the respective entity in it like below


Make sure the bridge entity is linked with both the entity as child to get the IDs of parent in the bridge table

1 Comment

Answer

Hi Rahul,


Yes it is possible to achieve the above requirement by creating 3 different usertask with the respective entity in it like below


Make sure the bridge entity is linked with both the entity as child to get the IDs of parent in the bridge table

Login to post a comment