Reputation: 453
Is it possible to import data in an a 1 to many relationship. I have an entity "Rent Roll" which is having N:1 relationship with opportunity. "Rent Roll" is a custom entity. An opportunity can have multiple rent and rolls. I already have data in "Opportunity" and "Rent Roll". Is there a way by which I can fill the below "Rent Roll" grid? I want to export this data from XLS because its a huge list of records and doing manually (by clicking + button) would take long time.
This is an Opportunity page screenshot. The Rent Roll entity is shown as a Grid here. In this picture no Rent Roll objects exist at the moment. But the objects already exist in Rent Roll entity.
Upvotes: 0
Views: 1507
Reputation: 642
Since you have a 1:N relationship from Opportunity to Rent Roll, this means you have an Opportunity lookup field on the Rent Roll entity. I am guessing you want the Rent Roll data (multiple tenants) all on the same opportunity, which is your "test data" opportunity record. Here are the steps you should take:
If your data does not appear, navigate to the Settings/Data Management/Data Import view and see if you had errors on the import.
Upvotes: 1