TrvExpTableSourceDocument Class [AX 2012]
The TrvExpTableSourceDocument class provides the information to handle the distributions and sub-ledger journal lines of a TrvExpTable record that is generated from a travel expense report.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
class TrvExpTableSourceDocument extends SourceDocument implements SourceDocumentIDataProvider
Microsoft Dynamics AX 2012 R2 (SYS)
class TrvExpTableSourceDocument extends SourceDocument
Microsoft Dynamics AX 2012 Feature Pack (SYS)
class TrvExpTableSourceDocument extends SourceDocument
Microsoft Dynamics AX 2012 (FPK)
class TrvExpTableSourceDocument extends SourceDocument
Microsoft Dynamics AX 2012 (SYS)
class TrvExpTableSourceDocument extends SourceDocument
Run On
Server| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createSourceDocumentLineRelieving | Creates source document lines to relieve upstream document postings. (Inherited from SourceDocument.) |
| documentsBusinessEvent | Gets the documented business event. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initialize | Initializes instance variables in the current instance of the SourceDocument class. (Inherited from SourceDocument.) |
| initializeDocumentGraph | Initializes the document graph that sequences parent and child SourceDoucmentLine records and their associated maps. (Inherited from SourceDocument.) |
| initializeImplementation | Initializes the instance variables. (Overrides the initializeImplementation Method.) |
| initSourceDocumentAmountList | Initializes the document graph for distributing. (Inherited from SourceDocument.) |
| initSourceDocumentLineItemAccDistList | Initializes the document graph for distributing. (Inherited from SourceDocument.) |
| new | Initializes a new instance of the SourceDocument class. (Inherited from SourceDocument.) |
| 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.) |
| parmAccountingDate | Gets the AccountingDate parameter. (Overrides the parmAccountingDate Method.) |
| parmBusinessEventDate | Gets the BusinessEventDate parameter. (Overrides the parmBusinessEventDate Method.) |
| parmCompletedSourceRelationType | Gets the table ID that owns the source document after completion or posting. (Inherited from SourceDocument.) |
| parmCurrentVoucher | Gets or sets the CurrentVoucher parameter. (Overrides the parmCurrentVoucher Method.) |
| parmDefaultDimension | Gets the DefaultDimension parameter. |
| parmDiscountIncludesTax | Gets the DiscountIncludesTax parameter. |
| parmDistributionTemplateRecId | Gets the DistributionTemplateRecId parameter. |
| parmDocumentDate | Gets the DocumentDate parameter. (Overrides the parmDocumentDate Method.) |
| parmDocumentNumber | Gets the DocumentNumber parameter. (Overrides the parmDocumentNumber Method.) |
| parmHonorDocumentHeaderEditable | This method returns whether this implementation of SourceDocument is honoring the method parmIsDocumentEditable.This is used by the AccountingDistributionViewModel when setting the reset button on the AccountingDistribution form. (Inherited from SourceDocument.) |
| parmIsCorrection | Gets the IsCorrection parameter. (Inherited from SourceDocument.) |
| parmIsDocumentEditable | Gets the IsDocumentEditable parameter. (Overrides the parmIsDocumentEditable Method.) |
| parmIsStornoForReversal_RU | Gets the IsStornoForReversal_RU parameter. (Inherited from SourceDocument.) |
| parmLabel | Gets or sets the Label parameter. (Inherited from SourceDocument.) |
| parmPseudoDocumentNumber | Gets the pseudo document number if the real document number does not exist yet. (Inherited from SourceDocument.) |
| parmReferenceDocumentNumber | Gets the ReferenceDocumentNumber parameter. |
| parmReferenceSourceDocument | Gets the ReferenceSourceDocument parameter. (Inherited from SourceDocument.) |
| parmSingularLabel | Gets or sets the SingularLabel parameter. (Inherited from SourceDocument.) |
| parmSingularLabelId | Gets the label ID for the singular label of the implementation table. (Inherited from SourceDocument.) |
| parmSkipAccountValidation | Gets the SkipAccountValidation parameter. (Inherited from SourceDocument.) |
| parmSourceDocumentAmountList | Gets the SourceDocumentAmountList parameter. (Inherited from SourceDocument.) |
| parmSourceDocumentHeader | Gets the SourceDocumentHeader parameter. (Inherited from SourceDocument.) |
| parmSourceDocumentLineItemAccDistList | Gets the SourceDocumentLineItemAccDistList parameter. (Inherited from SourceDocument.) |
| parmSourceDocumentType | Gets the SourceDocumentType parameter. (Inherited from SourceDocument.) |
| parmTransactionText | Gets the TransactionText parameter. (Inherited from SourceDocument.) |
| 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.) |
| traverseDocumentGraph | Traverses SourceDocumentLine records by iterating associated child maps and populating a SourceDocumentLineItemList object. (Inherited from SourceDocument.) |
| 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.) |
| ::getTransactionTxt | Generates transaction text to use when generating TrvExpTrans records from a given expense transaction. |
Community Additions
ADD
Show:
Note