SysExtensionSerializerMap::hasExensionTableEnabled Method [AX 2012]
Checks is there any extension table for specified base table is enabled.
client server public static boolean hasExensionTableEnabled(TableId _baseTableId)
Run On
CalledParameters
- _baseTableId
- Type: TableId Extended Data Type
Table ID of base table.
Return Value
Type: booleantrue if there is one or more extension tables are enabled. Otherwise, return false.
Show: