RetailConnReplicationUtilities::getFieldType Method [AX 2012]

Gets the SQL type of the data type of the field.

client server public static int getFieldType(
    RetailConnTableName _tableName, 
    RetailConnFieldName _fieldName, 
    RetailConnDistributionLocationId _locationId)

Run On

Called

Parameters

_tableName
Type: RetailConnTableName Extended Data Type
The current instance of the RetailConnTableName table.
_fieldName
Type: RetailConnFieldName Extended Data Type
The current instance of the RetailConnFieldName field.
_locationId
Type: RetailConnDistributionLocationId Extended Data Type
The distribution location ID value.

Return Value

Type: int
The ID value of the sql type of the data type.
Show: