KanbanQuantityCalculateOptimum Class [AX 2012]
The KanbanQuantityCalculateOptimum class updates a KanbanQuantityCalculationProposal record with new proposed values.
| Method | Description | |
|---|---|---|
| averageDemandPerDay | Calculates the average demand per day. |
| calculateExpectedDemand | Calculates the expected demand per day. |
| calculateFulfilledDemand | Calculates the fulfilled demand per day. |
| calculateStandardDeviation | Calculates the population standard deviation per day of fulfilled demand and expected demand. |
| calendar | Determines the calendar related to the kanban rule for a specified date. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| decRound | Calculates a rounded value. |
| doCalc | Calculates fulfilled and expected demand. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findOpenDates | Determines the number of open days between the specified dates. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Initializes internal variables. |
| mustCalculateSafetyStock | Determines whether safety stock must be calculated. |
| new | Initializes a new instance of the KanbanQuantityCalculateOptimum class. |
| 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.) |
| parmKanbanQuantityCalculationProposal | Gets or sets the KanbanQuantityCalculationProposal parameter. |
| replenishmentLeadTimeInDays | Retrieves the kanban replenishment time in days with two decimals. |
| run | Implements the main logic for updating the KanbanQuantityCalculationProposal record. |
| safetyStock | Calculates the safety stock based on fulfilled and expected demand. |
| saveDemandOnOpenDay | Stores demand in a map on an open day. |
| serviceLevelFactor | Retrieves the service level factor used to calculate safety stock. |
| 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.) |
| updateKanbanQuantityCalculationProposal | Updates the KanbanQuantityCalculationProposal record with calculated values. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| utcDateTimeToCompanyDate | Converts a Universal Time Coordinate (UTC) date time value to a date in the company time zone. |
| validate | Validates whether the KanbanQuantityCalculationProposal record can be updated. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the KanbanQuantityCalculateOptimum class. |
| ::newStandard | Initializes a new instance of the KanbanQuantityCalculateOptimum class. |
Community Additions
ADD
Show: