-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Current Behavior
Currently when trying to insert records in parallel into the gate and if we have same external id during the parallelization process , then all of the external ids will be accepted and inserted into the gate , which will cause duplicated records with same external id in sharing state and business partner table .
Expected Behavior
For each external Id we must have only one record in sharing state , and one record is connected inside business partner table with one sharing state id .
Steps To Reproduce
Execute a parallel insert into the gate using Postman or any other app, and both inserts to contain exactly the same external ID .
The insertion should be done in separate requests but executed in the same time .
Can be done with the help of Flows in Postman as an example .
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
🏗 In progress
