Maximum Number Of Duplicate Updates In One Batch
As the error describes we can update a particular record in a single transaction for max. 12 times after which we get the error.
Maximum Number Of Duplicate Updates In One Batch (12 Allowed). Attempt To Update Id More Than Once In This Api Call
The records are updated with values till 12th update.
Maximum Number Of Duplicate Updates In One Batch (12 Allowed). Attempt To Update Id More Than Once In This Api Call
The records are updated with values till 12th update.
Comments
Post a Comment