DictType.isExtendedFrom Method [AX 2012]

Determines whether the extended data type extends from the base extended data type that is provided.

public boolean isExtendedFrom(str baseEDTName)

Run On

Called

Parameters

baseEDTName
Type: str
The name of the extended data type.

Return Value

Type: boolean
true if the extended data type extends from the base extended data type that is provided; otherwise, false.

Community Additions

ADD
Show: