Hi All,
I am trying to refresh the HTML web resource on the form on change of a field (date time field) in dynamics 365. I used the code below.
var webResource = Xrm.Page.ui.controls.get("WebResource_OnlineMeetingForm");
webResource.setSrc(webResource.getSrc());
But it's not working.
The screenshot of the form is shown below.

On the change of the start time field (date time field), I need to refresh the table (HTML web resource) and display the meetings on that date.
How shall I do this?
Any help is appreciated.
*This post is locked for comments
I have the same question (0)