I have a JavaScript error being thrown when I attempt to fire a JavaScript Action on button click. It works in local but does not work in an environment. export async function JA_Property_OpenInNewTab(baseURL, object_ID) { // BEGIN USER CODE window.open(baseURL + '/link/property/' + object_ID, '_blank'); // END USER CODE } The error is:
asked
Jason Imeidopf
1 answers
3
If anyone is looking for the answer to this question; for me it was a browser caching issue. I fixed it as follows: