TAMVendRebateTableStatusType_ToCalculate Class [AX 2012]
The TAMVendRebateTableStatusType_ToCalculate class holds the rebate processes specific to rebate with status 'ToCalculate'.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| 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.) |
| insert | Initializes the rebate number sequence, sets the rebate initial status and inserts into the TAMVendRebateTable table. (Inherited from TAMVendRebateTableStatusType.) |
| ledgerPostingAmount | Gets the rebate starting amount. (Inherited from TAMVendRebateTableStatusType.) |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| parmVendRebateTable | Gets or sets the TAMVendRebateTable table record on which rebate process is being performed. (Inherited from TAMVendRebateTableStatusType.) |
| runApproved | Checks whether the rebate approval is allowed or not. (Inherited from TAMVendRebateTableStatusType.) |
| runCumulated | Performs the rebate cumulation process. (Overrides the runCumulated Method.) |
| runDeleted | Checks whether rebate deletion is allowed or not. (Inherited from TAMVendRebateTableStatusType.) |
| runPayment | Checks whether rebate payment is allowed or not. (Inherited from TAMVendRebateTableStatusType.) |
| runProcessed | Checks whether rebate processing is allowed or not. (Inherited from TAMVendRebateTableStatusType.) |
| setFinalStatus | Sets the rebate to the 'Processed' status. (Inherited from TAMVendRebateTableStatusType.) |
| setInitialStatus | Sets the initial status of the rebate based on the cumulating type of the rebate agreement. (Inherited from TAMVendRebateTableStatusType.) |
| setNextStatus | Sets the rebate status to 'Calculated'. (Overrides the setNextStatus Method.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| tamVendRebateStatus | Gets the rebate status as 'ToCalculate'. (Overrides the tamVendRebateStatus Method.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateRebatesToCumulate | Calculates and sets the rebate amounts after cumulating. (Overrides the updateRebatesToCumulate Method.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateFieldValue | Validates changes to a field in the PdsRebateTable table. (Overrides the validateFieldValue Method.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Creates an instance of the TAMVendRebateTableStatusType_ToCalculate class. |
Community Additions
ADD
Show: