LeanWorkCellScheduleCapacity Class [AX 2012]
The LeanWorkCellScheduleCapacity class provides methods to calculate the booked, free, and estimated capacity and consumption.
| Method | Description | |
|---|---|---|
| bookedCapacitySeconds | Calculates the number of seconds that are already booked in the given period on the work cell. |
| bookedCapacityThroughput | Calculates the quantity that are already booked in the specified period on the work cell. |
| calendarId | Retrieves the CalendarId value for the period. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| capacityFromDate | Retrieves the start of the period. |
| capacityFromDateTime | Retrieves the start date and time of the period. |
| capacitySeconds | Calculates the capacity in seconds by using the calendar. |
| capacityToDate | Retrieves the end of the period. |
| capacityToDateTime | Retrieves the end date and time of the period. |
| capacityUnitOfMeasure | Retrieves the unit. |
| checkData | Validates the consistency of the cell capacity and calendar. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| estimatedCapacityConsumptionSeconds | Calculates the estimated capacity consumption in seconds. |
| estimatedCapacityConsumptionThroughput | Calculates the estimated capacity consumption in units. |
| freeCapacitySeconds | Retrieves the number of available seconds in the period. |
| freeCapacityThroughput | Retrieves the number of available units in the period. |
| 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 the class variables. |
| leanCapacityPeriod | Retrieves the work cell capacity period. |
| leanProductionFlowModel | Retrieves the LeanProductionFlowModel record. |
| leanWorkCellCapacity | Retrieves the LeanWorkCellCapacity record. |
| loadData | Initializes the class variables. |
| modelType | Retrieves the production flow model type. |
| new | Initializes a new instance of the LeanWorkCellScheduleCapacity class. |
| nextPeriod | Moves the period forward to the next planning period. |
| 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.) |
| parmDateTime | |
| parmSilentMode | Gets or sets the SilentMode parameter. |
| parmWrkCtrResourceGroup | Gets or sets the WrkCtrResourceGroup parameter. |
| planningPeriodType | Retrieves the planning period type. |
| setPeriod | Sets the period and initializes the start and end dates. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| standardWorkDayHours | Retrieves the standard work day hours. |
| throwOrTrace | Handles validation errors. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| totalCapacitySeconds | Retrieves the total number of seconds in the period according to the calendar. |
| totalCapacityThroughput | Retrieves the total throughput quantity in the period. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| workingDays | Calculates the number of working days in the specified period in the calendar. |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::capacitySecondsServer | Calculates the capacity in seconds in a specified period according to a specified calendar. |
| ::construct | Initializes a new instance of the LeanWorkCellScheduleCapacity class. |
| ::newPlanActivity | Initializes a new instance of the LeanWorkCellScheduleCapacity class. |
| ::newStandard | Initializes a new instance of the LeanWorkCellScheduleCapacity class. |
| ::workingDaysServer | Calculates the number of open days in a period by using a calendar. |
Community Additions
ADD
Show: