Hi Experts,
We have a custom button on a Sub-Grid. On click it calls a JavaScript function (RemoveFromEventSessionGroup) that removes the selected record from the Sub-grid. This functionality was created by someone who already left the company.
When I tried to add a breakpoint to the script, it opened another tab with this error
Could not load content for https://xxx.crm11.dynamics.com/%7b638427613960000172%7d/webresources/ccl1011_/Marketing/Session.ts (HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE)
The Webresource is JavaScript but created as a TypeScript (Sorry I'm not that knowledgeable of TypeScript)
Below is the screenshot.
This is the error whenever I add breakpoint on the function.
What I have done so far is I removed the JavaScript function on the button then published. Verified that the function was removed.
Then I added it again. Did not fix the error.
Looking for advice on how to fix this error.
Thanks