RetailConnUploadTempDBManager::generateTempDBTable Method [AX 2012]

Method calls generate method. Here temporary table is generated for data upload target table.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          client server public static void generateTempDBTable(
            TableName _tableName, 
            container _fieldNameList, 
            FieldName _uploadCounterFieldName, 
           [TableName _tempDBTableName])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static void generateTempDBTable(
            TableName _tableName, 
            container _fieldNameList, 
           [TableName _tempDBTableName])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client server public static void generateTempDBTable(TableName _tableName, container _fieldNameList)

Run On

Called

Parameters

  • _fieldNameList
    Type: container
    Container having field names.

See Also

Reference

RetailConnUploadTempDBManager Class