Are permissions inherited through script execution? For instance, I have a User Event script that displays a button when viewing a record, the deployment for that script is running as Administrator, when the button is clicked, it triggers a Client Script to do some work... Since the Client script is being called from the Administrator running User Event script, does the Client script run as Administrator? Or does it run as the user that clicked the button?