Adding view to canvas from Standard view - help please
Before switching to Canvas View we had a section that showed only OPEN deals in a CONTACT Record (screen shot below). I'm not sure if this was something our previous developer created or if it's a zoho system section. Either way I'd like to replicate it in Canvas.
I inspected the element and it says "Inherited from table.newRelDetailsTable" and I copied the code below.
Is this something I can re-build for Canvas if so how?
<td valign="top" class="newRelDetailsTd " id="newRelModule_Potentials"> <span class="lpDivHeadD crm-font-bold f17">Deals</span> <table cellpadding="0" cellspacing="0" class="mT15 crm-font-semibold f15"> <tbody><tr> <td valign="top"> <div class="lh16 robotoRegular"> <span> <a data-zcqa="detailView" data-cid="detailView" data-params="{"lookback":true,"module":"Potentials","id":"4736246000185687157"}" href="/crm/org734817690/EntityInfo.do?module=Potentials&id=4736246000185687157" onclick="Crm.trackSpotLightAction('Lookup Click');" class="black f15 crm-font-semibold">TrulyU Evolutionary Nutrition - Women's </a> </span> <span class="crm-font-regular f15 color_1D3 newRelDetails_STAGE"> Contract Out </span> <span class="crm-font-regular f15 color_1D3 newRelDetails_CLOSINGDATE"> Jun 4, 2024 </span> </div> </td> </tr> </tbody></table> </td>