Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the base type of a type.
Syntax
client server public static Types typeName2Type(IdentifierName _typeName)
Run On
Called
Parameters
- _typeName
Type: IdentifierName Extended Data Type
The name of an X++ type.
Return Value
Type: Types Enumeration
The base type of a type.
Exceptions
| Exception | Condition |
|---|---|
| Error | The type name that was passed into the method is not a recognized X++ type. |