How to send data from task to another task in workflow
W
Wijden DAHMEN
started a topic
10 months ago
Hello,
I would like to create a workflow from the 'contenu' table to the 'Contenant' table and subsequently to the 'Conditionnement' table, while bypassing the involvement of the 'ArticleC10' and 'ArticleConditionne' entities.
Additionally, I aim to enrich the foreign keys of these tables with the primary key of the record generated within this workflow.
Any recommendations regarding best practices for structuring this workflow and ensuring data integrity through foreign key relationships would be greatly appreciated.
Thank you
Best Answer
F
Fathia Jama
said
10 months ago
Hi, you will need to create reference relationship in order for those entities to connect to each other. Here is an example of what I mean.
1 Comment
F
Fathia Jama
said
10 months ago
Answer
Hi, you will need to create reference relationship in order for those entities to connect to each other. Here is an example of what I mean.
Wijden DAHMEN
Hello,
I would like to create a workflow from the 'contenu' table to the 'Contenant' table and subsequently to the 'Conditionnement' table, while bypassing the involvement of the 'ArticleC10' and 'ArticleConditionne' entities.
Additionally, I aim to enrich the foreign keys of these tables with the primary key of the record generated within this workflow.
Any recommendations regarding best practices for structuring this workflow and ensuring data integrity through foreign key relationships would be greatly appreciated.
Thank you
Hi, you will need to create reference relationship in order for those entities to connect to each other. Here is an example of what I mean.
Fathia Jama
Hi, you will need to create reference relationship in order for those entities to connect to each other. Here is an example of what I mean.
-
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