Hi,
I am using Dynamics 365 CRM and require some help.
I have a Customer entity, and a Package entity.
The Package entity will have a Sender, and a Receiver, both of these are Customers from the Customer entity.
Also within Package I have a form which has three sections: Details, Sender, and Receiver. At the top of the Sender and Receiver sections there is a field for the Customer to be selected.
Under the Customer, I want to display the contact details (Name, Address, Date of Birth, Age, etc...) from the Customer Entity within the Package form, based on the customer which is selected.
How do I go about doing this?