CustFreeInvoiceCancellation Class [AX 2012]
The CustFreeInvoiceCancellation class lets the user create adjusting invoices without creating a corrected invoices.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createAdjustingCorrectedInvoice | Creates the header level record for an adjusting or corrected invoice. (Inherited from CustFreeInvoiceCorrection.) |
| createAdjustingInvoice | Creates an adjusting free text invoice. (Inherited from CustFreeInvoiceCorrection.) |
| createCancellingInvoice | Creates a canceling free text invoice. |
| createCorrectedInvoice | Creates a corrected free text invoice. (Inherited from CustFreeInvoiceCorrection.) |
| createDocumentReferences | (Inherited from CustFreeInvoiceCorrection.) |
| createInvoice | Creates an adjusting or corrected free text invoice. (Inherited from CustFreeInvoiceCorrection.) |
| createInvoiceLines | Creates the invoice lines for the corrected or adjusting invoice. (Inherited from CustFreeInvoiceCorrection.) |
| createMiscellaneousCharges | Creates the miscellaneous charges for the corrected or adjusting invoice. (Inherited from CustFreeInvoiceCorrection.) |
| createPrintMgmt | Creates the print management records for the corrected and adjusting invoice. (Inherited from CustFreeInvoiceCorrection.) |
| createTaxes | Creates the tax record for the corrected or adjusting invoice lines and miscellaneous charges. (Inherited from CustFreeInvoiceCorrection.) |
| createWithholdTaxes_IN | Creates the withhold tax record for the corrected or adjusting invoice lines. (Inherited from CustFreeInvoiceCorrection.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getAdjustedAmount | Retrieves the amount for the adjusting or the corrected invoice. (Inherited from CustFreeInvoiceCorrection.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Initializes the class level variables. (Inherited from CustFreeInvoiceCorrection.) |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateDelieveryLocation | Updates the postal address of the child invoice with the postal address of the parent invoice. (Inherited from CustFreeInvoiceCorrection.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validate | Validates the adjusting invoice date and reason code. (Inherited from CustFreeInvoiceCorrection.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::newCancellingInvoice | Creates an instance of the CustFreeInvoiceCancellation class. |
Community Additions
ADD
Show: