For a comprehensive walkthrough with detailed steps and best practices, you can refer to the blog- powerdynamixx.blogspot.com/2023/11/call-html-webresource-on-click-of.html
@nicolaslouis84875 ай бұрын
Wonderful video. Thx for sharing!
@powerdynamixx5 ай бұрын
Thank you so much for your kind words buddy.
@JohnnyBGood-i1b11 ай бұрын
Any way to track amount of clicks this button gets? I have a few web resource buttons that are URL-jumps to external webpages and I want to know how often they get used.
@hrushireddy13 Жыл бұрын
all good but i am trying to access formcontrxt of form in html parent.xrm.page i not getting corrwct form context
@powerdynamixx Жыл бұрын
parent.Xrm.Page approach is used in the classic Dynamics CRM web client and might not be applicable in Dynamics 365 Unified Interface. You can try using the Xrm.Utility.getGlobalContext().formContext method to access the form context in the Unified Interface.
@hrushireddy13 Жыл бұрын
using v9.2 but above mentioned Xrm is undefined parent.Xrm.Utilitu.getGlobalContext() getting butparent.Xrm.Utilitu.getGlobalContext(). formContext undefined I am not getting how to get form context in my html that is opening on button click