Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.