Controlling Cross-Scope Table Access in ServiceNow
I have a table named "Git_Hub" in the "CICD" application scope, and I have another application scope called "Student".Now, I want to create a Client Script in the "Student" scope that should auto-populate a field from the "Git_Hub" table, which belon...