Hi everyone, I am new to ms dynamics. Started working with dynamics 365.
Just came across a problem with the height of my web resource.
I have added a web resource HTML having a button (Validate Address) in an entity form e.g. account.
After adding web resource ( height 24px) , it is embedded in an iframe automatically with height 35px.
I do not want extra white space that iframe height is creating.
I tried reducing iframe height using js script to match the HTML content
parent.document.getElementById(#ID_webresource").style.height=24px
But still the height of iframe remains the same (35px)
Strange thing is it allows me to set height more than 35px but not less.
Is there some min-height limitation for web resources.
Any Help will be much appreciated.