RetailCDXSeedDataSubJob::createUploadSubjob Method [AX 2012]

Creating an upload subjob.

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.
_tableName
Type: TableName Extended Data Type
The name of the table.
_axTableName
Type: TableName Extended Data Type
The name of the ax table name.
_fieldNames
Type: container
Container holding the field names.
_axFieldNames
Type: container
Container holding the ax field names.
_tempDBTableName
Type: TableName Extended Data Type
The name of the temp DB table.
_replicationCounterFieldName
Type: FieldName Extended Data Type
The name of the field.
_channelSchema
Type: RefRecId Extended Data Type
Reference RecID for the record.
Show: