Sean
Sean

Reputation: 969

Dynamics crm online 2016 subgrid

In the Contact form, I have a subgrid that shows the opportunities for the current Contact. So I selected "Only related records", the opportunity entity, and "All opportunities" as the defauld view. The problem is that in this way I only see the active opportunities. Is there a way to make the subgrid also show the closed/lost opportunities? Thank you.

Upvotes: 1

Views: 89

Answers (1)

dynamicallyCRM
dynamicallyCRM

Reputation: 2980

If you look at the filter criteria of the view, it filters records by status of "Open". Either remove that filter or even better create a new view with no filters and use it for the subgrid.

enter image description here

Upvotes: 3

Related Questions