CustInvoiceJourExportSalesVATOut Class [AX 2012]
The CustInvoiceJourExportSalesVATOut class calculates domestic VAT-Out values for export sales.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createExportSalesDomesticTaxVoucher | Creates an ExportSalesInvoiceDomesticTaxVoucher record with the specified journal number and voucher. (Overrides the createExportSalesDomesticTaxVoucher Method.) |
| createExportSalesVAT | Calculates domestic VAT for export sales, and creates a journal and journal lines for the calculated VAT. (Inherited from CustInvoiceJourExportSalesVAT.) |
| createJournalForExportSalesVAT | Creates a journal for the calculated domestic VAT for export sales. (Inherited from CustInvoiceJourExportSalesVAT.) |
| createJournalLinesForExportSalesVAT | Create journal lines in the specified journal that have the specified voucher for the calculated domestic VAT for export sales. (Overrides the createJournalLinesForExportSalesVAT Method.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getLedgerDimension | Gets the ledger dimension for a journal line. (Inherited from CustInvoiceJourExportSalesVAT.) |
| getNewVoucher | Gets a new voucher number to create a journal line in the specified journal. (Inherited from CustInvoiceJourExportSalesVAT.) |
| getOffsetLedgerDimension | Gets the offset ledger dimension for a journal line. (Inherited from CustInvoiceJourExportSalesVAT.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initializeExportSalesDomesticTaxVoucher | Initializes an ExportSalesInvoiceDomesticTaxVoucher record with the specified journal number and voucher. (Inherited from CustInvoiceJourExportSalesVAT.) |
| initializeLedgerJournalTrans | Initializes a LedgerJournalTrans record with the specified journal number, voucher, and tax code. (Overrides the initializeLedgerJournalTrans Method.) |
| 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.) |
| parmCustInvoiceJour | Gets or sets the CustInvoiceJour parameter. (Inherited from CustInvoiceJourExportSalesVAT.) |
| parmJournalName | Gets or sets the JournalName parameter. (Inherited from CustInvoiceJourExportSalesVAT.) |
| parmJournalNum | Gets or sets the JournalNum parameter. (Inherited from CustInvoiceJourExportSalesVAT.) |
| parmPostingDate | Gets or sets the PostingDate parameter. (Inherited from CustInvoiceJourExportSalesVAT.) |
| 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.) |
| 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.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Creates an instance of the CustInvoiceJourExportSalesVATOut class. |
Community Additions
ADD
Show: