PBALib::isConfigurationKeyEnabled Method [AX 2012]
Indicates whether at least one of the configuration keys for Product Builder or Product Configuration is enabled.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
client server public static boolean isConfigurationKeyEnabled()
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static boolean isConfigurationKeyEnabled()
Microsoft Dynamics AX 2012 Feature Pack (SYS)
server public static boolean isConfigurationKeyEnabled()
Microsoft Dynamics AX 2012 (FPK)
server public static boolean isConfigurationKeyEnabled()
Microsoft Dynamics AX 2012 (SYS)
server public static boolean isConfigurationKeyEnabled()
Run On
ClientOrServerReturn Value
Type: booleantrue if at least one of the configuration keys are enabled; otherwise, false.
Show:
Note