RetailCDXSeedDataSchedulerJob::createSchedulerJob Method [AX 2012]

Creates the scheduler job.

client server public static void createSchedulerJob(
    RetailConnJobId _jobID, 
    str _description, 
    RefRecId _channelSchema, 
   [RetailCDXIsUpload _isUpload])

Run On

Called

Parameters

_jobID
Type: RetailConnJobId Extended Data Type
Job id.
_description
Type: str
Job description.
_channelSchema
Type: RefRecId Extended Data Type
Job channel schema.
_isUpload
Type: RetailCDXIsUpload Extended Data Type
If its an upload job.
Show: