TAMDeductionUpdate_Match Class [AX 2012]
The TAMDeductionUpdate_Match class manages the update of deductions for the match action.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| closeOk | Validates the deduction, updates the record, and then allows the form to close. (Inherited from TAMDeductionUpdate.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| formUpdate | Opens the form specific to the update type and passes appropriate data into the form. (Inherited from TAMDeductionUpdate.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initLedgerJournalTable | Initializes the LedgerJournalTable record. (Inherited from TAMDeductionUpdate.) |
| initLedgerJournalTrans | Initializes the LedgerJournalTrans record. (Inherited from TAMDeductionUpdate.) |
| insertDeductionUpdateHistory | Inserts history records for the update, given a list of LedgerJournalTrans records of the journal posted for the update. (Inherited from TAMDeductionUpdate.) |
| insertJournalAndLines | Copies journal information to LedgerJournalTrans records and inserts records. (Inherited from TAMDeductionUpdate.) |
| new | Initializes a Map object based on the passed Common record. (Overrides the new Method.) |
| 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.) |
| numDeductions | Returns the number of deductions. |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmBuffer | Gets the temporary buffer that specifies match. (Overrides the parmBuffer Method.) |
| parmFormString | Gets the match form string. (Overrides the parmFormString Method.) |
| parmSkipPrompt | Gets and sets whether the update form will be skipped. (Inherited from TAMDeductionUpdate.) |
| parmTAMDeductionUpdateType | Gets the TAMDeductionUpdateType parameter. (Overrides the parmTAMDeductionUpdateType Method.) |
| parmUpdateOccurred | Gets and sets whether an update has occured. (Inherited from TAMDeductionUpdate.) |
| run | Validates and updates the deduction. (Inherited from TAMDeductionUpdate.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| settle | Settles the customer transactions, given a list of LedgerJournalTrans records that just posted, created by that posting with the transactions specified for matching. |
| showPrompt | Shows the prompt if more than one transaction is selected for match and the deduction amount will completely settle all transactions selected. (Overrides the showPrompt Method.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| update | Performs the match on the deduction. (Overrides the update Method.) |
| updateDeductionsAfterPost | Updates each deduction for the match action. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validate | Validates that deduction and transactions. (Overrides the validate Method.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Builds a match update object given temporary records that specify what to match and specification object. |
Community Additions
ADD
Show: