Hello Team,I would like to know if its possible to achieve the following using Data Driven Workflows.Entity - VendorEntity - AddressEntity - 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.
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
Rahul Singh
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.
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
Bharat Joshi
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
-
Extend a model with new entities or attributes
-
Data types in xDM
-
Effective date on entities
-
Search using wild cards
-
Export a model from production and import on a development environment
-
"Allow Delete" vs "Allow Removal" privileges
-
LOV label in Named Query
-
Select location on a map and save coordinates
-
Is there a way to set up a master-detail relationship on browse mode?
-
Choose Either a Stepper or A Workflow Based on The User Privileges
See all 274 topics