Hello,
I have account survey data that i am storing in a custom entity that has 1:M relationship with account. In the account survey custom entity, i have created a lookup to account name, that pulls the parent account name. I should only store survey for those account records that exists in CRM. If i import the survey data using excel import, the second time onward the import creates duplicate records in account survey custom entity, i would have to make the second import to update the existing account survey record rather than inserting a new one. any idea? Actually, i have to make the account survey custom entity as just 1 to 1 rather than 1 to M with parent account record. Please share your thoughts. Thanks!