ReleaseUpdateDB::backendFieldBaseType Method [AX 2012]

Gets the back-end base type of a field.

server public static Types backendFieldBaseType(TableId _tableId, FieldId _fieldId)

Run On

Server

Parameters

_tableId
Type: TableId Extended Data Type
The ID of a table.
_fieldId
Type: FieldId Extended Data Type
The ID of a field.

Return Value

Type: Types Enumeration
The back-end type of the field.

ExceptionCondition
Error

The table does not exist.

–or–

The field is not found in the table.

Show: