Share via


KanbanJobStatus Class [AX 2012]

The KanbanJobStatus class is the base class that is used to control the status of kanban jobs.

Syntax

class KanbanJobStatus

Run On

Called

Methods

  Method Description
Gg757726.pubmethod(en-us,AX.60).gif canAcceptComplete Determines whether a job can accept the completed status.
Gg757726.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg757726.pubmethod(en-us,AX.60).gif canDelete Indicates whether a kanban job can be deleted.
Gg757726.pubmethod(en-us,AX.60).gif canHaveReceivedQty Indicates whether a kanban job can have a received quantity.
Gg757726.pubmethod(en-us,AX.60).gif canHaveScrapQty Indicates whether a kanban job can have a scrap quantity.
Gg757726.pubmethod(en-us,AX.60).gif canReassignSameStatus Indicates whether the status can be reassigned if the kanban job is already in this status.
Gg757726.pubmethod(en-us,AX.60).gif correspondingKanbanStatus Retrieves the corresponding kanban status for a given kanban job status.
Gg757726.pubmethod(en-us,AX.60).gif delete Deletes a record in the KanbanJob table.
Gg757726.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg757726.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg757726.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg757726.protmethod(en-us,AX.60).gif initPreviousStatusUpdate Initializes a new instance of the KanbanJobStatusUpdate table buffer in preparation for a status update.
Gg757726.pubmethod(en-us,AX.60).gif initStatusUpdate Initializes a KanbanJobStatusUpdate table buffer.
Gg757726.pubmethod(en-us,AX.60).gif insert Inserts a record into the KanbanJob table.
Gg757726.pubmethod(en-us,AX.60).gif isReadyForStatusReset Indicates whether all preconditions are met and the KanbanJob object is ready for a specified target status update.
Gg757726.pubmethod(en-us,AX.60).gif isReadyForStatusUpdate Indicates whether all preconditions are met and the KanbanJob object is ready for a given target status update.
Gg757726.pubmethod(en-us,AX.60).gif isStatusResetAllowed Indicates whether a status update to a given target status is enabled.
Gg757726.pubmethod(en-us,AX.60).gif isStatusUpdateAllowed Indicates whether a status update to a given target status is enabled.
Gg757726.protmethod(en-us,AX.60).gif mustRunPreviousStatus Indicates whether a previous status update must run in order to go from the current status to the given status.
Gg757726.pubmethod(en-us,AX.60).gif mustSynchronizeKanbanStatus Determines whether a status update must be synchronized to the parent kanban.
Gg757726.protmethod(en-us,AX.60).gif new Initializes a new instance of the KanbanJobStatus class.
Gg757726.pubmethod(en-us,AX.60).gif nextStatus Retrieves the next job status for the KanbanJob table buffer.
Gg757726.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.)
Gg757726.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.)
Gg757726.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg757726.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg757726.pubmethod(en-us,AX.60).gif parmKanbanJob Gets or sets the KanbanJob parameter.
Gg757726.pubmethod(en-us,AX.60).gif parmKanbanStatusUpdate Gets or sets the KanbanStatusUpdate parameter.
Gg757726.pubmethod(en-us,AX.60).gif parmLeanCostingFacade Gets or sets the LeanCostingFacade parameter.
Gg757726.pubmethod(en-us,AX.60).gif parmUpdateKanban Gets or sets the UpdateKanban parameter.
Gg757726.pubmethod(en-us,AX.60).gif prevStatus Retrieves the previous job status for the KanbanJob table buffer.
Gg757726.pubmethod(en-us,AX.60).gif run Updates the status for the current kanban job.
Gg757726.pubmethod(en-us,AX.60).gif runReset Runs a status update reset for the current kanban job.
Gg757726.pubmethod(en-us,AX.60).gif runStatusReset Resets the status for the current kanban job using a specified KanbanJobStatusUpdate record.
Gg757726.pubmethod(en-us,AX.60).gif runStatusUpdate Updates the status for the current kanban job using a given KanbanJobStatusUpdate record.
Gg757726.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg757726.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg757726.pubmethod(en-us,AX.60).gif update Updates a record in the KanbanJob table.
Gg757726.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.)
Gg757726.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg757726.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg757726.pubmethod(en-us,AX.60).gif Gg757726.static(en-us,AX.60).gif ::newKanbanJob Creates an instance of the KanbanJobStatus class.
Gg757726.pubmethod(en-us,AX.60).gif Gg757726.static(en-us,AX.60).gif ::newKanbanJobKanbanStatusUpdate Creates an instance of the KanbanJobStatus class.

Top

Remarks

The status of a kanban job can be:

  • Created.

  • Planned.

  • Prepared.

  • Started.

  • Ended.

Inheritance Hierarchy

Object Class
  KanbanJobStatus Class
    KanbanJobStatusCompleted Class
    KanbanJobStatusInProgress Class
    KanbanJobStatusNotPlanned Class
    KanbanJobStatusPlanned Class
    KanbanJobStatusPrepared Class