Hello
We have a handful of custom attributes on our BusinessOpportunity entity and we would like to show them on the Customer Order screen for an order that was created from a Business Opportunity.
The process as i understand it to add those fields to the Customer Order page is:
- Add the BusinessOpportunity entity to the CustomerOrderHandling projection
- Create an entity Association and connect the parent/child relationship.
- Create the group of fields on the Customer Order and create a binding to connect the CustomerOrderSelector to the entity association
However, when I try to add the BusinessOpportunity entity to the CustomerOrderHandling projection, it doesn’t appear in the available entities. Which made me assume that the two entities are already connected by default, so I tried to add the custom fields to the layout and they are available. However they do not populate any data.
My assumption is that this is because they are not being bound to the business opportunity, but I cant create a binding (CustomerOrderSelector → Association), because I cant create an entity association, so I am stuck. What am I missing here?