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
Junior007Junior007 

Data loader issue while using Command Prompt

Hi,

    Using Data Loader from command prompt to automate the process of importing Account data,

    i want to do some validations i,e wheather that account number is already there or not,

    how to do that

 

    any help would be appreciated

 

 

Regards,

Subramanya 

Best Answer chosen by Admin (Salesforce Developers) 
Avidev9Avidev9
Well easiest way will be create a unique field in account and copy hte account num to that field along with the original Account Num field(This can be done using a workflow)

So whenever you will try to insert a duplicate record you will get an error!

Have a look at this post this will give you and Idea about how to use workflow to implement this http://boards.developerforce.com/t5/General-Development/How-can-i-Avoid-duplicate-names-using-workflows/td-p/639365