RetailConnSchedulerJobCreation::main Method [AX 2012]
The main method which initiates the call for the other methods.
Syntax
client server public static void main(
RetailConnJobId _jobID,
str _description,
ClassName _executionClass,
ClassName _translationClass,
RefRecId _channelSchema)
Run On
Called
Parameters
- _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.