Hi,
I have a strange issue whereby a JavaScript function configured to execute OnSave is not triggering for only users with a new security role I created.
The Admin user when logged in can SAVE the record and it triggers the OnSave event. I can debug in the browser developer tools and step through the function. But if I login with a user with non admin privileges the breakpoints are never hit.
I read of similar issues where adding 'Process', 'Process Session' and 'Process Configuration' Read permission to the user role fixed the issue. I applied the same permissions to my custom role but still no joy?
Any ideas would be appreciated.
Kind Regards
M Khan