TAMDeductionUpdate_MassUpdate Class [AX 2012]
The TAMDeductionUpdate_MassUpdate class manages the update of deductions for the action of mass update.
| 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.) |
| 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 mass update. (Overrides the parmBuffer Method.) |
| parmFormString | Gets the mass update 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.) |
| showPrompt | Returns whether the update form should be shown. (Inherited from TAMDeductionUpdate.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| update | Performs the mass update on the deductions. (Overrides the update Method.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validate | Copies fields to deduction the record and validates evey field of record. (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 mass update object given temporary records that specify what to match. |
Community Additions
ADD
Show: