PdsRebateTableType_Rebate Class [AX 2012]
The PdsRebateTableType_Rebate class holds the information that is used for handling rebates with a PdsRebateProgramType::Rebate enumeration value.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| custVendAccount | Gets the vendor account number for the customer. (Inherited from PdsRebateTableType.) |
| doPostLedgerReversalTrans | Inserts and posts the journal records when the rebate is deleted. (Inherited from PdsRebateTableType.) |
| doPostLedgerTrans | Inserts and posts the journal records when the rebate is processed. (Inherited from PdsRebateTableType.) |
| 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.) |
| initLedgerJournalTrans | Gets or sets the LedgerJournalTrans table record that is used for the rebate process posting. (Overrides the initLedgerJournalTrans Method.) |
| ledgerJournalNameProcess | Gets the LedgerJournalName record that is used for rebate process posting. (Overrides the ledgerJournalNameProcess Method.) |
| ledgerJournalNameReversal | Gets the LedgerJournalName table record that is used for rebate types for rebate deletion posting. (Inherited from PdsRebateTableType.) |
| ledgerJournalNameVoucher | Gets the number sequence code used to create a journal name. (Inherited from PdsRebateTableType.) |
| ledgerTransTxt | Gets the LedgerTransTxt value as RebateCustomerDeductionJournal that is used for rebate types to describe the ledger posting for when rebate is processed. (Inherited from PdsRebateTableType.) |
| 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 record on which rebate process is performing. (Inherited from PdsRebateTableType.) |
| pdsRebateProgramType | Gets the rebate program type. (Overrides the pdsRebateProgramType Method.) |
| postLedgerReversal | Initializes the LedgerJournal number and post the journal when a rebate is deleted. (Inherited from PdsRebateTableType.) |
| postLedgerReversalTrans | Inserts and posts the journal records when the rebate is deleted, if the rebate balance is not zero. (Inherited from PdsRebateTableType.) |
| postLedgerTrans | Inserts and posts the journal records when the rebate is processed, if the rebate amount is not zero. (Inherited from PdsRebateTableType.) |
| runDeleted | Executes the rebate deletion process. (Inherited from PdsRebateTableType.) |
| runPayment | Executes the rebate payment process. (Inherited from PdsRebateTableType.) |
| runProcessed | Performs the rebate processing. (Overrides the runProcessed Method.) |
| setLedgerJournalTransCurrencyExchRate | Sets exchange rate information in the LedgerJournalTrans table, depending on the currency code and transaction date. (Inherited from PdsRebateTableType.) |
| 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.) |
| validateFieldValue | Validates changes to a field in the PdsRebateTable table. (Inherited from PdsRebateTableType.) |
| validateWrite | Validates that the PdsRebateTable record can be written. (Inherited from PdsRebateTableType.) |
| 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 PdsRebateTableType_Rebate class. |
Community Additions
ADD
Show: