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
Dn489845.protmethod(en-us,AX.60).gif addModifiedDateTimeFilter Applies a not updated within number of days filter to the ModifiedDateTime field on the InventSum table.
Dn489845.protmethod(en-us,AX.60).gif addTrackingDimensionFilter Applies a filter on all tracking dimensions to ensure that at least one tracking dimension references a value.
Dn489845.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn489845.pubmethod(en-us,AX.60).gif cleanup Cleans up closed tracking dimension associated InventSum records specified by the provided InventCleanupTrackingInventSumContract contract.
Dn489845.protmethod(en-us,AX.60).gif cleanUpInventSum Cleans up the specified InventSum record.
Dn489845.protmethod(en-us,AX.60).gif deleteInventSum Deletes the specified InventSum record.
Dn489845.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn489845.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn489845.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn489845.protmethod(en-us,AX.60).gif insertClosedInventSum Insert a new closed InventSum record.
Dn489845.protmethod(en-us,AX.60).gif isInventSumExisting Queries whether an InventSum record exists matching the specified parameters.
Dn489845.protmethod(en-us,AX.60).gif 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.
Dn489845.privmethod(en-us,AX.60).gif modifiedDateTimeQueryExpression
Dn489845.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Dn489845.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Dn489845.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Dn489845.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn489845.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn489845.protmethod(en-us,AX.60).gif readInventDim Reads an InventDim record from the specified query.
Dn489845.protmethod(en-us,AX.60).gif readInventSum Reads an InventSum record from the specified query.
Dn489845.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn489845.protmethod(en-us,AX.60).gif showProgress Creates and displays a progress bar.
Dn489845.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn489845.protmethod(en-us,AX.60).gif trackingDimensionFieldList Creates a list of tracking dimension field ids.
Dn489845.privmethod(en-us,AX.60).gif trackingDimensionQueryExpression
Dn489845.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Dn489845.protmethod(en-us,AX.60).gif validateInventSumDelete Validates that the specified InventSum record may be deleted.
Dn489845.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn489845.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  InventCleanupTrackingInventSumService Class