RetailCDXSeedDataSchedulerJob::main Method [AX 2012]
The main method which initiates the call for the other methods.
client server public static void main(
RetailConnJobId _jobID,
str _description,
ClassName _executionClass,
ClassName _translationClass,
RefRecId _channelSchema,
[RetailCDXIsUpload _isUpload])
Run On
CalledParameters
- _jobID
- Type: RetailConnJobId Extended Data Type
The given value for the Job ID.
- _description
- Type: str
The given value for description.
- _executionClass
- Type: ClassName Extended Data Type
The given value for the execution class.
- _translationClass
- Type: ClassName Extended Data Type
The given value for the translation class.
- _channelSchema
- Type: RefRecId Extended Data Type
The given value for channel schema.
- _isUpload
- Type: RetailCDXIsUpload Extended Data Type
The given value for upload flag to indicate if this job is for data uploading
Show: