Share via


SysExtensionSerializerExtensionMap::isExtensionEnabled Method

Checks whether the specified extension table is enabled.

Syntax

client server public static boolean isExtensionEnabled(TableId _extensionTableId)

Run On

Called

Parameters

Return Value

Type: boolean
true if it is enabled; otherwise false.

Remarks

By default, this method is based on the country region code and configuration key of the extension table to determin it is enabled or not. Additional check can be added by adding static method in the extension table with same name of isExtensionEnabled.

See Also

Reference

SysExtensionSerializerExtensionMap Map