SalesInvoiceJournalPostBase Class [AX 2012]
The SalesInvoiceJournalPostBase class is the base class that is used to post sales invoice journals.
| Method | Description | |
|---|---|---|
| addToInventReportDimHistory | Adds the InventReportDimHistory records to a record sorted list. (Overrides the addToInventReportDimHistory Method.) |
| adjustAmountsMST_W | Adjusts the amount in the accounting currency. (Inherited from FormletterJournalPost.) |
| afterLinePost | The method is being run before line is posted. (Inherited from FormletterJournalPost.) |
| assetId_RU | Returns the Russian asset identifier (ID). |
| beforeLinePost | The method is being run before line is posted. (Inherited from FormletterJournalPost.) |
| bypassCustomerCreditCheck | Indicates whether a customer credit check should be bypassed. |
| calcExcise_PL | Calculates the excise amount per line. |
| calculateMarkupAmount_IN | Calculates markup amount. (Inherited from FormletterJournalPost.) |
| calculateVATDefermentTax_IN | Method overrides in the child classes. (Inherited from FormletterJournalPost.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canEndLedgerVoucher | Determines whether the LedgerVoucher object can be ended. (Inherited from FormletterJournalPost.) |
| canPostEndDisc | Indicates whether the end discounts can be posted. (Overrides the canPostEndDisc Method.) |
| canPostLedger | Indicates whether the ledger postings can occur. (Overrides the canPostLedger Method.) |
| canPostRoundOff | Indicates whether the end roundings can be posted. (Overrides the canPostRoundOff Method.) |
| canPostTax | Indicates whether the tax can be posted. (Overrides the canPostTax Method.) |
| canPostToInventory | Determines whether an order line can be inventory posted. (Inherited from FormletterJournalPost.) |
| cashDiscountAmount | Retrieves a cash discount amount. (Overrides the cashDiscountAmount Method.) |
| cashDiscPercent | Retrieves a cash discount percentage. (Overrides the cashDiscPercent Method.) |
| checkBeforePostingLine | Performs validation before posting a line. (Inherited from FormletterJournalPost.) |
| checkLedgerPeriod | Checks whether posting in the ledger period is allowed. (Inherited from FormletterJournalPost.) |
| checkNotStockedLineAfterPosting | Verifies the not stocked order lines after posting. (Inherited from FormletterJournalPost.) |
| checkNotStockedLineBeforePosting | Verifies the not stocked order lines before posting. (Inherited from FormletterJournalPost.) |
| checkSourceLine | Verifies the source line for the journal line. (Inherited from FormletterJournalPost.) |
| copyDocuRefLine | Copies document references to the journal line. (Inherited from FormletterJournalPost.) |
| copyDocuRefTable | Copies document references to the journal header. (Inherited from FormletterJournalPost.) |
| createCustTrans_BR | Determines whether the customer transactions should be created the Brazilian way. |
| createFacture_RU | Method used to create facture after invoice posted (Inherited from FormletterJournalPost.) |
| createInventReportDimHistory | Creates a record in the InventReportDimHistory table. (Inherited from FormletterJournalPost.) |
| createNotStockedPostCheck | Retrieves a TradeNotStockedPostCheck object that is used to verify order lines during posting. (Inherited from FormletterJournalPost.) |
| createPaymentDisbursement | Serves as the blank implementation of method. (Inherited from FormletterJournalPost.) |
| createPaymentSched | Creates a payment schedule. (Inherited from FormletterJournalPost.) |
| createReportData | Creates data for the specified report. (Overrides the createReportData Method.) |
| createScrapOnInventory | Creates scrap on inventory. |
| creditDiscount | Determines whether discounts should be credited. (Inherited from FormletterJournalPost.) |
| creditNote | Indicates whether an invoice that is being posted is a credit note. (Overrides the creditNote Method.) |
| currencyCode | Retrieves the currency code for a source line. (Overrides the currencyCode Method.) |
| custTransAmount_BR | Calculates the customer transaction amount. |
| dealQualityOrderLine_IN | Deals the quality order line. (Inherited from FormletterJournalPost.) |
| dealVoucher_CN | Deals Chinese voucher for inventory general ledger during SourceDocument processing e.g. Purchase order posting (Inherited from FormletterJournalPost.) |
| defaultDimension | Determines the default dimension for the selected record. |
| defaultDimensionMarkupOnJour | Retrieves the default dimension for the specified record. |
| defaultDimensionMarkupOnTrans | Retrieves the default dimension when miscellaneous charges are posted on the line level. |
| defaultLedgerTransactionText | Retrieves a default ledger transaction text. (Overrides the defaultLedgerTransactionText Method.) |
| discAmountExclTaxcInventoryPosted | Retrieves the discount amount excluded tax for a quantity that is updated in the inventory. |
| distributeSourceDocument | Performs the creation of distributions (Inherited from FormletterJournalPost.) |
| documentStatus | Gets the type of document. (Inherited from FormletterJournalPost.) |
| docuRefCopy | Copies attachments from a single source document to a single destination document. (Inherited from FormletterJournalPost.) |
| docuRefCopyByRecId | Copies attachments between documents. (Inherited from FormletterJournalPost.) |
| docuRefCopyMultiple | Copies attachments from a set of source documents to a destination document. (Inherited from FormletterJournalPost.) |
| docuRefCopyMultipleByRecId | Copies attachments from a set of source documents to a destination document. (Inherited from FormletterJournalPost.) |
| docuRefFindAndCopyMultiple | Copies attachments from a set of source documents to a destination document. (Inherited from FormletterJournalPost.) |
| endLedgerVoucher | Invokes the posting process. (Overrides the endLedgerVoucher Method.) |
| endLines | Ends the posting of all journal lines. (Inherited from FormletterJournalPost.) |
| endPost | Ends the posting. (Inherited from FormletterJournalPost.) |
| endPostLine | Ends the posting of a journal line. (Overrides the endPostLine Method.) |
| endUpdate | Ends the update of selected records. (Inherited from FormletterJournalPost.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| exchRate_W | Determines the exchange rate. (Inherited from FormletterJournalPost.) |
| exchRateSec_W | Determines the secondary exchange rate. (Inherited from FormletterJournalPost.) |
| factureJour_RU | Returns FactureJour_RU record (Inherited from FormletterJournalPost.) |
| findOrCreateLedgerVoucherObject | Finds or creates the instance of the specified LedgerVoucherObject class. (Inherited from FormletterJournalPost.) |
| fixedEuroTriangulation | Gets the fixed euro triangulation value. (Inherited from FormletterJournalPost.) |
| fixedExchRate | Retrieves a fixed exchange rate. (Overrides the fixedExchRate Method.) |
| fixedExchRateSecondary | Retrieves a fixed secondary exchange rate. (Overrides the fixedExchRateSecondary Method.) |
| formletterJournalTransRecord | Determines whether journal lines exist. (Inherited from FormletterJournalPost.) |
| formletterProformaPrintToFormletter | Transfers values from the FormletterProformaPrint class to the Formletter class. (Inherited from FormletterJournalPost.) |
| formletterType | Retrieves a form letter type. (Overrides the formletterType Method.) |
| getFormletterProformaPrintPacked | Retrieves a container that contains specific values that are used for printing pro forma reports. (Inherited from FormletterJournalPost.) |
| getLedgerVoucherObject | Retrieves a new instance of the LedgerVoucherObject class. (Inherited from FormletterJournalPost.) |
| getOrdersPosted | Retrieves a set of posted order IDs. (Inherited from FormletterJournalPost.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getVoucher | Retrieves a voucher number. (Overrides the getVoucher Method.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasQualityOrder_IN | Determines whether journal line can be dealed. (Inherited from FormletterJournalPost.) |
| includeDiscValueInRevenue | Indicates whether to include the discount value in a calculation of revenue. |
| init | Initializes the SalesInvoiceJournalPostBase class. (Overrides the init Method.) |
| initCustInvoiceJourFromTotals | Initializes a journal header from the totals. |
| initCustVoucher | Constructs a CustVoucher object. |
| initDocuRefRecId | Initializes the list docuRefRecIdList (Inherited from FormletterJournalPost.) |
| initFormletterProvider | Initializes the FormletterProvider object. (Inherited from FormletterJournalPost.) |
| initInventMovement | Constructs a InventMovement object. |
| initLedgerVoucher | Initializes the LedgerVoucherObject object. (Inherited from FormletterJournalPost.) |
| initMarkup | Initializes a Markup object. (Overrides the initMarkup Method.) |
| initRecordLists | Initializes the record lists. (Overrides the initRecordLists Method.) |
| initRelatedLineTables | Initializes the records that are related to the current journal line. (Inherited from FormletterJournalPost.) |
| initTax | Initializes the Tax object. (Inherited from FormletterJournalPost.) |
| initTotals | Initializes the totals class for posting an invoice. |
| initTransactionTxt | Initializes the TransactionTxt object. (Inherited from FormletterJournalPost.) |
| insertCreditInvoicingTrans | Inserts data into the CustVendCreditInvoicingTrans table. |
| insertEInvoice_MX | Creates and inserts the electronic invoice information for the specified invoice. |
| insertInventReportDimHistory | Inserts a record in the InventReportDimHistory object. (Inherited from FormletterJournalPost.) |
| insertRecordList | Inserts the records in the record lists into the database. (Overrides the insertRecordList Method.) |
| intercompanyAmountMarkupOnTrans | Retrieves an intercompany miscellaneous charges amount. |
| inventProfileType_RU | Determines the inventory profile type for the line that is being posted. |
| inventReportDimHistoryLogType | Retrieves an inventory report dimension history type. (Overrides the inventReportDimHistoryLogType Method.) |
| invoiceNum | Retrieves the invoice number to which the inventory transaction would be attached. |
| invoicePostingType_RU | Returns SalesInvoicePostingType_RU, overridden in SalesInvoicePostJournal (Inherited from FormletterJournalPost.) |
| isJournalLinePartDelivery | Indicates whether a journal line is a part delivery. |
| isLineStocked | Indicates whether a source line is tracked in the inventory. |
| isOnHold | Determines whether the journal is on hold. (Inherited from FormletterJournalPost.) |
| isPrepaymentJournal | Identifies if the FormletterJournalPost is a prepayment journal. (Inherited from FormletterJournalPost.) |
| isProforma | Determines whether the journal is a pro forma journal. (Inherited from FormletterJournalPost.) |
| journalLine | Gets or sets a journal line record. (Overrides the journalLine Method.) |
| journalLineTableId | Retrieves the table ID for a journal line table. (Overrides the journalLineTableId Method.) |
| ledgerVoucherObjectDocument | Retrieves the document values from a LedgervoucherObject object. (Overrides the ledgerVoucherObjectDocument Method.) |
| ledgerVoucherObjectSetParms | Sets parameters on the LedgerVoucherObject object. (Inherited from FormletterJournalPost.) |
| lineAmountExclTaxInventoryPosted | Retrieves the line amount excluded tax for a quantity that is updated in the inventory. |
| lineAmountInventoryPosted | Retrieves the line amount for a quantity that is updated in the inventory. |
| lineDiscountAmount | Gets or sets a line discount amount. (Overrides the lineDiscountAmount Method.) |
| markupOnJourSourceQuery | Builds a query to find the miscellaneous charges on the header level. |
| moveSpecTrans_RU | Moves the selected specification to a different source record. |
| mustCreateScrapOnInventory | Indicates whether to create scrap on inventory. |
| new | Initializes a new instance of the FormletterJournalPost class. (Inherited from FormletterJournalPost.) |
| nextFormletterJournalTrans | Selects the next journal line. (Inherited from FormletterJournalPost.) |
| 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.) |
| parmChainFormletterContract | Gets or sets the ChainFormletterContract parameter. (Inherited from FormletterJournalPost.) |
| parmDocuRefRecId | Gets or sets the DocuRefRecId parameter. (Inherited from FormletterJournalPost.) |
| parmFormletter | Gets or sets the Formletter parameter. (Inherited from FormletterJournalPost.) |
| parmJournalTable | Gets or sets the JournalTable parameter. (Overrides the parmJournalTable Method.) |
| parmMCRInventTransRecid | Gets or sets the inventory transaction record ID. (Inherited from FormletterJournalPost.) |
| parmNumberOfOrders | Gets or sets the NumberOfOrders parameter. (Inherited from FormletterJournalPost.) |
| parmNumberSeq | Gets or sets the NumberSeq parameter. (Inherited from FormletterJournalPost.) |
| parmPackedLineIdSet | Gets or sets the PackedLineIdSet parameter. (Inherited from FormletterJournalPost.) |
| parmParmTable | Gets or sets the ParmTable parameter. (Overrides the parmParmTable Method.) |
| parmPostingInBatch | Gets or sets the PostingInBatch parameter. (Inherited from FormletterJournalPost.) |
| parmPrintFormLetter | Gets or sets the PrintFormLetter parameter. (Inherited from FormletterJournalPost.) |
| parmPrintout | Gets or sets the Printout parameter. (Inherited from FormletterJournalPost.) |
| parmProforma | Gets or sets the Proforma parameter. (Inherited from FormletterJournalPost.) |
| parmProjProposalJour | Gets or sets the ProjProposalJour parameter. (Inherited from FormletterJournalPost.) |
| parmReduceOnHand | Gets or sets the ReduceOnHand parameter. (Inherited from FormletterJournalPost.) |
| parmSendByMail_MX | Gets or sets the sendByEmail parameter. (Inherited from FormletterJournalPost.) |
| parmShipmentId | Gets or sets the ShipmentId parameter. (Inherited from FormletterJournalPost.) |
| parmSpecQty | Gets or sets the SpecQty parameter. (Inherited from FormletterJournalPost.) |
| parmStorno | Gets or sets the Storno parameter. (Inherited from FormletterJournalPost.) |
| parmSumBy | Gets or sets the SumBy parameter. (Inherited from FormletterJournalPost.) |
| parmSumOrderId | Gets or sets the SumOrderId parameter. (Inherited from FormletterJournalPost.) |
| parmTotals | Gets or sets the Totals parameter. (Inherited from FormletterJournalPost.) |
| parmWHSLoadId | Gets or sets the WHSLoadId parameter. (Inherited from FormletterJournalPost.) |
| postAsset_RU | Performs asset posting for russian fixed assets (Inherited from FormletterJournalPost.) |
| postBalanceAsManyLedgerTransactions_RU | Returns true if balance should be posted as many ledger transactions. (Inherited from FormletterJournalPost.) |
| postCustVend | Performs the customer related postings. (Overrides the postCustVend Method.) |
| postEndDiscount | Posts the end discount. (Overrides the postEndDiscount Method.) |
| postFailed | Called when the posting of a journal fails. (Inherited from FormletterJournalPost.) |
| postingSales | Retrieves a LedgerPostingType value to use to post an invoice line. |
| postInventory | Posts to inventory. (Overrides the postInventory Method.) |
| postJournalPost | Runs after posting a journal. (Inherited from FormletterJournalPost.) |
| postLine | Posts a journal line. (Overrides the postLine Method.) |
| postLineDiscount | Posts a line discount. (Inherited from FormletterJournalPost.) |
| postMarkupLine | Posts the markup for the current journal line. (Inherited from FormletterJournalPost.) |
| postMarkupLineBeforeInventory | Determines whether markup for a line should be posted before making inventory updates. (Inherited from FormletterJournalPost.) |
| postMarkupOnJour | Posts the markup for the invoice journal header for the specified source record. |
| postMarkupOnTrans | Posts the markup for the selected journal lines. (Overrides the postMarkupOnTrans Method.) |
| postMarkupTable | Posts the markup for a journal header. (Overrides the postMarkupTable Method.) |
| postNotStocked | Performs the posting routines for the not stocked journal lines. (Overrides the postNotStocked Method.) |
| postRoundOff | Posts roundings. (Inherited from FormletterJournalPost.) |
| postTax | Performs tax postings. (Inherited from FormletterJournalPost.) |
| postTaxesBeforeSourceDocument | Determines whether taxes should be posted prior to source document journalization. (Inherited from FormletterJournalPost.) |
| postTaxOnProforma | Indicates whether the tax should be considered when a pro forma journal is posted. (Overrides the postTaxOnProforma Method.) |
| postTaxOnUpdate | Indicates whether the tax should be posted on update. (Overrides the postTaxOnUpdate Method.) |
| postToCustomsExpenseAccount_IN | Method overrides in the child classes. (Inherited from FormletterJournalPost.) |
| preJournalLine_BR | |
| processSourceDocument | Processes the source document. (Inherited from FormletterJournalPost.) |
| projLedger | Retrieves a ProjLedger object. (Overrides the projLedger Method.) |
| recalcTotals | Recalculates the totals. (Inherited from FormletterJournalPost.) |
| requirePostCustVendAfterLedgerVoucherEnd | Determines whether automatic settlement for AP/AR should be posted after ledger voucher is posted (Inherited from FormletterJournalPost.) |
| roundingOffSign | Gets a rounding sign. (Overrides the roundingOffSign Method.) |
| run | Posts a journal. (Overrides the run Method.) |
| salesInvoicePostNotStocked | Creates an instance of the SalesInvoicePostNotStocked class. |
| selectFormletterJournalTrans | Selects a journal line. (Inherited from FormletterJournalPost.) |
| setLedgerVoucher | Sets the LedgerVoucher object. (Inherited from FormletterJournalPost.) |
| setNotStockedVariables | Sets a SalesInvoiceJournalPost object to a SalesInvoicePostNotStocked object. |
| setNumAndVoucher | Sets journal and voucher number. (Inherited from FormletterJournalPost.) |
| setRecalcTotals | Sets the internal value that indicates whether total recalculation is needed. (Inherited from FormletterJournalPost.) |
| setRevenueAmount_BR | Sets the revenue amount for the sales invoice journal. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| shouldCopyMultipleDocuRef | Determines whether attachments should be copied from multiple source documents. (Inherited from FormletterJournalPost.) |
| shouldPostMarkupTable | Gets a value indicating whether miscellaneous charges for sales order should be posted. (Inherited from FormletterJournalPost.) |
| skipCreditMaxCheck | Determines whether a credit max validation should be skipped. (Inherited from FormletterJournalPost.) |
| sourceAmountMarkupOnJour | Calculates the miscellaneous charges amount for a Common record. |
| sourceDocumentLine | Gets the record ID for the associated source document line. |
| sourceLine | Gets the source line record for the current journal line. (Inherited from FormletterJournalPost.) |
| sourceLineQuantity | Retrieves the UnitQty value for a source line that is being invoiced. |
| sourceLineSalesUnit | Retrieves the unit of measure for a source line. |
| sourceMarkupOnTrans | Retrieves the source record to post the miscellaneous charges on the line level. |
| sourceTable | Gets the source header record for the journal header. (Inherited from FormletterJournalPost.) |
| startLines | Starts the posting of all journal lines. (Inherited from FormletterJournalPost.) |
| tableIdSourceMarkupJour | Retrieves the table ID for a table that is used to find the miscellaneous charges on the header level. |
| tax | Sets and gets the Tax object. (Inherited from FormletterJournalPost.) |
| tax1099 | Performs tax 1099 postings. (Inherited from FormletterJournalPost.) |
| taxWithholdCalculation_IN | Sets tax withhold calculation. (Inherited from FormletterJournalPost.) |
| tmpLineValue_RU | Determines a temporary line amount. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| totalAmount | Retrieves the total amount for a sales invoice that is being posted. |
| totalQty_RU | Determines the total inventory quantity for the sales invoice that is being posted. |
| tradeCalcTax | Gets an instance of the TradeCalcTax class. (Inherited from FormletterJournalPost.) |
| transactionLogTxt | Retrieves an instance of the TransTxt class. (Overrides the transactionLogTxt Method.) |
| transactionLogType | Retrieves a transaction log type. (Overrides the transactionLogType Method.) |
| updateAdvanceInvoiceSettlement_W | Updates the advance invoice marked to settle. (Inherited from FormletterJournalPost.) |
| updateCrossdocking | Updates cross docking information. (Inherited from FormletterJournalPost.) |
| updateDate | Retrieves a transaction date. (Overrides the updateDate Method.) |
| updateInventory | Updates the inventory ledger. |
| updateJournalLine | Updates a journal line. (Overrides the updateJournalLine Method.) |
| updateJournalTable | Updates a journal header. (Overrides the updateJournalTable Method.) |
| updateLineValues | Calculates the line value variables that are based on a quantity that the inventory has posted. |
| updateNonPostedParmLines | Updates the records in the SalesParmLine table that have not yet been processed. |
| updateSalesParmLineReducedQuantity | Updates the quantities in a SalesParmLine record if the inventory has reduced the delivered quantity to on-hand. |
| updateSourceLine | Updates the source line for the current journal line. (Inherited from FormletterJournalPost.) |
| updateSourceLineBeforePosting | Updates the source line before the posting starts. (Inherited from FormletterJournalPost.) |
| updateSourceTable | Updates the source table for the journal header. (Inherited from FormletterJournalPost.) |
| updateTransactTxtForLedgerVoucherObject | Updates the transaction text. (Inherited from FormletterJournalPost.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| useBillOfLading | Indicates whether to use the bill of lading when an invoice is posted. |
| useInventOwnerIdRange_RU | Determines whether the specified inventory owner should be used in the transaction. |
| vatRegData_W | Initializes container of VAT related data. (Inherited from FormletterJournalPost.) |
| wait | Pauses a process. (Inherited from Object.) |
| writeTaxAmount_W | Writes tax amount. (Inherited from FormletterJournalPost.) |
| writeTmpTaxWorkTrans | Inserts records into the TmpTaxWorkTrans table. (Inherited from FormletterJournalPost.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Object Class
FormletterJournalPost Class
SalesInvoiceJournalPostBase Class
SalesInvoiceJournalPost Class
FormletterJournalPost Class
SalesInvoiceJournalPostBase Class
SalesInvoiceJournalPost Class
Community Additions
ADD
Show: