Share via


KanbanBoardWorkCellForm Class [AX 2012]

The KanbanBoardWorkCellForm class provides the business logic required for the KanbanBoardWorkCell form including filter management and inventory dimension setup.

Syntax

class KanbanBoardWorkCellForm extends KanbanBoardForm

Run On

Called

Methods

  Method Description
Gg768402.pubmethod(en-us,AX.60).gif cancelSelectedKanbanJobs Cancels one or more selected kanban jobs.
Gg768402.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg768402.pubmethod(en-us,AX.60).gif checkCardId Validates that a card exists and that the card is assigned to a kanban. (Inherited from KanbanBoardForm.)
Gg768402.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg768402.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg768402.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg768402.protmethod(en-us,AX.60).gif new Initializes a new instance of the KanbanBoardWorkCellForm class.
Gg768402.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.)
Gg768402.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.)
Gg768402.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg768402.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg768402.protmethod(en-us,AX.60).gif parmFormRun Gets or sets the FormRun parameter. (Inherited from KanbanBoardForm.)
Gg768402.pubmethod(en-us,AX.60).gif parmInventDimFormSetupPickListPegging Gets the InventDimForm object that is used for a dimensions setup in the picking list and pegging.
Gg768402.pubmethod(en-us,AX.60).gif parmInventDimFormSetupProcessJobList Retrieves the InventDimForm object that is used for dimensions setup in the process jobs list.
Gg768402.pubmethod(en-us,AX.60).gif parmInventDimFormSetupTransferJobList Gets the InventDimForm object that is used for dimensions setup in the transfer jobs list.
Gg768402.pubmethod(en-us,AX.60).gif parmInventDimPickListAndPegging Gets or sets the InventDimPickListAndPegging parameter.
Gg768402.pubmethod(en-us,AX.60).gif parmInventDimProcessJobList Gets or sets the InventDimProcessJobList parameter.
Gg768402.pubmethod(en-us,AX.60).gif parmInventDimTransferJobList Gets or sets the InventDimTransferJobList parameter.
Gg768402.pubmethod(en-us,AX.60).gif revertStatusSelectedKanbanJobs Reverts the status of one or more selected kanban jobs.
Gg768402.pubmethod(en-us,AX.60).gif runMenuItem Runs a command. (Inherited from KanbanBoardForm.)
Gg768402.pubmethod(en-us,AX.60).gif selectCard Highlights the specified card in the list of jobs or outputs an error message to the message board if the card is not found.
Gg768402.protmethod(en-us,AX.60).gif selectFormDataSourceRecord Selects the last occurrence of a specified value in a specified field and data source. (Inherited from KanbanBoardForm.)
Gg768402.pubmethod(en-us,AX.60).gif selectJob Highlights the specified job in the list of jobs.
Gg768402.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg768402.pubmethod(en-us,AX.60).gif toggleSelectedJobsPriority Sets the kanban priority of one or more selected kanban jobs.
Gg768402.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg768402.pubmethod(en-us,AX.60).gif updateDesign Triggers design updates to create or update the InventDimFormSetup helpers.
Gg768402.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.)
Gg768402.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg768402.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg768402.privmethod(en-us,AX.60).gif Gg768402.static(en-us,AX.60).gif ::construct Initializes a new instance of the KanbanBoardWorkCellForm class.
Gg768402.pubmethod(en-us,AX.60).gif Gg768402.static(en-us,AX.60).gif ::newForm Creates a helper class for the kanban board form class based on the FormRun data.
Gg768402.pubmethod(en-us,AX.60).gif Gg768402.static(en-us,AX.60).gif ::renewWorkCellFilter Obtains a new work cell filter from the user by using the KanbanBoardWorkCellProcessFilter form.
Gg768402.pubmethod(en-us,AX.60).gif Gg768402.static(en-us,AX.60).gif ::updateSelectedJobsPriority update the kanban priority of one or more selected kanban jobs.
Gg768402.pubmethod(en-us,AX.60).gif Gg768402.static(en-us,AX.60).gif ::validateFilter Verifies that the custom filter of the form is valid.

Top

Inheritance Hierarchy

Object Class
  KanbanBoardForm Class
    KanbanBoardWorkCellForm Class