I'm experiencing a challenge with a Quick View Form on the Case entity in my D365 CE solution. The form setup is as follows:
Case Form Configuration:
There's a Quick View Form integrated into the Case form, named 'Quick View Form for Case'. This quick view form is supposed to show Opportunity information.
This Quick View Form includes two lookup fields: 'Business Unit' and 'Activity Line'.
Additionally, the Case form features an 'Opportunity' lookup field.
When an Opportunity is selected in this field, the 'Quick View Form for Case' becomes visible on the Case form.
The purpose of this Quick View Form is to display related information from the selected Opportunity, including details like the Activity Line.
However, I'm encountering an issue where the 'Activity Line' field in the Quick View Form does not display the correct information from the related Opportunity.
Activity Line is a lookup field that looks to the 'BU' table. The problem is that this lookup field show's the 'Name' of the BU but it's actually supposed to show another value, it's supposed to show the 'Cluster' of the BU. Cluster is another lookup field on the BU form, so is name obviously.