What is the recommended way to avoid locking issues during import?
A customer is facing locking issued when importing large data volumes of order records that are children in amaster-detail relationship with the Account object. What is the recommended way to avoid locking issues during import?A . Import Account records first followed by order records after sorting order by OrderID. B....