RetailConnReplicationUtilities::getFieldID Method [AX 2012]
Method initializes the varaiables with the ID for the given table and field.
client server public static FieldId getFieldID(TableName _tableName, FieldName _fieldName)
Run On
CalledParameters
- _tableName
- Type: TableName Extended Data Type
Name of a table in the AOT.
- _fieldName
- Type: FieldName Extended Data Type
Name of a field in the AOT.
Show: