RetailConnSchedulerSubJobCreation Class [AX 2012]
This class is used to create sub jobs for retail scheduler.
| Method | Description | |
|---|---|---|
| AddToJob | Adds the job for scheduler sub job line. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| CreateJobLine | Creates new scheduler job line in the table RetailConnSchedulerJobLine. |
| CreateSchemaInfo | Creates schema information in RetailConnLocationDesignTable and RetailConnLocationDesignTableField. |
| CreateSubJob | Creates new sub job. |
| CreateSubJobFieldList | Creates sub job fields list. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| GetJobID | Sets the RetailConnJobId based on schema type in the table retailConnChannelSchema. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| Init | Initializes the value for the sub job ID based on the schema type. |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| paramAXFieldNames | Sets the field names. |
| paramAXTableName | Sets the table name. |
| paramChannelSchema | Sets the value for channel schema. |
| paramFieldNames | Sets the value for field names in the scheduler sub job line. |
| paramJobIDs | Sets the value for job ID. |
| paramReplicateDataAreaID | Sets the value for ReplicateDataAreaID field. |
| paramSubJobID | Sets the value for sub job ID. |
| paramSubJobName | Ses the value for sub job name. |
| paramTableName | Sets the value for table name. |
| Run | Creates sub job and sub job field list to create scheduler job line in the table RetailConnSchedulerJobLine. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| Validate | Validate the table name and field name to create new scheduler subjob in RetailConnSchedulerJobLine. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::main | The main method which initiates the call for the other methods. |
Community Additions
ADD
Show: