KanbanStatus Class [AX 2012]
The KanbanStatus class is the base class that controls the status of kanbans.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canDelete | Indicates whether a Kanban can be deleted. |
| canHaveReceivedQty | Indicates whether a kanban can have a received quantity. |
| canHaveScrapQty | Indicates whether a kanban can have a scrap quantity. |
| correspondingKanbanJobStatus | Retrieves the kanban job status that corresponds to a given kanban status. |
| delete | Deletes a record in the Kanban table. |
| 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.) |
| initPreviousStatusUpdate | Initializes a new KanbanStatusUpdate table buffer in preparation for a status update. |
| initStatusUpdate | Initializes a KanbanStatusUpdate table buffer. |
| insert | Inserts a record in the Kanban table. |
| isReadyForStatusReset | Indicates whether all preconditions are met and the Kanban object is ready for a given target status update. |
| isReadyForStatusUpdate | Indicates whether all preconditions are met and the Kanban object is ready for a given target status update. |
| isStatusResetAllowed | Indicates whether a status reset to a specified target status is allowed. |
| isStatusUpdateAllowed | Indicates whether a status update to a given target status is allowed. |
| minStatusTransactionDate | Retrieves the minimum transaction date for a status change. |
| mustRunPreviousStatus | Indicates whether a previous status update must run in order to move from the current status to the given status. |
| mustSynchronizeKanbanJobStatus | Determines whether a status update must be synchronized to the kanban jobs. |
| new | Initializes a new instance of the KanbanStatus class. |
| nextStatus | Retrieves the next status for the Kanban table buffer. |
| 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.) |
| parmKanban | Gets or sets the Kanban parameter. |
| parmKanbanJobStatusUpdate | Gets or sets the KanbanJobStatusUpdate parameter. |
| parmLeanCostingFacade | Gets or sets the LeanCostingFacade parameter. |
| parmUpdateJobs | Gets or sets the UpdateJobs parameter. |
| prevStatus | Retrieves the previous status for the Kanban table buffer. |
| run | Runs a status update for the current kanban. |
| runReset | Runs a status update reset for the current kanban. |
| runStatusReset | Runs a status reset for the current kanban using a given KanbanStatusReset record. |
| runStatusUpdate | Runs a status update for the current kanban using a given KanbanStatusUpdate record. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| update | Updates a record in the Kanban table. |
| 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.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::newKanban | Creates an instance of the KanbanStatus class. |
| ::newKanbanKanbanJobStatusUpdate | Creates an instance of the KanbanStatus class. |
Community Additions
ADD
Show: