RetailConnSchedulerSubJobCreation::main Method [AX 2012]

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

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.
_tableName
Type: TableName Extended Data Type
The table name.
_axTableName
Type: TableName Extended Data Type
The table name.
_fieldNames
Type: container
Container which have the fieldNames scheduler job line.
_axFieldNames
Type: container
Container which have the fieldNames scheduler job line.
_channelSchema
Type: RefRecId Extended Data Type
The channel schema.
_replicateDataAreaID
Type: boolean
A boolean value which indicates whether replication of DataAreaID is required.
Show: