FormletterJournalCreate Class [AX 2012]
The FormletterJournalCreate class is the base class used to create journals when updating sales orders, purchase orders, and requests for quotes.
| Method | Description | |
|---|---|---|
| allocateNumAndVoucher | Allocates a journal and voucher number from the corresponding number sequences. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| check | Determines whether the journal can be created. |
| checkDiscardLine | Determines whether a journal line can be created. |
| checkDuplicateNum_W | Checks whether a duplicate invoice number exists. |
| checkNoThrow | Determines whether a journal should be created. |
| checkVATTaxAgentChargeType_RU | Checks whether the VAT tax agent charge source is correct. |
| createAgreementLinks | Creates the links between the journal lines and the agreement lines. |
| createDiscardedJournalLine | Handles discarded journal line. |
| createFailed | Called when the journal creation failed. |
| createJournal | |
| createJournalHeader | Creates the journal header when updating the sales order, the purchase order, or the request for quotation. |
| createJournalLine | Creates a journal line. |
| createJournalLines | Creates the journal lines when updating the sales order, the purchase order, or the request for quotation. |
| createJournalLink | Creates a journal link. |
| endCreate | Executes when the journal creation is completed. |
| 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. |
| fieldIdParmTable_OrderId | Gets the field ID for the field that contains the order ID in the posting parameter header table. |
| formletterType | Determines the form letter type. |
| getJournal | Gets the current journal header. |
| getJournalLines | Gets a list that contains every created journal line. |
| getJournalNumber | Gets the number of the journal. |
| getLineNum | Gets the current journal line number. |
| getNumAndVoucher | Gets a journal and a voucher number. |
| getNumberSeq | Gets a NumberSeq object. |
| getOrigOrderIdSet | Gets a packed version of a Set object that has all original order IDs for the journal. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTotals | Gets the total object. |
| getVoucher | Gets a voucher number. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Initializes the class. |
| initFormletterProvider | Initializes the FormletterProvider object. |
| initJournalHeader | Initializes the journal header record. |
| initLoopLines | Initializes the iteration over journal lines. |
| initRecordList | Initializes the record lists. |
| initSourceTable | Initializes the source table record. |
| initTotals | Initializes the total calculation. |
| insertJournalLine | Inserts a record in the journal line table. |
| insertJournalLink | Inserts a record in the journal link table. |
| insertRecordList | Inserts records in the record lists into the database. |
| isJournalCreated | Determines whether the journal was created. |
| journalLineCorrLinksTableId_RU | Gets the table ID for the journal line table correction links. |
| journalLineTableId | Gets the table ID for the journal line table. |
| linesExists | Indicates whether lines occur in the order line parameter table. |
| linksTableId | Gets the table ID for the journal link table. |
| new | Initializes a new instance of the FormletterJournalCreate class. |
| noLinesForPosting | Performs actions when there are no lines selected for posting. |
| 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.) |
| numberSequenceReferenceNum | Gets the NumberSequenceReference object for the journal number. |
| numberSequenceReferenceVoucher | Gets the NumberSequenceReference object for the voucher number. |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmBatchCreatedBy | Gets or sets the BatchCreatedBy parameter. |
| parmCustInvoicePrintoutType_RU | Gets or sets the CustInvoicePrintoutType_RU parameter. |
| parmDocumentStatus | Gets or sets the DocumentStatus parameter. |
| parmExtraPrintoutLineExists_RU | Gets or sets the ExtraPrintoutLineExists_RU parameter. |
| parmFiscalDocType_PL | Gets or sets the FiscalDocType_PL parameter. |
| parmInBatch | Gets or sets the InBatch parameter. |
| parmInterCompanyFormletterContract | Gets or sets the InterCompanyFormletterContract parameter. |
| parmInterCompanyPosted | Gets or sets the InterCompanyPosted parameter. |
| parmInventLocationId_PL | Gets or sets the InventLocationId_PL parameter. |
| parmLtDocNumberingCode | Gets or sets the LtDocNumberingCode parameter. |
| parmMarkupOfTypeCustVendExists_RU | Gets or sets the MarkupOfTypeCustVendExists_RU parameter. |
| parmMCRPickWaveReference | Gets or sets the pick wave reference. |
| parmParmTable | Gets or sets the ParmTable parameter. |
| parmParmUpdate | Gets or sets the ParmUpdate parameter. |
| parmProforma | Gets or sets the Proforma parameter. |
| parmRelatedJournal | Gets or sets the RelatedJournal parameter. |
| parmShipmentId | Gets or sets the ShipmentId parameter. |
| parmTax | Gets or sets the Tax parameter. |
| parmTaxWithholdCalculation_IN | Gets or sets the TaxWithholdCalculation_IN parameter. |
| proforma | Determines whether the journal is a pro forma journal. |
| recIdSuspensionTables | Gets a list of tables that should have suspended record ID generation. |
| recordListParmLine | Gets a RecordSortedList object that has every posting parameter line record. |
| removeRecIdSuspension | Removes record ID suspension. |
| run | Creates a journal. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| showPostingCanceledError | Performs actions when posting is canceled. |
| sourceTable | Gets the source table for the journal. |
| suspendRecIds | Suspends record ID generation. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| totals | Gets the total object. |
| typeParmLine | Gets the type of the posting parameter line table. |
| 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.) |
| ::newProjJournalCreate | Creates an instance of the FormletterJournalCreate class by using the _formletter parameter that is used to create journal and journal lines for sales orders. |
| ::newPurchJournalCreate | Creates a new instance of the FormletterJournalCreate class by using the specified form letter to create journal and journal lines for purchase orders. |
| ::newPurchRFQJournalCreate | Creates an instance of the FormletterJournalCreate class by using the _FormletterContract parameter that is used to create journal and journal lines for requests for quotation. |
| ::newSalesJournalCreate | Creates a FormletterJournalCreate class by using the formletter parameter that is used to create journal and journal lines for sales orders. |
Object Class
FormletterJournalCreate Class
FormLetterVersionableJournalCreate Class
ProjInvoiceJournalCreate Class
PurchBOEJournalCreate_IN Class
PurchInvoice4PaymJournalCreate_RU Class
PurchInvoiceJournalCreate Class
PurchPurchOrderJournalCreate Class
PurchReceiptsListJournalCreate Class
PurchRFQAcceptJournalCreate Class
PurchRFQRejectJournalCreate Class
PurchRFQReSendJournalCreate Class
PurchRFQSendJournalCreate Class
SalesConfirmJournalCreate Class
SalesInvoice4PaymJournalCreate_RU Class
SalesInvoiceJournalCreateBase Class
SalesPickingListJournalCreate Class
SalesShippingBillJournalCreate_IN Class
FormletterJournalCreate Class
FormLetterVersionableJournalCreate Class
ProjInvoiceJournalCreate Class
PurchBOEJournalCreate_IN Class
PurchInvoice4PaymJournalCreate_RU Class
PurchInvoiceJournalCreate Class
PurchPurchOrderJournalCreate Class
PurchReceiptsListJournalCreate Class
PurchRFQAcceptJournalCreate Class
PurchRFQRejectJournalCreate Class
PurchRFQReSendJournalCreate Class
PurchRFQSendJournalCreate Class
SalesConfirmJournalCreate Class
SalesInvoice4PaymJournalCreate_RU Class
SalesInvoiceJournalCreateBase Class
SalesPickingListJournalCreate Class
SalesShippingBillJournalCreate_IN Class
Community Additions
ADD
Show: