I need a little guidance with a custom entity
I am importing records from a legacy SQL system using SQLCLR. When an entry is made into the legacy system, it updates CRM by means of a vs2010 database project.
In accounts are all our current customers. Each customer has a unique 'licence' with us.
I am creating a new custom entity 'bank_accounts to import all the bank accounts for each customer. Each customer will have at least 1 bank account, but may have over 100.
Would i be right thinking that the bank_accounts would have a lookup to the accounts on a N to 1 relationship. how would i do a lookup when creating the bank account in c ?
Dont ask me .. i dont know