Share via


RetailCDXSeedDataSubJob::main Method [AX 2012]

The main method which initiates the call for the other methods.

Syntax

client server public static void main(
    container _jobIDs, 
    str _subjobID, 
    str _subjobName, 
    TableName _tableName, 
    TableName _axTableName, 
    container _fieldNames, 
    container _axFieldNames, 
    RefRecId _channelSchema, 
   [boolean _replicateDataAreaID])

Run On

Called

Parameters

  • _jobIDs
    Type: container
    List of all job ids.
  • _subjobID
    Type: str
    The sub job id.
  • _subjobName
    Type: str
    The sub job name.
  • _fieldNames
    Type: container
    Container which have the fieldNames scheduler job line.
  • _axFieldNames
    Type: container
    Container which have the fieldNames scheduler job line.
  • _replicateDataAreaID
    Type: boolean
    A boolean value which indicates whether replication of DataAreaID is required.

See Also

Reference

RetailCDXSeedDataSubJob Class