Share via


RetailStoreInventory Class [AX 2012]

The RetailStoreInventory class performs store inventory operations such as stock count, picking and receiving.

Syntax

class RetailStoreInventory

Run On

Called

Methods

  Method Description
Hh813580.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Hh813580.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Hh813580.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Hh813580.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Hh813580.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Hh813580.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.)
Hh813580.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.)
Hh813580.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Hh813580.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Hh813580.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Hh813580.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Hh813580.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.)
Hh813580.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Hh813580.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Hh813580.pubmethod(en-us,AX.60).gif Hh813580.static(en-us,AX.60).gif ::createStockCount Gets the Journal number from the Xml document.
Hh813580.privmethod(en-us,AX.60).gif Hh813580.static(en-us,AX.60).gif ::deletePickingTableNotOpenInHQ
Hh813580.privmethod(en-us,AX.60).gif Hh813580.static(en-us,AX.60).gif ::deleteReceivingTableNotOpenInHQ
Hh813580.privmethod(en-us,AX.60).gif Hh813580.static(en-us,AX.60).gif ::deleteSuccessFullyUpdatedPickingLine Deletes the updated picking lines.
Hh813580.privmethod(en-us,AX.60).gif Hh813580.static(en-us,AX.60).gif ::deleteSuccessFullyUpdatedReceivingLine Deletes successfully updated receiving lines.
Hh813580.pubmethod(en-us,AX.60).gif Hh813580.static(en-us,AX.60).gif ::getItemNameByItemId Gets the Product name for the given item.
Hh813580.pubmethod(en-us,AX.60).gif Hh813580.static(en-us,AX.60).gif ::getRetailUserStoreInventLocationId Gets the warehouse for the given store.
Hh813580.pubmethod(en-us,AX.60).gif Hh813580.static(en-us,AX.60).gif ::inventColorLookupByItemId Builds a query to get the color Id.
Hh813580.pubmethod(en-us,AX.60).gif Hh813580.static(en-us,AX.60).gif ::inventConfigLookupByItemId Builds a query to get the config Id.
Hh813580.pubmethod(en-us,AX.60).gif Hh813580.static(en-us,AX.60).gif ::inventSizeLookupByItemId Builds a query to get the size Id.
Hh813580.pubmethod(en-us,AX.60).gif Hh813580.static(en-us,AX.60).gif ::inventStyleLookupByItemId Builds a query to get the style Id.
Hh813580.privmethod(en-us,AX.60).gif Hh813580.static(en-us,AX.60).gif ::isTimeToRefreshLines
Hh813580.pubmethod(en-us,AX.60).gif Hh813580.static(en-us,AX.60).gif ::itemIdLookup Build the query and perform the lookup of Item Id.
Hh813580.pubmethod(en-us,AX.60).gif Hh813580.static(en-us,AX.60).gif ::pickAll Picks all the quantity available for invent transfer line.
Hh813580.pubmethod(en-us,AX.60).gif Hh813580.static(en-us,AX.60).gif ::receiveAll Receives all the quantity available for invent transfer line.
Hh813580.pubmethod(en-us,AX.60).gif Hh813580.static(en-us,AX.60).gif ::refreshInventJournalTable Gets the inventory journals for stock counting and update stock count table accordingly
Hh813580.pubmethod(en-us,AX.60).gif Hh813580.static(en-us,AX.60).gif ::refreshInventJournalTrans Gets the inventory journal transactions for stock counting and update stock count line accordingly
Hh813580.pubmethod(en-us,AX.60).gif Hh813580.static(en-us,AX.60).gif ::refreshRetailInvPickingLines Gets the inventory transfer order for inventory transfer picking and update RetailInvTransferPickingLine table accordingly
Hh813580.pubmethod(en-us,AX.60).gif Hh813580.static(en-us,AX.60).gif ::refreshRetailInvPickingListTable Gets the open inventory transfer orders for inventory transfer picking and update RetailInvTransferPickingTable table accordingly
Hh813580.privmethod(en-us,AX.60).gif Hh813580.static(en-us,AX.60).gif ::refreshRetailInvPickingListTable4SO Gets the store picking lists for sales order and update RetailInvTransferPickingListTable table accordingly.
Hh813580.pubmethod(en-us,AX.60).gif Hh813580.static(en-us,AX.60).gif ::refreshRetailInvReceivingLines Gets the store receiving lists for purchase order and update RetailInvReceivingLine table accordingly.
Hh813580.pubmethod(en-us,AX.60).gif Hh813580.static(en-us,AX.60).gif ::refreshRetailInvReceivingListTable Gets the open store receiving lists for purchase order and update RetailInvReceivingListTable table accordingly.
Hh813580.pubmethod(en-us,AX.60).gif Hh813580.static(en-us,AX.60).gif ::submitInventoryJournal Creates an Xml Document with inventory dimension values and deletes the line
Hh813580.pubmethod(en-us,AX.60).gif Hh813580.static(en-us,AX.60).gif ::submitRetailInvPickingLines Creates an Xml Document with inventory dimension values and deletes the line
Hh813580.pubmethod(en-us,AX.60).gif Hh813580.static(en-us,AX.60).gif ::submitRetailReceivingLines Creates an Xml Document with inventory dimension values and deletes the line
Hh813580.privmethod(en-us,AX.60).gif Hh813580.static(en-us,AX.60).gif ::updatePickingLinesLastRefreshedFromHQ Updates the picking lines last refreshed value in the table RetailInvTransferPickingListTable.
Hh813580.privmethod(en-us,AX.60).gif Hh813580.static(en-us,AX.60).gif ::updateReceivingLinesLastRefreshedFromHQ Updates the receiving lines last refreshed value in the table RetailInvReceivingListTable.
Hh813580.privmethod(en-us,AX.60).gif Hh813580.static(en-us,AX.60).gif ::updateStockCountLinesLastRefreshedFromHQ Updates the stock count last refreshed value in the table RetailStockCountTable.

Top

Inheritance Hierarchy

Object Class
  RetailStoreInventory Class