Share via


KanbanJobTmpPickListLoader Class [AX 2012]

The KanbanJobTmpPickListLoader class loads the picking list records for the process and transfer kanban boards.

Syntax

class KanbanJobTmpPickListLoader

Run On

Called

Methods

  Method Description
Gg757834.protmethod(en-us,AX.60).gif aggregate Aggregates the KanbanJobTmpPickList records by cumulating quantities.
Gg757834.protmethod(en-us,AX.60).gif availableQuantityItemInventDimId Determines the available inventory for a specified item at a specified dimension.
Gg757834.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg757834.protmethod(en-us,AX.60).gif checkFlushPrincipleAndKanbanJobStatus Kanban job status and its picking list flushing principle should be checked before setting supply status.
Gg757834.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg757834.protmethod(en-us,AX.60).gif getNext Gets the next record.
Gg757834.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg757834.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg757834.protmethod(en-us,AX.60).gif hasWHSWave Indicates whether a record has Wave associated with it.
Gg757834.protmethod(en-us,AX.60).gif hasWHSWork Indicates whether a record has Work associated with it.
Gg757834.protmethod(en-us,AX.60).gif hasWMSOrder Indicates whether a record has an output order.
Gg757834.protmethod(en-us,AX.60).gif init Initializes class variables.
Gg757834.protmethod(en-us,AX.60).gif initAvailableQuantity Initializes the available quantity of a kanbanJobTmpPickList record.
Gg757834.protmethod(en-us,AX.60).gif initExpectedQuantities Initializes the supply status of a kanbanJobTmpPickList record.
Gg757834.protmethod(en-us,AX.60).gif initFromCurrent Initializes a KanbanJobTmpPickList record from a source record.
Gg757834.protmethod(en-us,AX.60).gif initKanbanItemPegging Initializes the item pegging of a kanbanJobTmpPickList record.
Gg757834.protmethod(en-us,AX.60).gif initKanbanJobSupplyStatus Initializes the supply status of a kanbanJobTmpPickList record.
Gg757834.protmethod(en-us,AX.60).gif initQuantities Initializes the quantity fields of a KanbanJobTmpPickList record.
Gg757834.protmethod(en-us,AX.60).gif inventDimId Retrieves an inventory dimension ID.
Gg757834.protmethod(en-us,AX.60).gif issueInventTransOriginId Retrieves an inventory transaction origin.
Gg757834.protmethod(en-us,AX.60).gif itemId Retrieves an item ID.
Gg757834.protmethod(en-us,AX.60).gif lineType Retrieves an line type.
Gg757834.pubmethod(en-us,AX.60).gif load Loads the KanbanJobTmpPickList records into a packed list.
Gg757834.protmethod(en-us,AX.60).gif new Initializes a new instance of the KanbanJobTmpPickListLoader class.
Gg757834.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.)
Gg757834.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.)
Gg757834.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg757834.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg757834.pubmethod(en-us,AX.60).gif parmContainerKanbanJobs Gets or sets the ContainerKanbanJobs parameter.
Gg757834.protmethod(en-us,AX.60).gif quantity Retrieves a quantity.
Gg757834.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg757834.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg757834.protmethod(en-us,AX.60).gif unitId Retrieves a unit ID.
Gg757834.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.)
Gg757834.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg757834.protmethod(en-us,AX.60).gif wmsOrderQuantity Determines the inventory quantity of open output orders related to a record.
Gg757834.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  KanbanJobTmpPickListLoader Class
    KanbanJobTmpPickListLoaderProcess Class
    KanbanJobTmpPickListLoaderTransfer Class