TAMDeductionUpdate_Deny Class [AX 2012]
The TAMDeductionUpdate_Deny class manages the update of deductions for the deny type.
| 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 the denial. (Overrides the parmBuffer Method.) |
| parmFormString | Gets the form string of the deny form. (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 denial. |
| 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 | Updates the values of the TAMDeductionUpdate object. (Overrides the update Method.) |
| updateDeductionsAfterPost | |
| 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. (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 deny update object given temporary records that specify what to match. |
Community Additions
ADD
Show: