ProdTableForm Class [AX 2012]
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkGanttEnabled | Implements the rule code for enabling or disabling the Gantt button that is displayed in the caller form. |
| checkHasData | Implements the rule code for enabling or disabling the buttons depending on whether data is available in the caller form. |
| checkIsProj | Implements the rule code to determine whether a project is linked to this production order. |
| checkQualityManagementEnabled | Implements the rule code for showing or hiding the quality management controls on the caller form. |
| clearCache | Performs special actions regarding clearing advanced cache for the ProdTableForm class. |
| determineButtonStates | Evaluates rules for the ProdTableForm class. |
| 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.) |
| handleProdTableCreatePreSuper | Performs all necessary actions for invoking a new production order form. |
| handleProdTableWritePostSuper | Performs all necessary actions when writing a record for the ProdTable data source. |
| handleProdTableWritePreSuper | Runs before running super in the write method of the ProdTable data source. |
| inventDimFormSetup | Gets the InventDimForm object used for dimensions setup. |
| new | Initializes a new instance of the ProdTableForm 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.) |
| parmCreateProdId | Gets or sets the CreateProdId parameter. |
| parmFormRun | Gets or sets the FormRun parameter. |
| prodTableForceWrite | Performs actions that are to be executed when a write is forced on the ProdTable data source of the production orders form. |
| setDatasources | Sets the data source instances used by the helper class. |
| 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.) |
| updateDesign | Triggers design updates to create or update the InventDimFormSetup helper. |
| 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.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Constructs a new instance of the ProdTableForm helper class. |
| ::newForm | Creates a helper class for the production order form based on the actual FormRun data. |
Community Additions
ADD
Show: