-
-
Notifications
You must be signed in to change notification settings - Fork 27
Global Settings #244
Copy link
Copy link
Open
Labels
complexGood for senior developers.Good for senior developers.enhancementNew feature or requestNew feature or request
Description
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 {
//...
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
complexGood for senior developers.Good for senior developers.enhancementNew feature or requestNew feature or request