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

Called

Parameters

_baseTableId
Type: TableId Extended Data Type
Table ID of base table.

Return Value

Type: boolean
true if there is one or more extension tables are enabled. Otherwise, return false.
Show: