The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
31 views

Parent Id Apex Data Loader

I'm using the data loader. I'm not sure about the use of the Parent id in the picture below. When have i use this? I'm upserting with the data loader contacts that are related of course to certain ...
6
votes
1answer
44 views

Insert new objects via REST using an external ID

Here is my situation: I have created a custom object called "CSB" with fields: source_xml__c => Text IPN__c => text Salesman => Lookupfield to "User" In the "User" object there is a custom ...
3
votes
2answers
52 views

Linking two object in a trigger when I can an External Id

In my before insert trigger I want to link the incoming record with an existing record. I have a lookup from Lead to Account and the incoming Lead includes the value of the External ID of the Account. ...
1
vote
1answer
49 views

Standard Objects and External Id

Has any standard object an external id by default ? I need to know it for testing proposes. I was searching this unsuccessfully.
0
votes
1answer
109 views

Can free Jitterbit dataloader do an auto-relation like Dataloader.io?

Until now I was a happy Datloader.io user as it allowed me on a Mac to insert from CSV and have this wonderful auto mapping feature where a Lookup or Master Detail relation can be pointed to an ...
0
votes
1answer
52 views

External IDs unavailable in Apex Data Loader

I have a number of external Ids in my SFDC environment, but I can't see them in the Data Loader or in the Jitterbit Data Loader. Any ideas? Data Loader: Field settings:
2
votes
2answers
608 views

External ID & Unique field limit exceeded

We have a customer whom is experiencing this exception: External ID & Unique field limit exceeded. when they attempt to install our package. I assume this is related to a conflict with another ...
3
votes
3answers
409 views

How do you use an external ID in the import wizard to import child objects of a master/detail relationship?

OK, I need to import a few thousand records and import wizard seemed like a good choice. First I did some accounts - that went smoothly. Next I went to import some custom objects that have a ...
7
votes
4answers
751 views

Can I import child records using the parent's External ID?

I have a bunch of data I want to import into a custom object. I need these records to have a look up to the Account. The Account has an External ID which is also present in the data I'm importing. ...