I'm having some problems figuring out the field mappings.
I have two entities setup like follows:
Contact
- Company Name (Account Lookup)
- Organisation (Account Lookup)
Account
- Parent Account (Account Lookup)
- Organisation (Account Lookup)
- Primary Contact (Contact Lookup)
When the user opens the "Contact Quick Create Form" from the "Primary Contact" field on the "Account" I want the "Organisation" to be the same as the selected "Company Name" account. But currently it is populating both the "Company Name" and the "Organisation" with the same account value.
Am I missing something here ?
*This post is locked for comments