Hi ,
I want to add custom HTML Web Resource in between Entity Form Header and Body in Dynamics 365 CRM.
I have created one custom entity and On its form , i have added some tabs in its Body.
But i want to show record overall summary in custom HTML web source . So i want to add it in Header Section of Form so that its visible all the time when user switch different Tabs in Form body.
Basically this Summary should be visible all time with some stats for that record.
I tried to add web resource in Form header but its shifted to drop button inside Header . Its not coming fully on Header.
Also if that not possible on header then can i add in between Form Header and Form Body.
I went through some URL to customize Form XML using C# code as explained in below URL
https://crmdynamicsblog.wordpress.com/2015/12/26/add-form-library-on-crm-form-using-c-or-javascript/
So these type of things are possible in Dynamics 365 unified Interface ?
Check below screenshot to see how my web source currently coming in header
Is there any other possible solution so that such summary visible on header all the time
Thanks