Share via


KanbanType Class [AX 2012]

The KanbanType class is the base class that controls the types of kanbans.

Syntax

class KanbanType extends InventType

Run On

Called

Methods

  Method Description
Gg772134.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg772134.pubmethod(en-us,AX.60).gif canHaveBOM Indicates whether a kanban can have a BOM.
Gg772134.pubmethod(en-us,AX.60).gif canHaveNonDefaultReceivedQty Indicates whether a kanban can have a non-default received quantity.
Gg772134.pubmethod(en-us,AX.60).gif canHaveScrapQty Indicates whether a kanban job can have a scrap quantity.
Gg772134.pubmethod(en-us,AX.60).gif canInventBeReserved Indicates whether an inventory transaction of the KanbanType type can be reserved. (Overrides the canInventBeReserved Method.)
Gg772134.pubmethod(en-us,AX.60).gif canInventUpdExpected Indicates whether an expected inventory transaction of the KanbanType type can be updated. (Overrides the canInventUpdExpected Method.)
Gg772134.pubmethod(en-us,AX.60).gif canInventUpdFinancial Indicates whether a financial inventory transaction of the KanbanType type can be updated. (Overrides the canInventUpdFinancial Method.)
Gg772134.pubmethod(en-us,AX.60).gif canInventUpdPhysical Indicates whether a physical inventory transaction of the KanbanType type can be updated. (Overrides the canInventUpdPhysical Method.)
Gg772134.pubmethod(en-us,AX.60).gif canReplaceBom Indicates whether a kanban can change the assigned BOM version.
Gg772134.pubmethod(en-us,AX.60).gif caseTagging (Inherited from InventType.)
Gg772134.pubmethod(en-us,AX.60).gif delete Deletes a record in the Kanban table.
Gg772134.pubmethod(en-us,AX.60).gif doScrap (Inherited from InventType.)
Gg772134.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg772134.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg772134.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg772134.protmethod(en-us,AX.60).gif initKanbanId Gets a new kanban ID from the kanban number sequence.
Gg772134.pubmethod(en-us,AX.60).gif insert Inserts a Kanban record.
Gg772134.pubmethod(en-us,AX.60).gif itemTagging (Inherited from InventType.)
Gg772134.pubmethod(en-us,AX.60).gif ledgerTransType Determines the LedgerTransType enumeration value to use with ledger postings.
Gg772134.pubmethod(en-us,AX.60).gif mayScrapBeExpected (Inherited from InventType.)
Gg772134.pubmethod(en-us,AX.60).gif mustBeInventoryControlled Determines whether the kanban must be inventory controlled.
Gg772134.pubmethod(en-us,AX.60).gif mustHaveProcessJob Determines if the kanban must have a process job.
Gg772134.pubmethod(en-us,AX.60).gif mustHaveTransferJob Determines whether the kanban must have a transfer job.
Gg772134.pubmethod(en-us,AX.60).gif mustInventBeExpectedAgain (Inherited from InventType.)
Gg772134.pubmethod(en-us,AX.60).gif mustInventBeQuotationControlled (Inherited from InventType.)
Gg772134.pubmethod(en-us,AX.60).gif mustInventUpdEstimated Determines whether an estimated inventory transaction of type KanbanType must be updated. (Overrides the mustInventUpdEstimated Method.)
Gg772134.protmethod(en-us,AX.60).gif mustUpdateKanbanJobPickingList Determines whether the kanban job picking list is recreated.
Gg772134.protmethod(en-us,AX.60).gif new Initializes a new instance of the KanbanType class. (Overrides the new Method.)
Gg772134.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.)
Gg772134.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.)
Gg772134.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg772134.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg772134.pubmethod(en-us,AX.60).gif palletTagging (Inherited from InventType.)
Gg772134.pubmethod(en-us,AX.60).gif runStatusReset Initializes a KanbanUpdReset object and calls the run method.
Gg772134.pubmethod(en-us,AX.60).gif runStatusUpdate Initializes a KanbanUpd object and calls the run method.
Gg772134.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg772134.pubmethod(en-us,AX.60).gif sysModule Determines the SysModule enumeration value to use with ledger postings.
Gg772134.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg772134.pubmethod(en-us,AX.60).gif update Updates a Kanban record.
Gg772134.pubmethod(en-us,AX.60).gif updateKanbanJobPickingList Recreates the kanban job picking list because of changes in the kanban.
Gg772134.protmethod(en-us,AX.60).gif updateKanbanJobs Synchronizes the kanban jobs with changes in the kanban.
Gg772134.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.)
Gg772134.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg772134.pubmethod(en-us,AX.60).gif wmsGroupingSourceRequirementMovement Instantiates an inventory movement for the grouping source requirement.
Gg772134.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg772134.pubmethod(en-us,AX.60).gif Gg772134.static(en-us,AX.60).gif ::construct Creates an instance of the KanbanType class.

Top

Remarks

The types of the kanbans are as follows:

  • Withdrawal.

  • Manufacturing.

This class extends the InventType class because emptying a kanban can cause inventory transactions to be created.

Inheritance Hierarchy

Object Class
  InventType Class
    KanbanType Class
      KanbanType_Manufacturing Class
      KanbanType_Withdrawal Class