KanbanJobStatus Class [AX 2012]
The KanbanJobStatus class is the base class that is used to control the status of kanban jobs.
| Method | Description | |
|---|---|---|
| canAcceptComplete | Determines whether a job can accept the completed status. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canDelete | Indicates whether a kanban job can be deleted. |
| canHaveReceivedQty | Indicates whether a kanban job can have a received quantity. |
| canHaveScrapQty | Indicates whether a kanban job can have a scrap quantity. |
| canReassignSameStatus | Indicates whether the status can be reassigned if the kanban job is already in this status. |
| correspondingKanbanStatus | Retrieves the corresponding kanban status for a given kanban job status. |
| delete | Deletes a record in the KanbanJob 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 instance of the KanbanJobStatusUpdate table buffer in preparation for a status update. |
| initStatusUpdate | Initializes a KanbanJobStatusUpdate table buffer. |
| insert | Inserts a record into the KanbanJob table. |
| isReadyForStatusReset | Indicates whether all preconditions are met and the KanbanJob object is ready for a specified target status update. |
| isReadyForStatusUpdate | Indicates whether all preconditions are met and the KanbanJob object is ready for a given target status update. |
| isStatusResetAllowed | Indicates whether a status update to a given target status is enabled. |
| isStatusUpdateAllowed | Indicates whether a status update to a given target status is enabled. |
| mustRunPreviousStatus | Indicates whether a previous status update must run in order to go from the current status to the given status. |
| mustSynchronizeKanbanStatus | Determines whether a status update must be synchronized to the parent kanban. |
| new | Initializes a new instance of the KanbanJobStatus class. |
| nextStatus | Retrieves the next job status for the KanbanJob 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.) |
| parmKanbanJob | Gets or sets the KanbanJob parameter. |
| parmKanbanStatusUpdate | Gets or sets the KanbanStatusUpdate parameter. |
| parmLeanCostingFacade | Gets or sets the LeanCostingFacade parameter. |
| parmUpdateKanban | Gets or sets the UpdateKanban parameter. |
| prevStatus | Retrieves the previous job status for the KanbanJob table buffer. |
| run | Updates the status for the current kanban job. |
| runReset | Runs a status update reset for the current kanban job. |
| runStatusReset | Resets the status for the current kanban job using a specified KanbanJobStatusUpdate record. |
| runStatusUpdate | Updates the status for the current kanban job using a given KanbanJobStatusUpdate 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 KanbanJob 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.) |
| ::newKanbanJob | Creates an instance of the KanbanJobStatus class. |
| ::newKanbanJobKanbanStatusUpdate | Creates an instance of the KanbanJobStatus class. |
Community Additions
ADD
Show: