List UI Action does nothing when clickedIssue A UI Action (button, dropdown menu item, etc.) on a (related) list seems to not work when clicked. The system logs show scope-related errors.CauseThe UI Action may have been created in a scope that is not the Global scope. An example would be the global delete UI action. Errors would look like this: "Script: DeleteRecordAjax not found in scope: sn_change_cab, and HTTP Processor class not found: com.glide.processors.xmlhttp.DeleteRecordAjax: no thrown error"ResolutionCreate the UI Action under the Global scope.