I can create a new item in this custom object using the Connector, but without the Account ID, there is nothing to link it to.
Any ideas?
1 risposta
You're close, what you need to do is get a list of the Account ID's that you want to built records for. Just dump your Account.Name and Account.Id into a CSV filed with tha Dataloader, or create a simple report with those 2 fields (and any other you might need) and export it to Excel.
Then fire up Excel and either copy&paste or do a VLOOKUP to insert the Account.Id onto your Custom.Object upload file
Giddy Up!!!