TAMDeductionUpdate Class [AX 2012]
The TAMDeductionUpdate class manages the update of deductions based on the type of action taken on the deduction.
| 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. |
| 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. |
| 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. |
| initLedgerJournalTrans | Initializes the LedgerJournalTrans record. |
| insertDeductionUpdateHistory | Inserts history records for the update, given a list of LedgerJournalTrans records of the journal posted for the update. |
| insertJournalAndLines | Copies journal information to LedgerJournalTrans records and inserts records. |
| new | Initializes a Map object based on the passed Common record. |
| 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.) |
| parmBuffer | Gets the buffer that should be passed to form through arguments object. |
| parmFormString | Gets the FormString parameter. |
| parmSkipPrompt | Gets and sets whether the update form will be skipped. |
| parmTAMDeductionUpdateType | Gets the type of update occuring. |
| parmUpdateOccurred | Gets and sets whether an update has occured. |
| run | Validates and updates the deduction. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| showPrompt | Returns whether the update form should be shown. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| update | Updates the values of the TAMDeductionUpdate object. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validate | Returns whether update is valid and may be done. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::validateForm | Checks that the record in the arguments is from the table specified by the table ID parameter and checks that a TAMDeductionUpdate object was passed into as the caller in the arguments. |
Object Class
TAMDeductionUpdate Class
TAMDeductionUpdate_Deny Class
TAMDeductionUpdate_MassUpdate Class
TAMDeductionUpdate_Match Class
TAMDeductionUpdate_ReverseDenial Class
TAMDeductionUpdate_ReverseMatch Class
TAMDeductionUpdate_ReverseWriteOff Class
TAMDeductionUpdate_Split Class
TAMDeductionUpdate_WriteOff Class
TAMDeductionUpdate Class
TAMDeductionUpdate_Deny Class
TAMDeductionUpdate_MassUpdate Class
TAMDeductionUpdate_Match Class
TAMDeductionUpdate_ReverseDenial Class
TAMDeductionUpdate_ReverseMatch Class
TAMDeductionUpdate_ReverseWriteOff Class
TAMDeductionUpdate_Split Class
TAMDeductionUpdate_WriteOff Class
Community Additions
ADD
Show: