Scope
Everything on SkillVeris tagged Scope — collected across the glossary, study notes, blog, and cheat sheets.
9 resources across 1 library
Study Notes(9)
GPO Scope and Inheritance
How GPO scope is controlled through linking, security filtering, WMI filtering, Block Inheritance, and Enforced links, and how conflicts are resolved.
Business Rules
Apply no-code logic in Dataverse tables to set field values, show warnings, and enforce validation without writing JavaScript.
Dynamic Content
Learn how to pass outputs from triggers and earlier actions into later steps using Power Automate's dynamic content picker and underlying expressions.
Parameters and Scope
Understand Pascal's value vs var parameters and how block-structured scoping controls variable visibility.
VBA Data Types and Scope
How VBA stores values and controls their visibility: the core data types, variable scope and lifetime, constants, and object variables.
Dynamic vs Lexical Scope
How lexical scope resolves variables by source-text structure while dynamic scope resolves them by the call stack, and how Common Lisp uses both via special va…
Bean Scopes in Spring
Understand the difference between singleton, prototype, and web-aware bean scopes, and when scoped proxies are required.
Scope and Namespaces in Python
Understanding Python's LEGB scope resolution order and how the global and nonlocal keywords let functions modify variables outside their local scope.
let, const and Block Scope in JavaScript
How let and const introduced block scoping, the temporal dead zone, and why const does not make objects immutable.