Skip to main content

Identify methods with global visibility

David Martin avatar
Written by David Martin
Updated over 3 weeks ago

Rationale

The Global access modifier is used when you want to make methods that are visible from outside your application (cross namespaces calls).

As cross-application dependencies are difficult to maintain, make sure to use the Global access modifier rarely and only with specific methods.

Scope

  • Apex methods

Did this answer your question?