FormletterProformaPrint Class [AX 2012]
The FormletterProformaPrint class is used to transfer values to reports when the reports are printed as pro forma reports.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| 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.) |
| new | Initializes a new instance of the FormletterProformaPrint class. |
| 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.) |
| pack | Serializes the current instance of the FormletterProformaPrint class. |
| parmExchRate_W | Gets or sets the ExchRate_W parameter. |
| parmExchRateSec_W | Gets or sets the ExchRateSec_W parameter. |
| parmJournalTmpTaxWorkTrans | Gets or sets the JournalTmpTaxWorkTrans parameter. |
| parmTax | Gets or sets the Tax parameter. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| tmpTaxWorkTrans | Retrieves temporary tax transactions from the temporary TmpTaxWorkTrans table that relates to the record ID specified in the parameter. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| unpack | Removes serialization of the packedClass parameter to an instance of the FormletterProformaPrint class. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| writeTmpTaxWorkTrans | Inserts temporary tax transactions into the temporary TmpTaxWorkTrans table that relates to the record ID specified in a parameter. |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | |
| ::newUnpack |
When pro forma updates to the sales orders or purchase orders, a record is created in the temporary table in the FormletterJournalPost class hierarchy, which the reports must know about when they are printed.
Because the temporary records are only usable in the instance of the class where it is created, the FormletterProformaPrint class is has the purpose of transferring values from the FormletterJournalPost class hierarchy to the pro forma reports through the Formletter class hierarchy.
Community Additions
ADD
Show: