DictTable.isDerivedFrom Method [AX 2012]

Indicates whether one table type derives from another.

public boolean isDerivedFrom(TableName baseTableName)

Run On

Called

Parameters

baseTableName
Type: TableName Extended Data Type

Return Value

Type: boolean
true if this table is derived from the table that is specified by the baseTableName parameter.

Community Additions

ADD
Show: