KanbanType Class [AX 2012]
The KanbanType class is the base class that controls the types of kanbans.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canHaveBOM | Indicates whether a kanban can have a BOM. |
| canHaveNonDefaultReceivedQty | Indicates whether a kanban can have a non-default received quantity. |
| canHaveScrapQty | Indicates whether a kanban job can have a scrap quantity. |
| canInventBeReserved | Indicates whether an inventory transaction of the KanbanType type can be reserved. (Overrides the canInventBeReserved Method.) |
| canInventUpdExpected | Indicates whether an expected inventory transaction of the KanbanType type can be updated. (Overrides the canInventUpdExpected Method.) |
| canInventUpdFinancial | Indicates whether a financial inventory transaction of the KanbanType type can be updated. (Overrides the canInventUpdFinancial Method.) |
| canInventUpdPhysical | Indicates whether a physical inventory transaction of the KanbanType type can be updated. (Overrides the canInventUpdPhysical Method.) |
| canReplaceBom | Indicates whether a kanban can change the assigned BOM version. |
| caseTagging | (Inherited from InventType.) |
| delete | Deletes a record in the Kanban table. |
| doScrap | (Inherited from InventType.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initKanbanId | Gets a new kanban ID from the kanban number sequence. |
| insert | Inserts a Kanban record. |
| itemTagging | (Inherited from InventType.) |
| ledgerTransType | Determines the LedgerTransType enumeration value to use with ledger postings. |
| mayScrapBeExpected | (Inherited from InventType.) |
| mustBeInventoryControlled | Determines whether the kanban must be inventory controlled. |
| mustHaveProcessJob | Determines if the kanban must have a process job. |
| mustHaveTransferJob | Determines whether the kanban must have a transfer job. |
| mustInventBeExpectedAgain | (Inherited from InventType.) |
| mustInventBeQuotationControlled | (Inherited from InventType.) |
| mustInventUpdEstimated | Determines whether an estimated inventory transaction of type KanbanType must be updated. (Overrides the mustInventUpdEstimated Method.) |
| mustUpdateKanbanJobPickingList | Determines whether the kanban job picking list is recreated. |
| new | Initializes a new instance of the KanbanType class. (Overrides the new Method.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| palletTagging | (Inherited from InventType.) |
| runStatusReset | Initializes a KanbanUpdReset object and calls the run method. |
| runStatusUpdate | Initializes a KanbanUpd object and calls the run method. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| sysModule | Determines the SysModule enumeration value to use with ledger postings. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| update | Updates a Kanban record. |
| updateKanbanJobPickingList | Recreates the kanban job picking list because of changes in the kanban. |
| updateKanbanJobs | Synchronizes the kanban jobs with changes in the kanban. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| wmsGroupingSourceRequirementMovement | Instantiates an inventory movement for the grouping source requirement. |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Creates an instance of the KanbanType class. |
Community Additions
ADD
Show: