SalesInvoiceJournalCreateBase Class [AX 2012]
The SalesInvoiceJournalCreateBase class is the base class that is used to create sales invoice journals.
| Method | Description | |
|---|---|---|
| allocateNumAndVoucher | Allocates a journal and voucher number from the number sequences for the sales invoice. (Overrides the allocateNumAndVoucher Method.) |
| calcLineAmountExclTax | Calculates the journal line amount excluded tax. |
| calcLineAmountTax | Calculates the tax amount for the journal line. |
| calcLineDiscExclTax | Calculates the discount amount excluded tax for the journal line. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| check | Determines whether the journal can be created. (Inherited from FormletterJournalCreate.) |
| checkDiscardLine | Indicates whether a journal line can be created. (Overrides the checkDiscardLine Method.) |
| checkDuplicateNum_W | Checks whether duplicate invoice numbers exist. (Overrides the checkDuplicateNum_W Method.) |
| checkNoThrow | Determines whether a journal should be created. (Inherited from FormletterJournalCreate.) |
| checkVATTaxAgentChargeType_RU | Checks whether the VAT tax agent charge source is correct. (Inherited from FormletterJournalCreate.) |
| createAgreementLinks | Creates the links between the journal lines and the agreement lines. (Inherited from FormletterJournalCreate.) |
| createDiscardedJournalLine | Handles discarded journal line. (Inherited from FormletterJournalCreate.) |
| createFailed | Called when the journal creation failed. (Inherited from FormletterJournalCreate.) |
| createJournalHeader | Creates a journal header for the sales invoice. (Overrides the createJournalHeader Method.) |
| createJournalLine | Creates an invoice journal line. (Overrides the createJournalLine Method.) |
| createJournalLines | Creates the journal lines when updating the sales order, the purchase order, or the request for quotation. (Inherited from FormletterJournalCreate.) |
| createJournalLink | Creates a journal link. (Inherited from FormletterJournalCreate.) |
| endCreate | Executes when the journal creation is completed. (Inherited from FormletterJournalCreate.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fieldIdParmLine_OrigOrderId | Gets the field ID for the field that contains the original order ID in the posting parameter line table. (Inherited from FormletterJournalCreate.) |
| fieldIdParmTable_OrderId | Gets the field ID for the field that contains the order ID in the posting parameter header table. (Inherited from FormletterJournalCreate.) |
| formletterType | Retrieves the form letter type. (Overrides the formletterType Method.) |
| getJournal | Gets a journal header. (Overrides the getJournal Method.) |
| getJournalLines | Gets a list that contains every created journal line. (Inherited from FormletterJournalCreate.) |
| getJournalNumber | Gets the number of the journal. (Inherited from FormletterJournalCreate.) |
| getLineNum | Gets the current journal line number. (Inherited from FormletterJournalCreate.) |
| getNumAndVoucher | Gets a journal and a voucher number. (Inherited from FormletterJournalCreate.) |
| getNumberSeq | Gets a NumberSeq object. (Inherited from FormletterJournalCreate.) |
| getOrigOrderIdSet | Gets a packed version of a Set object that has all original order IDs for the journal. (Inherited from FormletterJournalCreate.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTotals | Gets the total object. (Inherited from FormletterJournalCreate.) |
| getVoucher | Gets a voucher number. (Inherited from FormletterJournalCreate.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Initializes the class. (Inherited from FormletterJournalCreate.) |
| initCustInvoiceTrans | Initializes a CustInvoiceTrans record. |
| initFormletterProvider | Initializes the FormletterProvider object. (Inherited from FormletterJournalCreate.) |
| initFromForeignTradeCategory | Initializes an invoice journal line that has the foreign trade information for the category based lines. |
| initInvoiceHeaderFromSourceTable | Initializes an invoice journal header from the source table. |
| initInvoiceLineFromSourceLine | Initializes an invoice journal line from the source line. |
| initJournalHeader | Initializes a CustInvoice journal record. (Overrides the initJournalHeader Method.) |
| initLoopLines | Initializes the iteration over journal lines. (Inherited from FormletterJournalCreate.) |
| initRecordList | Initializes the record lists. (Inherited from FormletterJournalCreate.) |
| initSourceTable | Initializes the source table record. (Inherited from FormletterJournalCreate.) |
| initTotals | Initializes the total calculation. (Inherited from FormletterJournalCreate.) |
| insertJournalLine | Inserts a record in the journal line table. (Inherited from FormletterJournalCreate.) |
| insertJournalLink | Inserts a record in the journal link table. (Inherited from FormletterJournalCreate.) |
| insertRecordList | Inserts records in the record lists into the database. (Inherited from FormletterJournalCreate.) |
| inventTransIdReturn | Gets the return lot ID from the order line. |
| isInvoiceCreditNote | Indicates whether the invoice that is being created is a credit note. |
| isJournalCreated | Determines whether the journal was created. (Inherited from FormletterJournalCreate.) |
| isJournalLinePartDelivery | Indicates whether a journal line is a part delivery. |
| journalLineCorrLinksTableId_RU | Gets the table ID for the journal line table correction links. (Overrides the journalLineCorrLinksTableId_RU Method.) |
| journalLineTableId | Retrieves the table ID for a journal line table. (Overrides the journalLineTableId Method.) |
| linesExists | Indicates whether lines occur in the order line parameter table. (Inherited from FormletterJournalCreate.) |
| linksTableId | Gets the table ID for the journal link table. (Inherited from FormletterJournalCreate.) |
| new | Initializes a new instance of the FormletterJournalCreate class. (Inherited from FormletterJournalCreate.) |
| noLinesForPosting | Performs actions when there are no lines selected for posting. (Inherited from FormletterJournalCreate.) |
| 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.) |
| numberSequenceGroupId | Gets the number sequence group ID from the order header. |
| numberSequenceReferenceNum | Gets a NumberSequenceReference object for a journal number. (Overrides the numberSequenceReferenceNum Method.) |
| numberSequenceReferenceVoucher | Gets a NumberSequenceReference object for a voucher number. (Overrides the numberSequenceReferenceVoucher Method.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| onlyServiceItemsToInvoice | Indicates whether only products of type service that are invoiced. |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmBatchCreatedBy | Gets or sets the BatchCreatedBy parameter. (Inherited from FormletterJournalCreate.) |
| parmCustInvoicePrintoutType_RU | Gets or sets the CustInvoicePrintoutType_RU parameter. (Overrides the parmCustInvoicePrintoutType_RU Method.) |
| parmDocumentStatus | Gets or sets the DocumentStatus parameter. (Inherited from FormletterJournalCreate.) |
| parmExtraPrintoutLineExists_RU | Gets or sets the ExtraPrintoutLineExists_RU parameter. (Overrides the parmExtraPrintoutLineExists_RU Method.) |
| parmFiscalDocType_PL | Gets or sets the FiscalDocType_PL parameter. (Inherited from FormletterJournalCreate.) |
| parmInBatch | Gets or sets the InBatch parameter. (Inherited from FormletterJournalCreate.) |
| parmInterCompanyFormletterContract | Gets or sets the InterCompanyFormletterContract parameter. (Inherited from FormletterJournalCreate.) |
| parmInterCompanyPosted | Gets or sets the InterCompanyPosted parameter. (Inherited from FormletterJournalCreate.) |
| parmInventLocationId_PL | Gets or sets the InventLocationId_PL parameter. (Inherited from FormletterJournalCreate.) |
| parmLtDocNumberingCode | Gets or sets the LtDocNumberingCode parameter. (Inherited from FormletterJournalCreate.) |
| parmMarkupOfTypeCustVendExists_RU | Gets or sets the MarkupOfTypeCustVendExists_RU parameter. (Overrides the parmMarkupOfTypeCustVendExists_RU Method.) |
| parmMCRPickWaveReference | Gets or sets the pick wave reference. (Inherited from FormletterJournalCreate.) |
| parmParmTable | Gets or sets the ParmTable parameter. (Overrides the parmParmTable Method.) |
| parmParmUpdate | Gets or sets the ParmUpdate parameter. (Overrides the parmParmUpdate Method.) |
| parmProforma | Gets or sets the Proforma parameter. (Inherited from FormletterJournalCreate.) |
| parmRelatedJournal | Gets or sets the RelatedJournal parameter. (Inherited from FormletterJournalCreate.) |
| parmShipmentId | Gets or sets the ShipmentId parameter. (Inherited from FormletterJournalCreate.) |
| parmTax | Gets or sets the Tax parameter. (Inherited from FormletterJournalCreate.) |
| parmTaxWithholdCalculation_IN | Gets or sets the TaxWithholdCalculation_IN parameter. (Inherited from FormletterJournalCreate.) |
| proforma | Indicates whether a journal is a pro forma journal. (Overrides the proforma Method.) |
| recIdSuspensionTables | Gets a list of tables that should have suspended record ID generation. (Overrides the recIdSuspensionTables Method.) |
| recordListParmLine | Gets a RecordSortedList object that has every posting parameter line record. (Inherited from FormletterJournalCreate.) |
| removeRecIdSuspension | Removes record ID suspension. (Inherited from FormletterJournalCreate.) |
| requiresTaxBorderNum | Checks for tax codes that require a border number. |
| run | Creates a journal. (Inherited from FormletterJournalCreate.) |
| setDeliveryFields | Sets the delivery fields for an invoice. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| showPostingCanceledError | Performs actions when posting is canceled. (Inherited from FormletterJournalCreate.) |
| sourceTable | Gets the source table for the journal. (Inherited from FormletterJournalCreate.) |
| splitDeliveryInformation | Indicates whether to split on delivery information. |
| suspendRecIds | Suspends record ID generation. (Inherited from FormletterJournalCreate.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| totals | Gets the total object. (Inherited from FormletterJournalCreate.) |
| typeParmLine | Retrieves the type of a posting parameter line table. (Overrides the typeParmLine Method.) |
| updateDate | Retrieves the invoice date. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateInvoiceIDForEInvoice_MX | Validates the invoice ID for a Mexican electronic fiscal document. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Object Class
FormletterJournalCreate Class
SalesInvoiceJournalCreateBase Class
SalesInvoiceJournalCreate Class
FormletterJournalCreate Class
SalesInvoiceJournalCreateBase Class
SalesInvoiceJournalCreate Class
Community Additions
ADD
Show: