FormletterProvider Class [AX 2012]
The formletterProvider class provides the caller with module specific data that can be used across multiple journals in a module.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| cashDiscountLedgerDimension | Retrieves the ledger dimension default account that is used for posting cash discount. |
| checkJournal | Validates the journal. |
| currencyCode | Retrieves the currency code. |
| custVendGroupId | Retrieves the ID of either a customer or a vendor group. |
| defaultLedgerTransactionText | Retrieves the default ledger transaction text that is used during posting. |
| detailSummary | Retrieves whatever posting mode will be used in ledger. |
| 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. |
| fixedEuroTriangulation | Retrieves the fixed euro triangulation value. |
| fixedExchRate | Retrieves the fixed exchange rate. |
| fixedExchRateSecondary | Retrieves the fixed secondary exchange rate. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isStocked | Determines whether the source line is inventoried. |
| labelPostingOrder | Retrieves the posting text for an order. |
| ledgerDimensionLineAmount | Retrieves the ledger dimension default account that is used for posting line amount. |
| ledgerTransactionTextEndDisc | Retrieves the ledger transaction text to use for posting an end discount amount. |
| ledgerTransactionTextRoundOff | Retrieves the ledger transaction text to use for posting roundings. |
| ledgerTransType | Retrieves a ledger transaction type. |
| lineAmountLedgerDimension | Returns the ledger account that is used for posting line amount. |
| lineDiscountLedgerDimension | Retrieves the LedgerDimensionDefaultAccount that is used for posting cash discount. |
| new | Initializes a new instance of the FormletterProvider class. |
| 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.) |
| parmBatchCreatedBy | Gets or sets the BatchCreatedBy parameter. |
| parmDocumentStatus | Gets or sets the DocumentStatus parameter. |
| parmInventTable | Gets or sets the InventTable parameter. |
| parmJournalTable | Gets or sets the JournalTable parameter. |
| parmParmTable | Gets or sets the ParmTable parameter. |
| parmParmUpdate | Gets or sets the ParmUpdate parameter. |
| parmSkipCreditMaxCheck | Gets or sets the SkipCreditMaxCheck parameter. |
| parmSourceLine | Gets or sets the SourceLine parameter. |
| parmSourceTable | Gets or sets the SourceTable parameter. |
| parmTotals | Gets or sets the Totals parameter. |
| parmVersioningUpdateType | Gets or sets the VersioningUpdateType parameter. |
| postingModule | Retrieves the posting module. |
| postingTypeCashDiscount | Retrieves the ledger posting type for a cash discount. |
| postingTypeEndDiscount | Returns the ledger posting type for end discount. |
| postingTypeLineAmount | Retrieves the ledger posting type for line amount. |
| postingTypeLineDiscount | Retrieves the ledger posting type for a line discount. |
| postingTypeRoundOff | Returns the ledger posting type for round off. |
| roundOffLedgerDimension | Returns the ledger account that is used for posting round off. |
| 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.) |
| ::newFormletterType | Creates an instance of the FormletterProvider class by using the formletterType parameter. |
Community Additions
ADD
Show: