KanbanDateCalculation Class [AX 2012]
The KanbanDateCalaculation class calculates the due date and time and expected date and time for kanban jobs.
| Method | Description | |
|---|---|---|
| calcDate | Calculates a date based on the given parameters. |
| calculatePeggedKanbanDueDate | Calculates new due date time, based on activity relation constaint. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| constraintTimeSeconds | Converts a constraint time from a unit to seconds. |
| 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.) |
| jobMaterialDateTime | Calculates material date time for a kanban job based on expected date and activity run times. |
| jobMinDateTimeForward | Calculates the minimum datetime a kanban job is allowed to start based on the previous job expected time and constraints. |
| leadTimeSeconds | Determines the lead time of an activity. |
| mapDateCalcBackward | Builds a Map object of lead times, from dates, and to dates by plan activity. |
| mapDateCalcForward | Builds a Map object of lead times, from dates, and to dates by plan activity. |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| parmInventDimId | Gets or sets the InventDimId parameter. |
| parmInventQty | Gets or sets the InventQty parameter. |
| parmItemId | Gets or sets the ItemId parameter. |
| parmKanban | Gets or sets the Kanban parameter. |
| parmKanbanFlow | Gets or sets the KanbanFlow parameter. |
| replenishmentLeadTimeSeconds | Calculates the replenishment time of a kanban flow in seconds. |
| setDueDateTime | Sets the due date and time of all kanban jobs based on the kanban due date and time, considering the lead times of individual jobs. |
| setDueDateTimeForward | Sets the due date and time of the kanban and all kanban jobs forward from a minimum date, considering the lead times of individual jobs. |
| setExpectedDateTimeTransfer | Sets the expected date and time of kanban jobs based on the kanban due date and time, considering the lead times of individual jobs. |
| 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.) |
| updateKanbanJobDueDate | Updates a KanbanJob with the due date found in the lead time map. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validate | Validates a calculation result. |
| wait | Pauses a process. (Inherited from Object.) |
| workCalendarSched | Creates or retrieves a WorkCalendarSched object. |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the KanbanDateCalculation class. |
| ::newKanbanFlow | |
| ::newKanbanJob | |
| ::newStandard |
Community Additions
ADD
Show: