Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.