getAdvancedConfigSetting (Client API reference)
Returns information about the advanced configuration settings for the organization.
Syntax
var globalContext = Xrm.Utility.getGlobalContext();
globalContext.getAdvancedConfigSetting(setting);
Parameters
Name | Type | Required | Description |
---|---|---|---|
setting |
String | Yes | Name of the configuration setting. Only the following two configuration settings are supported: "MaxChildIncidentNumber" and "MaxIncidentMergeNumber" |
Return Value
Returns the advanced configuration setting value.