Share via


RetailCDXSeedDataSubJob::createUploadSubjob Method [AX 2012]

Creating an upload subjob.

Syntax

client server public static void createUploadSubjob(
    container _jobIDs, 
    str _subjobID, 
    str _subjobName, 
    TableName _tableName, 
    TableName _axTableName, 
    container _fieldNames, 
    container _axFieldNames, 
    TableName _tempDBTableName, 
    FieldName _replicationCounterFieldName, 
    RefRecId _channelSchema)

Run On

Called

Parameters

  • _jobIDs
    Type: container
    Container holding the jobIDs.
  • _subjobID
    Type: str
    String value for a subjobID.
  • _subjobName
    Type: str
    String value subjob name.
  • _fieldNames
    Type: container
    Container holding the field names.
  • _axFieldNames
    Type: container
    Container holding the ax field names.

See Also

Reference

RetailCDXSeedDataSubJob Class