RetailConnUploadTempDBManager.new Method [AX 2012]
Initializes a new instance of the RetailConnUploadTempDBManager class.
Initializes the ID of the table and columns.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
public void new(
TableName _tableName,
container _fieldNameList,
FieldName _uploadCounterFieldName,
[TableName _tempDBTableName])
Microsoft Dynamics AX 2012 R2 (SYS)
public void new(
TableName _tableName,
container _fieldNameList,
[TableName _tempDBTableName])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void new(TableName _tableName, container _fieldNameList)
Run On
CalledParameters
- _tableName
- Type: TableName Extended Data Type
Name of the table in the AOT.
- _fieldNameList
- Type: container
Container having field names.
- _uploadCounterFieldName
- Type: FieldName Extended Data Type
- _tempDBTableName
- Type: TableName Extended Data Type
Target TempDB table name
Community Additions
ADD
Show:
Note