SalesConfirmJournalCreate Class [AX 2012]

Syntax

class SalesConfirmJournalCreate extends FormletterJournalCreate

Run On

Server

Methods

  Method Description
Gg778818.protmethod(en-us,AX.60).gif allocateNumAndVoucher Allocates a journal and voucher number from the corresponding number sequences. (Inherited from FormletterJournalCreate.)
Gg778818.protmethod(en-us,AX.60).gif calcLine
Gg778818.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg778818.protmethod(en-us,AX.60).gif check Determines whether the journal can be created. (Inherited from FormletterJournalCreate.)
Gg778818.protmethod(en-us,AX.60).gif checkContainsNonExistingSalesOrder Checks to determine whether there are any SalesParmLine records that relate to nonexistent sales orders.
Gg778818.protmethod(en-us,AX.60).gif checkDiscardLine Indicates whether the specified sales update line should be discarded. (Overrides the checkDiscardLine Method.)
Gg778818.protmethod(en-us,AX.60).gif checkDuplicateNum_W Checks whether a duplicate invoice number exists. (Inherited from FormletterJournalCreate.)
Gg778818.protmethod(en-us,AX.60).gif checkNoThrow Determines whether a journal should be created. (Inherited from FormletterJournalCreate.)
Gg778818.protmethod(en-us,AX.60).gif checkVATTaxAgentChargeType_RU Checks whether the VAT tax agent charge source is correct. (Inherited from FormletterJournalCreate.)
Gg778818.protmethod(en-us,AX.60).gif createAgreementLinks Creates the links between the journal lines and the agreement lines. (Inherited from FormletterJournalCreate.)
Gg778818.protmethod(en-us,AX.60).gif createDiscardedJournalLine Handles discarded journal line. (Inherited from FormletterJournalCreate.)
Gg778818.protmethod(en-us,AX.60).gif createFailed Called when the journal creation failed. (Inherited from FormletterJournalCreate.)
Gg778818.protmethod(en-us,AX.60).gif createJournalHeader Creates the journal header when the sales order, the purchase order, or the request for a quote is updated. (Overrides the createJournalHeader Method.)
Gg778818.protmethod(en-us,AX.60).gif createJournalLine Creates a journal line for the specified sales line. (Overrides the createJournalLine Method.)
Gg778818.protmethod(en-us,AX.60).gif createJournalLines Creates the journal lines when updating the sales order, the purchase order, or the request for quotation. (Inherited from FormletterJournalCreate.)
Gg778818.protmethod(en-us,AX.60).gif createJournalLink Creates a journal link for the specified sales line. (Overrides the createJournalLink Method.)
Gg778818.protmethod(en-us,AX.60).gif endCreate Executes when the journal creation is completed. (Overrides the endCreate Method.)
Gg778818.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg778818.protmethod(en-us,AX.60).gif fieldIdParmLine_OrigOrderId Gets the field ID for the field that contains the original order ID in the posting parameter line table. (Inherited from FormletterJournalCreate.)
Gg778818.protmethod(en-us,AX.60).gif fieldIdParmTable_OrderId Gets the field ID for the field that contains the order ID in the posting parameter header table. (Inherited from FormletterJournalCreate.)
Gg778818.protmethod(en-us,AX.60).gif formletterType Determines the form letter type. (Overrides the formletterType Method.)
Gg778818.pubmethod(en-us,AX.60).gif getJournal Gets the current journal header. (Overrides the getJournal Method.)
Gg778818.pubmethod(en-us,AX.60).gif getJournalLines Gets a list that contains every created journal line. (Inherited from FormletterJournalCreate.)
Gg778818.protmethod(en-us,AX.60).gif getJournalNumber Gets the number of the journal. (Inherited from FormletterJournalCreate.)
Gg778818.protmethod(en-us,AX.60).gif getLineNum Gets the current journal line number. (Inherited from FormletterJournalCreate.)
Gg778818.protmethod(en-us,AX.60).gif getNumAndVoucher Gets a journal and a voucher number. (Inherited from FormletterJournalCreate.)
Gg778818.pubmethod(en-us,AX.60).gif getNumberSeq Gets a NumberSeq object. (Inherited from FormletterJournalCreate.)
Gg778818.pubmethod(en-us,AX.60).gif getOrigOrderIdSet Gets a packed version of a Set object that has all original order IDs for the journal. (Inherited from FormletterJournalCreate.)
Gg778818.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg778818.pubmethod(en-us,AX.60).gif getTotals Gets the total object. (Inherited from FormletterJournalCreate.)
Gg778818.protmethod(en-us,AX.60).gif getVoucher Gets a voucher number. (Inherited from FormletterJournalCreate.)
Gg778818.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg778818.protmethod(en-us,AX.60).gif init Initializes the SalesConfirmJournalCreate class. (Overrides the init Method.)
Gg778818.protmethod(en-us,AX.60).gif initFormletterProvider Initializes the FormletterProvider object. (Inherited from FormletterJournalCreate.)
Gg778818.protmethod(en-us,AX.60).gif initJournalHeader Initializes the journal header record. (Overrides the initJournalHeader Method.)
Gg778818.protmethod(en-us,AX.60).gif initLoopLines Initializes the iteration over journal lines. (Inherited from FormletterJournalCreate.)
Gg778818.protmethod(en-us,AX.60).gif initRecordList Initializes the record lists. (Inherited from FormletterJournalCreate.)
Gg778818.protmethod(en-us,AX.60).gif initSourceTable Initializes the source table record. (Overrides the initSourceTable Method.)
Gg778818.protmethod(en-us,AX.60).gif initTotals Initializes the total calculation. (Overrides the initTotals Method.)
Gg778818.protmethod(en-us,AX.60).gif insertJournalLine Inserts a record in the journal line table. (Inherited from FormletterJournalCreate.)
Gg778818.protmethod(en-us,AX.60).gif insertJournalLink Inserts a record in the journal link table. (Inherited from FormletterJournalCreate.)
Gg778818.protmethod(en-us,AX.60).gif insertRecordList Inserts records in the record lists into the database. (Overrides the insertRecordList Method.)
Gg778818.protmethod(en-us,AX.60).gif isJournalCreated Determines whether the journal was created. (Inherited from FormletterJournalCreate.)
Gg778818.protmethod(en-us,AX.60).gif journalLineCorrLinksTableId_RU Gets the table ID for the journal line table correction links. (Inherited from FormletterJournalCreate.)
Gg778818.protmethod(en-us,AX.60).gif journalLineTableId Gets the table ID for the journal line table. (Overrides the journalLineTableId Method.)
Gg778818.protmethod(en-us,AX.60).gif linesExists Indicates whether lines occur in the order line parameter table. (Inherited from FormletterJournalCreate.)
Gg778818.protmethod(en-us,AX.60).gif linksTableId Gets the table ID for the journal link table. (Overrides the linksTableId Method.)
Gg778818.protmethod(en-us,AX.60).gif new Initializes a new instance of the FormletterJournalCreate class. (Inherited from FormletterJournalCreate.)
Gg778818.protmethod(en-us,AX.60).gif noLinesForPosting Performs actions when there are no lines selected for posting. (Inherited from FormletterJournalCreate.)
Gg778818.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg778818.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg778818.protmethod(en-us,AX.60).gif numberSequenceReferenceNum Gets the NumberSequenceReference object for the journal number. (Overrides the numberSequenceReferenceNum Method.)
Gg778818.protmethod(en-us,AX.60).gif numberSequenceReferenceVoucher Gets the NumberSequenceReference object for the voucher number. (Inherited from FormletterJournalCreate.)
Gg778818.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg778818.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg778818.pubmethod(en-us,AX.60).gif parmBatchCreatedBy Gets or sets the BatchCreatedBy parameter. (Inherited from FormletterJournalCreate.)
Gg778818.pubmethod(en-us,AX.60).gif parmCustInvoicePrintoutType_RU Gets or sets the CustInvoicePrintoutType_RU parameter. (Inherited from FormletterJournalCreate.)
Gg778818.pubmethod(en-us,AX.60).gif parmDocumentStatus Gets or sets the DocumentStatus parameter. (Inherited from FormletterJournalCreate.)
Gg778818.pubmethod(en-us,AX.60).gif parmExtraPrintoutLineExists_RU Gets or sets the ExtraPrintoutLineExists_RU parameter. (Inherited from FormletterJournalCreate.)
Gg778818.pubmethod(en-us,AX.60).gif parmFiscalDocType_PL Gets or sets the FiscalDocType_PL parameter. (Inherited from FormletterJournalCreate.)
Gg778818.pubmethod(en-us,AX.60).gif parmInBatch Gets or sets the InBatch parameter. (Inherited from FormletterJournalCreate.)
Gg778818.pubmethod(en-us,AX.60).gif parmInterCompanyFormletterContract Gets or sets the InterCompanyFormletterContract parameter. (Inherited from FormletterJournalCreate.)
Gg778818.pubmethod(en-us,AX.60).gif parmInterCompanyPosted Gets or sets the InterCompanyPosted parameter. (Inherited from FormletterJournalCreate.)
Gg778818.pubmethod(en-us,AX.60).gif parmInventLocationId_PL Gets or sets the InventLocationId_PL parameter. (Inherited from FormletterJournalCreate.)
Gg778818.pubmethod(en-us,AX.60).gif parmLtDocNumberingCode Gets or sets the LtDocNumberingCode parameter. (Inherited from FormletterJournalCreate.)
Gg778818.pubmethod(en-us,AX.60).gif parmMarkupOfTypeCustVendExists_RU Gets or sets the MarkupOfTypeCustVendExists_RU parameter. (Inherited from FormletterJournalCreate.)
Gg778818.pubmethod(en-us,AX.60).gif parmMCRPickWaveReference Gets or sets the pick wave reference. (Inherited from FormletterJournalCreate.)
Gg778818.pubmethod(en-us,AX.60).gif parmParmTable Gets or sets the ParmTable parameter. (Overrides the parmParmTable Method.)
Gg778818.pubmethod(en-us,AX.60).gif parmParmUpdate Gets or sets the ParmUpdate parameter. (Overrides the parmParmUpdate Method.)
Gg778818.pubmethod(en-us,AX.60).gif parmProforma Gets or sets the Proforma parameter. (Inherited from FormletterJournalCreate.)
Gg778818.pubmethod(en-us,AX.60).gif parmRelatedJournal Gets or sets the RelatedJournal parameter. (Inherited from FormletterJournalCreate.)
Gg778818.pubmethod(en-us,AX.60).gif parmShipmentId Gets or sets the ShipmentId parameter. (Inherited from FormletterJournalCreate.)
Gg778818.protmethod(en-us,AX.60).gif parmTax Gets or sets the Tax parameter. (Inherited from FormletterJournalCreate.)
Gg778818.pubmethod(en-us,AX.60).gif parmTaxWithholdCalculation_IN Gets or sets the TaxWithholdCalculation_IN parameter. (Inherited from FormletterJournalCreate.)
Gg778818.protmethod(en-us,AX.60).gif proforma Determines whether the journal is a pro forma journal. (Overrides the proforma Method.)
Gg778818.protmethod(en-us,AX.60).gif recIdSuspensionTables Gets a list of tables that should have suspended record ID generation. (Inherited from FormletterJournalCreate.)
Gg778818.protmethod(en-us,AX.60).gif recordListParmLine Gets a RecordSortedList object that contains all the posting parameter line records. (Overrides the recordListParmLine Method.)
Gg778818.protmethod(en-us,AX.60).gif removeRecIdSuspension Removes record ID suspension. (Inherited from FormletterJournalCreate.)
Gg778818.pubmethod(en-us,AX.60).gif run Creates a journal. (Inherited from FormletterJournalCreate.)
Gg778818.protmethod(en-us,AX.60).gif setDeliveryFields
Gg778818.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg778818.protmethod(en-us,AX.60).gif showPostingCanceledError Performs actions when posting is canceled. (Inherited from FormletterJournalCreate.)
Gg778818.protmethod(en-us,AX.60).gif sourceTable Gets the source table for a journal. (Overrides the sourceTable Method.)
Gg778818.protmethod(en-us,AX.60).gif suspendRecIds Suspends record ID generation. (Inherited from FormletterJournalCreate.)
Gg778818.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg778818.protmethod(en-us,AX.60).gif totals Gets the total object. (Overrides the totals Method.)
Gg778818.protmethod(en-us,AX.60).gif typeParmLine Gets the type of the posting parameter line table. (Overrides the typeParmLine Method.)
Gg778818.protmethod(en-us,AX.60).gif updateDate
Gg778818.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg778818.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg778818.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg778818.pubmethod(en-us,AX.60).gif Gg778818.static(en-us,AX.60).gif ::construct Initializes a new instance of the SalesConfirmJournalCreate class.

Top

Inheritance Hierarchy

Object Class
  FormletterJournalCreate Class
    SalesConfirmJournalCreate Class