ProdStatusType_OperationScheduled Class [AX 2012]
The ProdStatusType_OperationScheduled class encapsulates the behavior of an operation scheduled production order.
| Method | Description | |
|---|---|---|
| autoAuthorization | Indicates whether production order status is legal when firming is made automatically. (Inherited from ProdStatusType_Scheduled.) |
| bomAllowEdit | Indicates whether the bills of materials of a production order can be edited. (Inherited from ProdStatusType.) |
| canBeWMSRegistered | Indicates whether production order can be registered in Warehouse Management System. (Inherited from ProdStatusType.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkAllowEditOperationStatus | Checks whether the operation status can be modified. (Inherited from ProdStatusType.) |
| checkPostJournal | Indicates whether journal posting is allowed for a production order. (Inherited from ProdStatusType.) |
| currentProdStatus | Defines the specific status of a production order. (Overrides the currentProdStatus Method.) |
| delete | Implements deletion of a scheduled production order. (Inherited from ProdStatusType_Scheduled.) |
| deleteProdBOM | Deletes the bills of materials of a production order. (Inherited from ProdStatusType.) |
| deleteProdRoute | Deletes the route of a production order. (Inherited from ProdStatusType.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| formFieldsActive | (Inherited from ProdStatusType.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| insert | Inserts a production order record into the database. (Inherited from ProdStatusType.) |
| insertProdBOM | Inserts the bills of materials of a production order into the database. (Inherited from ProdStatusType.) |
| insertProdRoute | Adds a production route to a scheduled production order. (Inherited from ProdStatusType_Scheduled.) |
| inventCheckUpdEst | (Inherited from ProdStatusType.) |
| isBefore | Indicates whether the status of a production order is less than the _prodStatus parameter. (Inherited from ProdStatusType.) |
| isStatusUpdateAllowed | Indicates whether a production order status is able to be updated to the status specified by the _toStatus parameter. (Inherited from ProdStatusType.) |
| mustEstimateReferences | Indicates whether references of a production order must be estimated. (Inherited from ProdStatusType.) |
| new | (Overrides the new Method.) |
| 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.) |
| pdsCanBeBatchBalanced | Gets a value indicating if the production order can use batch balancing. (Inherited from ProdStatusType.) |
| pmfCheckRework | Checks if any of the production raw material inventory transactions are considered reserved by warehouse management and if the batch order is a rework batch order. (Inherited from ProdStatusType.) |
| previousProdStatus | Defines the previous status for a scheduled production order. (Inherited from ProdStatusType_Scheduled.) |
| prodCheckCopying | Indicates whether production order allows copying. (Inherited from ProdStatusType.) |
| prodNumLookupJournal | (Inherited from ProdStatusType.) |
| prodTable | Retrieves the ProdTable buffer representing a production order. (Inherited from ProdStatusType.) |
| prodTableType | Retrives the ProdTableType object that is associated with the related production order (Inherited from ProdStatusType.) |
| queryAddStatus | (Inherited from ProdStatusType.) |
| routeAllowEdit | Indicates whether the route of a production order can be edited. (Inherited from ProdStatusType.) |
| runAutoUpdate | Implements performing of an automatic update of a production order. (Inherited from ProdStatusType_Scheduled.) |
| runBOMCalc | Performs the price calculation of a production order. (Inherited from ProdStatusType.) |
| runCopy | Performs copying of the bills of materials or route of a production order. (Inherited from ProdStatusType.) |
| runCostEstimation | Performs a cost estimation of a production order. (Inherited from ProdStatusType.) |
| runGanttChart | Indicates whether the Gantt chart is enabled for a production order. (Inherited from ProdStatusType.) |
| runHistoricalCost | Using the historical cost parameters, completes a production order. (Inherited from ProdStatusType.) |
| runJobScheduling | Performs job scheduling of a production order. (Inherited from ProdStatusType.) |
| runJobUpdate | Updates the jobs of a production order. (Inherited from ProdStatusType.) |
| runOperationScheduling | Performs operation scheduling of a production order. (Inherited from ProdStatusType.) |
| runPrevJobHistoricalCost | Using the historical cost parameters, runs the jobs to update the prod order status to statuses preceding Completed. (Inherited from ProdStatusType.) |
| runPrevJobJobScheduling | Runs the jobs to update the prod order status to statuses preceding JobScheduled. (Inherited from ProdStatusType.) |
| runPrevJobOperationScheduling | Runs the jobs to update the prod order status to statuses preceding OperationScheduled. (Inherited from ProdStatusType.) |
| runPrevJobRelease | Runs the jobs to update the prod order status to statuses preceding Released. (Inherited from ProdStatusType.) |
| runPrevJobReportFinished | Runs the jobs to update the prod order status to statuses preceding ReportedFinished. (Inherited from ProdStatusType.) |
| runPrevJobStartUp | Runs the jobs to update the prod order status to statuses preceding StartUp. (Inherited from ProdStatusType.) |
| runRelease | Releases a production order. (Inherited from ProdStatusType.) |
| runReportFinished | Reports a production order as finished. (Inherited from ProdStatusType.) |
| runRouteUpdate | Updates the route of a production order. (Inherited from ProdStatusType.) |
| runSplit | Splits a production order into several production orders. (Inherited from ProdStatusType_Scheduled.) |
| runStartUp | Starts a production order. (Inherited from ProdStatusType.) |
| runStatusDecrease | Decreases the status of a production order. (Inherited from ProdStatusType.) |
| setBackStatus | Sets the backorder status on an underlying ProdTable buffer. (Inherited from ProdStatusType.) |
| setPreviousProdStatus | Sets a previous production orders status. (Inherited from ProdStatusType.) |
| setQtySched | Sets a scheduled quantity of items to produce. (Inherited from ProdStatusType.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| startUpUpdateRouteJobs | (Inherited from ProdStatusType.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| update | Updates a production order record. (Inherited from ProdStatusType.) |
| updateActivityRequirementSet | Updates the activity requirement set and also recreates the jobs if necessary (Inherited from ProdStatusType_Scheduled.) |
| updateBOMRoute | Empty method that does nothing. This method can be overwritten on derived classes in order to update the production Bills of materials and the production route. (Inherited from ProdStatusType.) |
| updateProdBOM | Updates a production bills of materials. (Inherited from ProdStatusType.) |
| updateProdRoute | Updates a production route of a scheduled production order. (Inherited from ProdStatusType_Scheduled.) |
| updateWarnings | (Inherited from ProdStatusType.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateDelete | Indicates whether a scheduled production order can be deleted. (Inherited from ProdStatusType_Scheduled.) |
| validateDeleteProdBOM | Indicates whether the production bills of materials of a scheduled production order can be deleted. (Inherited from ProdStatusType_Scheduled.) |
| validateDeleteProdRoute | Indicates whether a production route can be deleted. (Inherited from ProdStatusType.) |
| validateWrite | Indicates whether a production order can be updated. (Inherited from ProdStatusType.) |
| validateWriteProdBOM | Indicates whether the production bills of materials can be updated. (Inherited from ProdStatusType_Scheduled.) |
| validateWriteProdRoute | Indicates whether a production route can be updated. (Inherited from ProdStatusType.) |
| 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 ProdStatusType_OperationScheduled class. |
Object Class
ProdStatusType Class
ProdStatusType_Scheduled Class
ProdStatusType_OperationScheduled Class
ProdStatusType Class
ProdStatusType_Scheduled Class
ProdStatusType_OperationScheduled Class
Community Additions
ADD
Show: