InventCleanupTrackingInventSumService Class [AX 2012]
The InventCleanupTrackingInventSumService class provides the service operation for cleaning up closed tracking dimension associated InventSum records.
Syntax
class InventCleanupTrackingInventSumService
Run On
Server
Methods
Method | Description | |
---|---|---|
addModifiedDateTimeFilter | Applies a not updated within number of days filter to the ModifiedDateTime field on the InventSum table. | |
addTrackingDimensionFilter | Applies a filter on all tracking dimensions to ensure that at least one tracking dimension references a value. | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
cleanup | Cleans up closed tracking dimension associated InventSum records specified by the provided InventCleanupTrackingInventSumContract contract. | |
cleanUpInventSum | Cleans up the specified InventSum record. | |
deleteInventSum | Deletes the specified InventSum record. | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
insertClosedInventSum | Insert a new closed InventSum record. | |
isInventSumExisting | Queries whether an InventSum record exists matching the specified parameters. | |
lookupNonTrackingInventDimId | Looks up the the inventory dimension ID associated with an InventDim record matching the specified parameter, but where no tracking dimension values are specified. | |
modifiedDateTimeQueryExpression | ||
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.) | |
readInventDim | Reads an InventDim record from the specified query. | |
readInventSum | Reads an InventSum record from the specified query. | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
showProgress | Creates and displays a progress bar. | |
toString | Returns a string that represents the current object. (Inherited from Object.) | |
trackingDimensionFieldList | Creates a list of tracking dimension field ids. | |
trackingDimensionQueryExpression | ||
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) | |
validateInventSumDelete | Validates that the specified InventSum record may be deleted. | |
wait | Pauses a process. (Inherited from Object.) | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Top
Inheritance Hierarchy
Object Class
InventCleanupTrackingInventSumService Class