17.44Classic cause
Code:
Query C001
↓
not found
↓
Create
Two workers do it simultaneously.
Result:
duplicate
Fix:
unique External ID
+
Upsert
at the Salesforce write boundary.
Code:
Query C001
↓
not found
↓
Create
Two workers do it simultaneously.
Result:
duplicate
Fix:
unique External ID
+
Upsert
at the Salesforce write boundary.