Skip to main content
Admin ADP ha fatto una domanda in #Data Management
We have a custom object, Roles, that are associated with one Opportunity. I am trying to import Role records using the import wizard. Our opportunites have SFDC IDs and an External ID. The roles I want to insert are associated with the External ID of the Opportunity. How can I ensure that the parent child relationship is established when importing the Role records?

 

Please Help!
5 risposte
  1. 28 gen 2011, 19:13
    You need to insert these records with the Opp ID in the record. I would probably use the dataloader to do this. 

     

    I would probably download the external ID's and Opp Id's into an excel file and then vlookup external ID's with opp ID's on your input file...

     

    Then upload away... but do a small batch file first to make certain you got it right.
0/9000