By default in Account entity, accountid and parentaccountid are two fields which is self join. I have a custom field clientid. I need help in 2 things.
1. I want to setup clientid (custom field) be a self joining field with parentclientid. This is a parent child relationship in accounts. So need help how I can setup this scenario. I looked up accountid and was not able to figure out. This is similar to employee and manager relationship in an employee table.
2. Now that I have clientid and parentclientid, i want to import data to create or update existing client records. When working with Account, for the Parent Account, I suppied Account Name. But name could be duplicate, I am having hard time associating 2 fields in excel/csv to map to a single field (parentaccountid) in Accounts. Can you please help or provide me directions to resolve my 2 issues?
(Combination of Client Name and Client ID is unique, because I could have similar client names. Where I want to associate the Parent, I need a combination of Client Name and Client ID which makes it unique.) How can I achieve that when I am importing for creating new accounts or updating?