Hi,
I have prepared Power BI Report from Power BI Report Server which is placed as HTML Web Resource in Account Form. I would like to dynamically filter this report depends on which account, user is. To achieve this, I have to get account name from form and I can retrieve it by Xrm.Page.getAttribute("name").getValue();. Unfortunately HTML web resource can't use global objects like Xrm.Page or Xrm.Utitlity.
Do you have any idea, how can I achieve account name in HTML web resource?
Greetings,
Dominik Kornat