web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Aric Levin's Blog / Viewing Quote Closure Infor...

Viewing Quote Closure Information in your views

Aric Levin - MVP Profile Picture Aric Levin - MVP 30,190 Moderator

We recently had a requirement to enable us to see the Date Won field of the Quote entity which appears when an Order is created (Quote is closed as Won), and although that field can be seen when the Order is created, the field was not located.

In researching this further, we found out that the best way to get that information, is by getting the values from the Quote Close activity entity (quoteclose). The Quote Close entity is basically an Activity entity, so it has the Actual Start Date and Actual End Date fields. The Actual End Date field that is displayed to us is basically the Quote won field.

In order to display the information of the Quote including closure information in a view, we would need to query the Activity Entity, and add a Join to the Regarding (Quote) relationship. Thie would allow us to query the Quote Closure information (as seen in the screenshot below).

Activities Advanced Find

If we need to see the columns from the Quote Closure entity as well, we can Add Columns, and change the record type from Activity to Regarding (Quote):

Activities Add Quote Close Columns

Comments

*This post is locked for comments