Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.12 KB

File metadata and controls

42 lines (30 loc) · 1.12 KB
title description author ms.author ms.date ms.reviewer ms.topic applies_to search.audienceType contributors
getAdvancedConfigSetting (Client API reference) in model-driven apps| MicrosoftDocs
Includes description and supported parameters for the getAdvancedConfigSettings method.
adrianorth
aorth
03/12/2022
jdaly
reference
Dynamics 365 (online)
developer
JimDaly

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.

Related articles

Xrm.Utility.getGlobalContext

[!INCLUDEfooter-include]