SysExtensionSerializerExtensionMap::isExtensionEnabled Method
Checks whether the specified extension table is enabled.
Syntax
client server public static boolean isExtensionEnabled(TableId _extensionTableId)
Run On
Called
Parameters
- _extensionTableId
Type: TableId Extended Data Type
The table ID of extension table.
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.