DictTable.isDerivedFrom Method [AX 2012]
Indicates whether one table type derives from another.
public boolean isDerivedFrom(TableName baseTableName)
Run On
CalledParameters
- baseTableName
- Type: TableName Extended Data Type
Return Value
Type: booleantrue if this table is derived from the table that is specified by the baseTableName parameter.
Community Additions
ADD
Show: