KanbanJobUpdComplete Class [AX 2012]
The KanbanJobUpdComplete class performs status updates for kanban jobs with target status completed.
| Method | Description | |
|---|---|---|
| addCreatedRec | (Inherited from UpdateBase.) |
| addDeletedRec | (Inherited from UpdateBase.) |
| addUpdateRec | (Inherited from UpdateBase.) |
| beginLedger | Creates the data that is required to update the ledger voucher. (Inherited from KanbanJobUpd.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| commitLedger | Commits the voucher. (Inherited from KanbanJobUpd.) |
| createdRecs | (Inherited from UpdateBase.) |
| deletedRecs | (Inherited from UpdateBase.) |
| 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.) |
| initKanbanJob | Initializes the KanbanJob table buffer from the ParmBuffer object. (Inherited from KanbanJobUpd.) |
| kanbanJob | Gets the KanbanJob table buffer. (Inherited from KanbanJobUpd.) |
| kanbanJobStatusUpdate | Retrieves the buffer of the KanbanJobStatusUpdate table. (Inherited from KanbanJobUpd.) |
| mergeCreatedRecs | (Inherited from UpdateBase.) |
| mergeDeletedRecs | (Inherited from UpdateBase.) |
| mergeRecs | (Inherited from UpdateBase.) |
| mergeUpdateRecs | (Inherited from UpdateBase.) |
| new | Initializes a new instance of the KanbanJoUpd class. (Inherited from KanbanJobUpd.) |
| 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.) |
| notifyRulesEngine | Notifies the rules engine of the status change. (Inherited from KanbanJobUpd.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| packCreatedRecs | (Inherited from UpdateBase.) |
| parmKanbanJobStatus | Gets or sets the KanbanJobStatus parameter. (Inherited from KanbanJobUpd.) |
| parmParmBuffer | Gets or sets the ParmBuffer parameter. (Inherited from KanbanJobUpd.) |
| parmUpdateKanban | Gets or sets the UpdateKanban parameter. (Inherited from KanbanJobUpd.) |
| postRunStatus | Notifies the rules engine of the status change. (Inherited from KanbanJobUpd.) |
| preRunStatus | Saves the unchanged KanbanJob record to a local variable for later comparison. (Inherited from KanbanJobUpd.) |
| receiveKanban | Receives the kanban if all kanban jobs are in the completed status. |
| run | Runs the status update. (Inherited from KanbanJobUpd.) |
| runStatus | Performs actions for the complete status update. (Overrides the runStatus Method.) |
| setEndDateTime | Sets the actual end date of the kanban job. |
| setNewCurrentJob | Sets the new current job on the related Kanban table record. |
| setParameters | Sets parameters for the status update. (Inherited from KanbanJobUpd.) |
| setQualityMeasures | Sets the quality measure for the kanban job. |
| setQuantities | Sets the received quantity and scrapped quantity of the kanban job. |
| setStatus | Sets the status field of the KanbanJob table buffer. (Inherited from KanbanJobUpd.) |
| 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.) |
| updatedRecs | (Inherited from UpdateBase.) |
| updateInventoryKanbanJob | Updates the inventory transactions for the kanban job, if it is required. |
| updateJobJournal | (Inherited from UpdateBase.) |
| updateJobOrderedQuantities | Sets the ordered quantity of following jobs. |
| updateKanbanJob | Updates the KanbanJob record. (Inherited from KanbanJobUpd.) |
| updateNextKanbanJob | Updates the date and inventory dimensions of the next kanban jobs. |
| updatePhysicalPickingList | Creates the required inventory deduction for a picking list line. (Inherited from KanbanJobUpd.) |
| updateSourceDocumentLineStatus | Sets the status of job related source document lines to confirmed. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validate | (Inherited from UpdateBase.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct |
Community Additions
ADD
Show: