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
gowdagowda 

Creating Accounts ?

I have a client application where in i pull all the Accounts from our Database and create an Account in the Salesforce.com...How do i go about this

How do i maintain all the primary keys at both the ends, i.,e SalesForce.com and our Database...

DevAngelDevAngel

Hi gowda,

You can create a custom field on the account object to hold the primary key from your traditional database and likewise, create a new field on your account table to contain the Account.Id primary key from salesforce.com.