RE: Show Custom Entity View in Dashboard In Portals
Thanks Arpit for the response, yes i have checked that,
Below is the div that is default Microsoft is using to show Managed Opportunity that i have highlighted in above screenshot, similar way i have custom entity "announcement" that i want to show, so i tried to put Div in Dashboard web template, but it is showing blank,
************Managed Opportunity Div***********************************
<div class="col-md-8 small" data-entitygrid-layout="compact">
<!-- Managed Opportunities -->
{% include "entity_list" key:"managed-opportunities" %}
</div>
**************************************************************************
************Custom Entity Div**********************************
<div class="col-md-8 small" data-entitygrid-layout="compact">
{% include "entity_list" key:"new_announcement" %}
</div>
**************************************************************************
Thanks,
Shahbaaz