In one of my previous posts I played with layout of new WebClient. Idea of this post I got from question was asked on CrmUG forum – is it possible to remove big gray areas under sections? I played a bit and found a way:
Add following code to run on form load and that should do the trick.
function reformatForm() { try { parent.$(".ms-crm-Form-Empty-Grey-Filler").css("background-color", "#FFFFFF"); } catch (e) { } }
Here is comparison between layout without and with code applied:
Andrew,
Do you know how to get adal.idtoken of the logged user in CRM Online?
I have a JavaScript webresource in CRM, and it needs to call external WebApi based Server with AAD authentication.
I don’t wont to use ADAL.js, since it requiring an iframe/html page.
Any help will be greatly appreciated.
Hello Danyl,
Interesting choice of post to put your comment in 🙂
Unfortunately I don’t have an answer. I would recommend to ask your question on the dynamics community website – https://community.dynamics.com/crm/f/117
Thanks,
Andrew