Share via


KanbanStatus Class [AX 2012]

The KanbanStatus class is the base class that controls the status of kanbans.

Syntax

class KanbanStatus

Run On

Called

Methods

  Method Description
Gg761273.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg761273.pubmethod(en-us,AX.60).gif canDelete Indicates whether a Kanban can be deleted.
Gg761273.pubmethod(en-us,AX.60).gif canHaveReceivedQty Indicates whether a kanban can have a received quantity.
Gg761273.pubmethod(en-us,AX.60).gif canHaveScrapQty Indicates whether a kanban can have a scrap quantity.
Gg761273.pubmethod(en-us,AX.60).gif correspondingKanbanJobStatus Retrieves the kanban job status that corresponds to a given kanban status.
Gg761273.pubmethod(en-us,AX.60).gif delete Deletes a record in the Kanban table.
Gg761273.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg761273.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg761273.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg761273.protmethod(en-us,AX.60).gif initPreviousStatusUpdate Initializes a new KanbanStatusUpdate table buffer in preparation for a status update.
Gg761273.pubmethod(en-us,AX.60).gif initStatusUpdate Initializes a KanbanStatusUpdate table buffer.
Gg761273.pubmethod(en-us,AX.60).gif insert Inserts a record in the Kanban table.
Gg761273.pubmethod(en-us,AX.60).gif isReadyForStatusReset Indicates whether all preconditions are met and the Kanban object is ready for a given target status update.
Gg761273.pubmethod(en-us,AX.60).gif isReadyForStatusUpdate Indicates whether all preconditions are met and the Kanban object is ready for a given target status update.
Gg761273.pubmethod(en-us,AX.60).gif isStatusResetAllowed Indicates whether a status reset to a specified target status is allowed.
Gg761273.pubmethod(en-us,AX.60).gif isStatusUpdateAllowed Indicates whether a status update to a given target status is allowed.
Gg761273.pubmethod(en-us,AX.60).gif minStatusTransactionDate Retrieves the minimum transaction date for a status change.
Gg761273.protmethod(en-us,AX.60).gif mustRunPreviousStatus Indicates whether a previous status update must run in order to move from the current status to the given status.
Gg761273.pubmethod(en-us,AX.60).gif mustSynchronizeKanbanJobStatus Determines whether a status update must be synchronized to the kanban jobs.
Gg761273.protmethod(en-us,AX.60).gif new Initializes a new instance of the KanbanStatus class.
Gg761273.pubmethod(en-us,AX.60).gif nextStatus Retrieves the next status for the Kanban table buffer.
Gg761273.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.)
Gg761273.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.)
Gg761273.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg761273.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg761273.pubmethod(en-us,AX.60).gif parmKanban Gets or sets the Kanban parameter.
Gg761273.pubmethod(en-us,AX.60).gif parmKanbanJobStatusUpdate Gets or sets the KanbanJobStatusUpdate parameter.
Gg761273.pubmethod(en-us,AX.60).gif parmLeanCostingFacade Gets or sets the LeanCostingFacade parameter.
Gg761273.pubmethod(en-us,AX.60).gif parmUpdateJobs Gets or sets the UpdateJobs parameter.
Gg761273.pubmethod(en-us,AX.60).gif prevStatus Retrieves the previous status for the Kanban table buffer.
Gg761273.pubmethod(en-us,AX.60).gif run Runs a status update for the current kanban.
Gg761273.pubmethod(en-us,AX.60).gif runReset Runs a status update reset for the current kanban.
Gg761273.pubmethod(en-us,AX.60).gif runStatusReset Runs a status reset for the current kanban using a given KanbanStatusReset record.
Gg761273.pubmethod(en-us,AX.60).gif runStatusUpdate Runs a status update for the current kanban using a given KanbanStatusUpdate record.
Gg761273.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg761273.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg761273.pubmethod(en-us,AX.60).gif update Updates a record in the Kanban table.
Gg761273.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.)
Gg761273.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg761273.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg761273.pubmethod(en-us,AX.60).gif Gg761273.static(en-us,AX.60).gif ::newKanban Creates an instance of the KanbanStatus class.
Gg761273.pubmethod(en-us,AX.60).gif Gg761273.static(en-us,AX.60).gif ::newKanbanKanbanJobStatusUpdate Creates an instance of the KanbanStatus class.

Top

Remarks

The status of a kanban may be:

  • Created.

  • Started.

  • Ended.

Inheritance Hierarchy

Object Class
  KanbanStatus Class
    KanbanStatusAssigned Class
    KanbanStatusEmptied Class
    KanbanStatusNotAssigned Class
    KanbanStatusReceived Class