setWorkFlow(false) will not stop the execution of before query business rules across scope boundariesIssue Using setWorkflow(false) in a script that runs in global scope but updates records that are in a different scope shows a message like below.Message: Cannot disable before query business rule(s) across scope boundaries (current scope: rhino.global table scope: sn_customerservice)ReleaseNot specific to any releaseResolutionThis is an expected behavior. setWorkflow(False) will not be able to stop the before query BRs from a different scope from executing. This is tested in OOB. The only option to stop execution of before query BRs during a script execution using setWorkflow(False) is to run the script in the same scope.