PdsRebateTableStatusType_ToCalculate Class [AX 2012]
The PdsRebateTableStatusType_ToCalculate class holds the rebate processes specific to rebates that have a PdsRebateStatus::ToCalculate enumeration value as the status.
| 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 PdsRebateTable table. (Inherited from PdsRebateTableStatusType.) |
| ledgerPostingAmount | Gets the rebate starting amount. (Inherited from PdsRebateTableStatusType.) |
| 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.) |
| parmPdsRebateTable | Gets or sets the PdsRebateTable table record in which a rebate process is being performed. (Inherited from PdsRebateTableStatusType.) |
| pdsRebateStatus | Gets the PdsRebateStatus::ToCalculate enumeration value. (Overrides the pdsRebateStatus Method.) |
| runApproved | Indicates whether the specified rebate approval is allowed. (Inherited from PdsRebateTableStatusType.) |
| runCumulated | Performs the rebate accumulation process. (Overrides the runCumulated Method.) |
| runDeleted | Indicates whether rebate deletion is allowed. (Inherited from PdsRebateTableStatusType.) |
| runPayment | Indicates whether rebate payment is allowed. (Inherited from PdsRebateTableStatusType.) |
| runProcessed | Indicates whether rebate processing is allowed. (Inherited from PdsRebateTableStatusType.) |
| setFinalStatus | Sets the rebate to the 'Processed' status. (Inherited from PdsRebateTableStatusType.) |
| setInitialStatus | Sets the initial status of the rebate based on the cumulating type of the rebate agreement. (Inherited from PdsRebateTableStatusType.) |
| setNextStatus | Sets the rebate status to PdsRebateStatus::ToCalculate enumeration value. (Overrides the setNextStatus Method.) |
| 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.) |
| updateRebatesToCumulate | Calculates and sets the rebate amounts after the accumulation. (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 PdsRebateTableStatusType_ToCalculate class. |
Community Additions
ADD
Show: