
Announcements
I have a simple html webresource control in my form, which looks like a button. I want to call the javascript functions from the javascript library I have attached to the form, when this button is clicked. Is there a way to do that ?
<!DOCTYPE html>
<html>
<body>
<button type="button">Click Me!</button>
</body>
</html>
Hi @Rutu01
Please refer this video https://softchief.com/2020/08/13/how-to-call-a-javascript-web-resource-in-an-html-web-resource-in-dynamics-365-ce/
Hope this was helpful.