I want entity and attribute with relationship with that.
ParentEntity.attribute | ChildEntity.attribute |
Lead.LeadId | Account.fk_Leadid |
How to get this , with out any tool.
*This post is locked for comments
I want entity and attribute with relationship with that.
ParentEntity.attribute | ChildEntity.attribute |
Lead.LeadId | Account.fk_Leadid |
How to get this , with out any tool.
*This post is locked for comments
Hello DMat,
I believe you want an Account to have only one Lead assign to it, correct? This means you want a N:1 relationship between Account and Lead.
To accomplish this, you need to create a N:1 relationship on the Account entity. This will allow you to have a lookup field (foreign key) on the Account form.
More information about Entity Relationships: technet.microsoft.com/.../dn531171.aspx
Cheers!
Pedro Pisco
André Arnaud de Cal...
292,494
Super User 2025 Season 1
Martin Dráb
231,307
Most Valuable Professional
nmaenpaa
101,156