RetailConsessionContract Class [AX 2012]
The RetailConsessionContract class compares the dimensions and calculates sales and tax amounts.
| Method | Description | |
|---|---|---|
| addAreaIdtoCalcuation | Updates the RetailTmpConcessionContractSales table with the area ID. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| compareAreaToSales | Compares the sales dimensions with the area dimensions. |
| compareDimensions | Compares the dimensions passed. |
| compareSalesTransToContract | Compares the dimensions of the RetailTransactionSalesTrans table with the dimensions of the RetailConcessionContractArea table. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findTheDimensions | Finds the dimensions of the RetailConcessionContractArea table. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| groupPaymentCalcByArea | Inserts data in the RetailTmpConcessionContractSales table. |
| groupSettlementSalesByArea | Inserts data in the RetailTmpConcessionContractSales table. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isLineOnContract | |
| markExtraCalculatedTransOnContract | Updates the ConcessionContractId field of the RetailTransactionSalesTrans table. |
| markTransOnContract | Updates the ConcessionContractId field of the RetailTransactionSalesTrans table. |
| new | Initializes a new instance of the RetailConsessionContract class. |
| newAreaDimension | Initializes the store ID and dimension values. |
| newSelect | Initializes the from and to date values. |
| 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.) |
| prepareContractCommissionCalc | Validates the concession and updates the sales amount in RetailTransactionSalesTrans table. |
| prepareContractCommissionCalcSelect | Updates the sales amount in the RetailTransactionSalesTrans table. |
| prepareContractPaymentCalc | Checks the concession area and updates the sales amount and tax amount in the RetailTransactionSalesTrans table. |
| prepareContractPaymentCostCalc | Checks the concession for old unsettled sales and updates the sales amount and tax amount in the RetailTmpConcessionContractSales table. |
| 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.) |
| unMarkExtraCalculatedTransOnContract | Updates the RetailTransactionSalesTrans table setting the ConcessionContractId field to nullNothingnullptrunita null reference (Nothing in Visual Basic). |
| 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.) |
| ::checkPartPaymentJournal | Checks for the valid journal ID of the RetailConsessionPartPayment table. |
| ::checkSetlementJournal | Checks for the valid journal ID of the RetailConsessionSettlementTable table. |
| ::unMarkContractTransaction | Updates the RetailTransactionSalesTrans table setting the ConcessionContractId field to nullNothingnullptrunita null reference (Nothing in Visual Basic). |
Community Additions
ADD
Show: