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
Amol_NikamAmol_Nikam 

how to import old users

Hi all,

 

i am new in salesforce

my issue is i have created one small website using force.com having

register,login page(which are built in  force.com pages in developerforce)

when we register using these page the user is Created in contact and in User object in salesforce and we are able to login with these created user.now we want to import some old users in to salesforce(around 100), so my qustion is how we can do this, as according to my knowledge we have to add thes in both User and Contact object as we want to make these as website user.As we tried to add users but we are not able to login with these newly added users.

as we are not much more aware about the settings in salesforce. we are not able to resolve this..

can anybody help us regarding this.

 

Thanks in advance

Amol

 

amarcuteamarcute

Hi,

 

You can use DataLoader (http://wiki.developerforce.com/page/Data_Loader) or any other bulk load tool to load the users/contacts into Salesforce.com.

If you have a .CSV (comma separated values) file of your users, you can use it as input to the DataLoader & map the corresponding fields and import them.