ProdStandardVariance_Prod Class [AX 2012]
The ProdStandardVariance_Prod class extends from the ProdStandardVariance class and holds the production order specific logic for the variance calculation.
| Method | Description | |
|---|---|---|
| addToVarianceProdCalcMap | Links a TmpProdStandardVariance record to a ProdCalcTrans record. |
| addTransActual | Adds a ProdCalcTrans record to the set of actual cost transactions. (Overrides the addTransActual Method.) |
| addTransEstimate | Calculates the lot size and standard allowed and adds the temporary variance record to the set of estimated cost records. (Inherited from ProdStandardVariance.) |
| blankProdCalcTrans | Creates a new empty buffer of a type that is mapped in the PmfProdCalcTransMap map. |
| buildActualQuery | Builds the query to use to load for actual cost. (Inherited from ProdStandardVariance.) |
| buildEstimateQuery | Builds the query to use to load the estimated cost. (Inherited from ProdStandardVariance.) |
| buildFinishedItemQuery | Creates a query for the finished items. (Inherited from ProdStandardVariance.) |
| calc | Calculates production variances. (Inherited from ProdStandardVariance.) |
| calcSubstitutionVariance | Calculates substitution variances. (Overrides the calcSubstitutionVariance Method.) |
| calcVariances | Calculates variances for each rolled up variance transaction record. (Inherited from ProdStandardVariance.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createTotalVariance | Creates total variance and links the total variance record to the total ProdCalcTrans record. (Overrides the createTotalVariance Method.) |
| defaultDimension | Gets the default dimension of the primary record. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findOrCreateVarianceTrans | Finds or creates the rolled up variance transaction record for a ProdCalcTrans or BOMCalcTrans record. (Inherited from ProdStandardVariance.) |
| 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 calculation value objects. (Overrides the init Method.) |
| initEstimate | Initializes the BOMCalcTable record, based on the InventItemPrice record. (Inherited from ProdStandardVariance.) |
| initProdCalcTransTotal | Initializes the prodCalcTransTotal variable from the parent table. |
| initQty | Initializes the estimated quantity and actual quantity that is used for variance calculation. (Inherited from ProdStandardVariance.) |
| initTotalVariance | Initializes fields in the variances temporary table. (Overrides the initTotalVariance Method.) |
| loadActual | Loads the actual cost that is used for variance calculation. (Inherited from ProdStandardVariance.) |
| loadEstimate | Loads the estimated cost that is used for variance calculation. (Inherited from ProdStandardVariance.) |
| mergeDimension | Merges the default dimension of the primary record with a new dimension. |
| new | Initializes a new instance of the ProdStandardVariance class. (Inherited from ProdStandardVariance.) |
| 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.) |
| parmCalledDuringEnding | Gets or sets the CalledDuringEnding parameter. |
| parmInventItemPrice | Gets the InventItemPrice parameter. |
| parmTmpProdStandardVariance | Gets the TmpProdStandardVariance parameter. (Inherited from ProdStandardVariance.) |
| removeDetails | Deletes from the variances temporary table the records that are not total variances. (Inherited from ProdStandardVariance.) |
| 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.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validate | Adds validation logic that is specific for production order variance calculation. (Overrides the validate Method.) |
| variancesByDimension | Distributes a calculated variance by the financial dimensions of the transactions included in the collected transaction used as a base for the calculation. (Overrides the variancesByDimension Method.) |
| 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 ProdStandardVariance_Prod class. |
Object Class
ProdStandardVariance Class
ProdStandardVariance_Prod Class
ProdStandardVariance_PmfCoBy Class
ProdStandardVariance Class
ProdStandardVariance_Prod Class
ProdStandardVariance_PmfCoBy Class
Community Additions
ADD
Show: