Share via


KanbanJobPickingListType Class [AX 2012]

The KanbanJobPickingListType class controls kanban job picking lists.

Syntax

class KanbanJobPickingListType extends InventType

Run On

Called

Methods

  Method Description
Gg742163.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg742163.pubmethod(en-us,AX.60).gif canInventBeReserved Indicates whether an inventory transaction of the KanbanJobPickingListType type can be reserved. (Overrides the canInventBeReserved Method.)
Gg742163.pubmethod(en-us,AX.60).gif canInventUpdExpected Indicates whether an expected inventory transaction of the KanbanJobPickingListType type can be updated. (Overrides the canInventUpdExpected Method.)
Gg742163.pubmethod(en-us,AX.60).gif canInventUpdFinancial Indicates whether a financial inventory transaction of the KanbanJobPickingListType type can be updated. (Overrides the canInventUpdFinancial Method.)
Gg742163.pubmethod(en-us,AX.60).gif canInventUpdPhysical Indicates whether a physical inventory transaction of the KanbanJobPickingListType type can be updated. (Overrides the canInventUpdPhysical Method.)
Gg742163.pubmethod(en-us,AX.60).gif caseTagging (Inherited from InventType.)
Gg742163.pubmethod(en-us,AX.60).gif createWMSOrder Creates an output order if it is required.
Gg742163.pubmethod(en-us,AX.60).gif delete Deletes a KanbanJobPickingList record.
Gg742163.pubmethod(en-us,AX.60).gif deleteWMSOrder Deletes output orders that are related to the current KanbanJobPickingList record.
Gg742163.pubmethod(en-us,AX.60).gif doScrap (Inherited from InventType.)
Gg742163.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg742163.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg742163.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg742163.pubmethod(en-us,AX.60).gif insert Inserts a KanbanJobPickingList record.
Gg742163.pubmethod(en-us,AX.60).gif itemTagging (Inherited from InventType.)
Gg742163.pubmethod(en-us,AX.60).gif mayScrapBeExpected (Inherited from InventType.)
Gg742163.pubmethod(en-us,AX.60).gif mustBeInventoryControlled Indicates whether the kanban job picking list must be inventory controlled.
Gg742163.pubmethod(en-us,AX.60).gif mustBeWMSOrderControlled Determines whether an output order must be created for the kanban job picking list.
Gg742163.pubmethod(en-us,AX.60).gif mustInventBeExpectedAgain (Inherited from InventType.)
Gg742163.pubmethod(en-us,AX.60).gif mustInventBeQuotationControlled (Inherited from InventType.)
Gg742163.pubmethod(en-us,AX.60).gif mustInventUpdEstimated Indicates whether an estimated inventory transaction of the KanbanJobPickingListType type must be updated. (Overrides the mustInventUpdEstimated Method.)
Gg742163.protmethod(en-us,AX.60).gif new Initializes a new instance of the KanbanJobPickingListType class. (Overrides the new Method.)
Gg742163.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.)
Gg742163.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.)
Gg742163.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg742163.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg742163.pubmethod(en-us,AX.60).gif palletTagging (Inherited from InventType.)
Gg742163.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg742163.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg742163.pubmethod(en-us,AX.60).gif update Updates a KanbanJobPickingList record.
Gg742163.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.)
Gg742163.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg742163.pubmethod(en-us,AX.60).gif wmsGroupingSourceRequirementMovement Instantiates an inventory movement for the grouping source requirement.
Gg742163.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg742163.pubmethod(en-us,AX.60).gif Gg742163.static(en-us,AX.60).gif ::construct Creates an instance of the KanbanJobPickingListType class.
Gg742163.pubmethod(en-us,AX.60).gif Gg742163.static(en-us,AX.60).gif ::createFromKanbanJob Creates a kanban job picking list for a specified job.

Top

Remarks

The KanbanJobPickingListType class extends the InventType class, because the KanbanJobPickingList class variable can own inventory transactions.

Inheritance Hierarchy

Object Class
  InventType Class
    KanbanJobPickingListType Class