Skip to content

Global Settings #244

@pgajek2

Description

@pgajek2

Describe the solution you'd like
Architect/Developer should be able to provide global config eg. SOQL_Config, SOQL_Setting.
The config should contain global configurations for all queries eg. FLS, sharing mode, sharing mode per automation user, query in loop checking, etc.

It can be just a class or class that implements specific interface.

public interface Config {
   System.AccessLevel accessLevel();
   // sharing mode
   
}

public class SOQLConfig implements SOQL.Config {
   //...
}

Metadata

Metadata

Assignees

Labels

complexGood for senior developers.enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions