global static DS_Settings__c getDataScoutSettings ()
global static DS_Settings__c getCloudMDMSettings ()
Gets the CC360 settings.
global static DS_SF_Synchronization_Settings__c getAccountSyncSettings ()
Gets the synchronization settings for accounts.
global static DS_SF_Synchronization_Settings__c getAccountSyncSettings (String recType)
Gets the synchronization settings of the specified account record type.
global static DS_SF_Synchronization_Settings__c getPersonAccountSyncSettings ()
Gets the synchronization settings of person accounts.
global static DS_SF_Synchronization_Settings__c getPersonAccountSyncSettings (String recType)
Gets the synchronization settings of the specified person account record type.
global static DS_SF_Synchronization_Settings__c getContactSyncSettings ()
Gets the synchronization settings for contacts.
global static DS_SF_Synchronization_Settings__c getContactSyncSettings (String recType)
Gets the synchronization settings of the specified contact record type.
global static DS_SF_Synchronization_Settings__c getLeadSyncSettings ()
Gets the synchronization settings for leads.
global static DS_SF_Synchronization_Settings__c getLeadSyncSettings (String recType)
Gets the synchronization settings of the specified lead record type.
global static DS_SF_Enrichment_Settings__c getAccountEnrichmentSettings ()
Gets the enrichment settings for accounts.
global static DS_SF_Enrichment_Settings__c getAccountEnrichmentSettings (String recType)
Gets the enrichment settings of the specified account record type.
global static DS_SF_Synchronization_Settings__c getSyncSettings (String objectName)
Gets the synchronization settings for the specified object.
global static DS_SF_Synchronization_Settings__c getSyncSettings (String objectName, String recType)
Gets the synchronization settings of the record type of the specified object.
global static DS_Matching__c getMatchingSettings (String objectClass, String recordTypeName)
Gets the matching settings for the specified object class and record type.
global static DS_Sources__c getSourceSettings (String sourceName)
Gets the source settings for the specified source.
global static DS_Sources__c getSourceSettings (String sourceName, String recTypeName)
Gets the source settings of the record type of the specified source.
global static DS_Performance__c getPerformanceSettings (String performanceSettingName)
Gets the performance settings for the specified setting name.
global static void updateInternalSetting (String internalSettingName, String value)
Updates an internal setting with the specified value.
global static void updateInternalSetting (String internalSettingName, long value)
Updates a custom setting setting with the specified long value.
global static void enableLeadPersonAccountComparison (boolean value)
If this setting is set to True, the duplicate bean check job identifies duplicates for contacts and leads associated with a person account.
global static void enableHierarchyAccountEnrichment (boolean value)
If this setting is set to True, any update to bean because of a hierarchy operation is cascaded to accounts also.
global static void enableDefaultPriorityForRunAutomatic (boolean value)
Enables the default priority for batch jobs that are flagged to run automatically.
global static void setMasterDataResponseSize (Integer value)
Allows you to limit the number of responses from the Hub Org to a Spoke Org.
global static void enableQueueMonitorAutomaticRefresh (Integer value)
Allows you to enable or disable the automatic refresh capability of the Queue Monitor.
global static void resetExecutionManager ()
Allows you to reset the execution manager.
global static Map<String,String> getInternalSettings ()
Returns values for all internal settings. If any internal setting does not have a value, then the default value is returned.
global static void enableExtractCountryFromPicklist (boolean value)
Allows you to enable or disable extraction of Country Text from Country Picklists for Standard Address fields.
global static void resetDefaultRecordTypesValues ()
Resets the default record types that you explicitly set in the Default Record Type For Account and Default Record Type For Person Account internal settings.
global static boolean resetInternalSetting (String settingName)
Resets the value of the specified internal setting.
global static String getInternalSettingValue (String settingName)
Gets the value of the specified internal setting.
global static object getConfig (String configName, List<object> params)
Gets the settings for the specified configuration and passes a list of parameters to the configuration.