RetailConnSchedulerUtilities Class [AX 2012]
The RetailConnSchedulerUtilities class schedules jobs that are executed with the log updated into the RetailConnSchedulerJobTable table.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createLogTrans | Creates the log transactions in the RetailConnSchedulerJobTable table. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| finishLogTrans | Updates the scheduler log with data after the job has run. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| makeMsgTxt | |
| 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.) |
| runClass | Method creates an class object for the value in the RetailConnSchedulerJobTable.ElementName field and calls the run method of the object created. |
| runScheduleJobByLocation | |
| runSchedulerLog | |
| runSchedulerLogByLocation | |
| 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.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::getAllLocationLESet | Gets a collection of valid entities that correspond to all distribution locations. |
| ::getLegalEntitiesForLocationFilters | Gets the legal entities for the locations mapped to the set of location-filters provided |
| ::getLegalEntityForLocation | Returns the legal entity corresponding to the specified distribution location |
| ::getLocationListLESet | Returns a collection of legal entities corresponding to all distribution locations. |
| ::runScheduleJob | Creates the log transaction for the job, runs the job, and updates the final messages and data into the RetailConnSchedulerJobTable table. |
Community Additions
ADD
Show: