Comments
1 comment
-
Hi Jon,
Thanks for your post!
You can use a SQL Statement generator to generate the data for Contact's PartitionId column.
You'll need to set the generator to connect to the same database and then the statement can be: SELECT PartitionID FROM Order
I hope that helps!
Add comment
Please sign in to leave a comment.
Order
===
Id
PartitionId
ContactId
Contact
===
Id
PartitionId
When using SQL Data Generator to generate data and fill Order.ContactId, is it possible to tell it to only select Contacts whose PartitionId match the Order.PartitionId?
Thank you,
Jon