function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SSK9SSK9 

I created a custom object and want to upload data. I have to insert data based upon the 3 unique fields .If all the three unique fields have unique values the it should create a new record, Othwerwise it should overide the existing record.

I created a custom object and want to upload data using DataLoader. I have to insert data based upon the 3 unique fields .If all the three unique fields have unique values then it should create a new record, Othwerwise it should overide the existing record.

How do I do this?

Thank you.