Script include asking users to select a user role popup is showing for non-Client callable script includesIssue When creating a server-side Script Include, the UI prompts for a user role. This prompt expected to only appear when creating a client-callable script include. ReleaseAnyCauseThe issue arises because the script include form is missing the essential mobile_callable field.The UI Action now/nav/ui/classic/params/target/sys_ui_action.do%3Fsys_id%3D1c78c39277100110990d94b92c5a992e is responsible for verifying the status of this field. When the mobile_callable field is not present in the form, it results in passed being set to an empty string , which ultimately leads to the problem. ResolutionRevert the script include form to the out of the box version, which has the field mobile_callable in it.