PayrollPayStatementSourceDocument Class [AX 2012]

The PayrollPayStatementSourceDocument class provides the information to handle the distributions and subledger journal lines of a PayrollPayStatement record that is generated during a payroll run.

class PayrollPayStatementSourceDocument extends SourceDocument

Run On

Server

  MethodDescription
JJ742287.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ742287.pubmethod(en-us,AX.60).gif createSourceDocumentLineRelieving Creates source document lines to relieve upstream document postings. (Inherited from SourceDocument.)
JJ742287.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ742287.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ742287.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ742287.protmethod(en-us,AX.60).gif initialize Initializes instance variables in the current instance of the SourceDocument class. (Inherited from SourceDocument.)
JJ742287.protmethod(en-us,AX.60).gif initializeDocumentGraph Initializes the document graph that sequences parent and child SourceDoucmentLine records and their associated maps. (Inherited from SourceDocument.)
JJ742287.protmethod(en-us,AX.60).gif initializeImplementation Initializes the instance variables. (Overrides the initializeImplementation Method.)
JJ742287.protmethod(en-us,AX.60).gif initSourceDocumentAmountList Initializes the document graph for distributing. (Inherited from SourceDocument.)
JJ742287.protmethod(en-us,AX.60).gif initSourceDocumentLineItemAccDistList Initializes the document graph for distributing. (Inherited from SourceDocument.)
JJ742287.protmethod(en-us,AX.60).gif new Initializes a new instance of the SourceDocument class. (Inherited from SourceDocument.)
JJ742287.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.)
JJ742287.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.)
JJ742287.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ742287.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ742287.pubmethod(en-us,AX.60).gif parmAccountingDate Gets the AccountingDate parameter. (Inherited from SourceDocument.)
JJ742287.pubmethod(en-us,AX.60).gif parmBusinessEventDate Gets the BusinessEventDate parameter. (Inherited from SourceDocument.)
JJ742287.pubmethod(en-us,AX.60).gif parmCompletedSourceRelationType Gets the table ID that owns the source document after completion or posting. (Inherited from SourceDocument.)
JJ742287.pubmethod(en-us,AX.60).gif parmCurrentVoucher Gets or sets the CurrentVoucher parameter. (Overrides the parmCurrentVoucher Method.)
JJ742287.pubmethod(en-us,AX.60).gif parmDocumentDate Gets the DocumentDate parameter. (Overrides the parmDocumentDate Method.)
JJ742287.pubmethod(en-us,AX.60).gif parmDocumentNumber Gets the DocumentNumber parameter. (Overrides the parmDocumentNumber Method.)
JJ742287.pubmethod(en-us,AX.60).gif 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.)
JJ742287.pubmethod(en-us,AX.60).gif parmIsCorrection Gets the IsCorrection parameter. (Inherited from SourceDocument.)
JJ742287.pubmethod(en-us,AX.60).gif parmIsDocumentEditable Gets the IsDocumentEditable parameter. (Overrides the parmIsDocumentEditable Method.)
JJ742287.pubmethod(en-us,AX.60).gif parmIsStornoForReversal_RU Gets the IsStornoForReversal_RU parameter. (Inherited from SourceDocument.)
JJ742287.pubmethod(en-us,AX.60).gif parmLabel Gets or sets the Label parameter. (Inherited from SourceDocument.)
JJ742287.pubmethod(en-us,AX.60).gif parmPseudoDocumentNumber Gets the pseudo document number if the real document number does not exist yet. (Inherited from SourceDocument.)
JJ742287.pubmethod(en-us,AX.60).gif parmReferenceSourceDocument Gets the ReferenceSourceDocument parameter. (Inherited from SourceDocument.)
JJ742287.pubmethod(en-us,AX.60).gif parmSingularLabel Gets or sets the SingularLabel parameter. (Inherited from SourceDocument.)
JJ742287.pubmethod(en-us,AX.60).gif parmSingularLabelId Gets the label ID for the singular label of the implementation table. (Inherited from SourceDocument.)
JJ742287.pubmethod(en-us,AX.60).gif parmSkipAccountValidation Gets the SkipAccountValidation parameter. (Inherited from SourceDocument.)
JJ742287.pubmethod(en-us,AX.60).gif parmSourceDocumentAmountList Gets the SourceDocumentAmountList parameter. (Inherited from SourceDocument.)
JJ742287.pubmethod(en-us,AX.60).gif parmSourceDocumentHeader Gets the SourceDocumentHeader parameter. (Inherited from SourceDocument.)
JJ742287.pubmethod(en-us,AX.60).gif parmSourceDocumentLineItemAccDistList Gets the SourceDocumentLineItemAccDistList parameter. (Inherited from SourceDocument.)
JJ742287.pubmethod(en-us,AX.60).gif parmSourceDocumentType Gets the SourceDocumentType parameter. (Inherited from SourceDocument.)
JJ742287.pubmethod(en-us,AX.60).gif parmTransactionText Gets the TransactionText parameter. (Inherited from SourceDocument.)
JJ742287.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ742287.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ742287.protmethod(en-us,AX.60).gif traverseDocumentGraph Traverses SourceDocumentLine records by iterating associated child maps and populating a SourceDocumentLineItemList object. (Inherited from SourceDocument.)
JJ742287.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.)
JJ742287.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ742287.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Top

Object Class
  SourceDocument Class
    PayrollPayStatementSourceDocument Class

Community Additions

ADD
Show: