PdsRebateTableStatusType_Free Class [AX 2012]
The PdsRebateTableStatusType class holds the rebate processes specific to rebate with a free 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 corrected amount. (Overrides the ledgerPostingAmount Method.) |
| 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 rebate that has a free status. (Overrides the pdsRebateStatus Method.) |
| runApproved | Indicates whether the specified rebate approval is allowed. (Inherited from PdsRebateTableStatusType.) |
| runCumulated | Indicates whether the rebate cumulation is allowed. (Inherited from PdsRebateTableStatusType.) |
| runDeleted | Indicates whether rebate deletion is allowed. (Inherited from PdsRebateTableStatusType.) |
| runPayment | Performs the rebate payment process. (Overrides the runPayment Method.) |
| runProcessed | Performs the rebate processing. (Overrides the runProcessed Method.) |
| setFinalStatus | Sets the rebate to the 'Processed' status. (Inherited from PdsRebateTableStatusType.) |
| setInitialStatus | Sets the rebate initial that has a free status. (Overrides the setInitialStatus Method.) |
| setNextStatus | Sets the next status for rebates based on current statuses. (Inherited from PdsRebateTableStatusType.) |
| 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 cumulating. (Inherited from PdsRebateTableStatusType.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateFieldValue | Validates the changes to a field in the PdsRebateTable table. (Inherited from PdsRebateTableStatusType.) |
| 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_Free class. |
Community Additions
ADD
Show: