Share via


PSAProjPostEmplIndirectSalesAccrued Class [AX 2012]

The PSAProjPostEmplIndirectSalesAccrued class handles the reversal of entry for accrued revenue posting for indirect cost when an invoice is posted.

Syntax

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 PSAProjPostEmplIndirectSalesAccrued extends PSAProjPostEmplIndirect

  Microsoft Dynamics AX 2012 R2 (SYS)
          class PSAProjPostEmplIndirectSalesAccrued extends ProjPost

Run On

Server

Methods

  Method Description
JJ829951.protmethod(en-us,AX.60).gif adjustmentLedgerSalesAmount (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif budgetUpdate Updates the budget amount. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ829951.pubmethod(en-us,AX.60).gif checkEnterAccruedCredit Determines whether the posting should have an accrued credit amount. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif checkEnterAccruedDebit Determines whether the posting should have an accrued debit amount. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif checkEnterCostValue Checks whether the posting requires posting to a cost account and whether a non-zero value has been entered. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif checkEnterNeverLedger Checks the project ledger status field for costs to determine whether costs are posted to general ledgers. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif checkEnterNoneLedger Checks to determine whether there should be a ledger posting of costs. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif checkEnterOnAcc Returns whether the transaction requires the entry of accrued on-account values. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif checkEnterOnAccCredit Determines whether the posting should have a credit amount for the on-account account. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif checkEnterOnAccDebit Determines whether the posting should have a debit amount for the on-account account. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif checkEnterSalesAccrued Checks whether the accrued sales amount has been entered and is expected to be posted. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif checkEnterTurnover Checks whether revenue should be posted for the transaction. (Overrides the checkEnterTurnover Method.)
JJ829951.protmethod(en-us,AX.60).gif checkLedger Checks whether the transaction should be posted to the general ledgers. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif checkLedgerStatusOrig Check whether the ledger posting status is set not to post. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif checkLedgerTransDate Checks that the transaction has a valid date. Then, verifies that a posting period has been set up for the date and that the period is open for posting. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif checkQtyNegative Determines whether the transaction should check for negative quantity values. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif checkReverseCommittedCost (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif checkTrans Checks to make sure that the mandatory transaction fields contain values. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif checkUpdateBudget Checks if a budget update is required. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif checkUpdateForecast (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif committedCostReverse (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif costEnterCredit Determines whether the posting should have a credit amount for the cost account. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif costEnterDebit Determines whether the posting should have a debit amount for the cost account. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif costValueCUR Returns the cost amount for the transaction. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif createCostSalesDistributions (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif createFundingAllocationListBasedOnTrx Defines the internal funding allocation map based on an existing transaction. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif creditAccountCostValueLedgerDimension Returns the ledger dimension for posting the credit side of transactions for costs. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif creditAccountOnAccLedgerDimension Returns the ledger dimension for posting the credit side of transactions for on-account accounts. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif creditAccountSalesAccruedLedgerDimension Returns the ledger dimension that is used for posting accrued sales amounts. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif creditAccountTurnoverLedgerDimension Returns the ledger dimension that is used for posting revenue amounts. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif currencyIdCost Returns the country identifier for computing taxes on transaction costs. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif currencyIdSales Returns the country code for computing taxes on sales transactions. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif debitAccountCostValueLedgerDimension Returns the ledger dimension that is used for the debit side of a posting transaction for costs. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif debitAccountOnAccLedgerDimension Returns the ledger dimension that is used for the debit side of posting an on-account transaction. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif debitAccountSalesAccruedLedgerDimension Returns the ledger dimension that is used for the debit side of a posting transaction for sales-accrued revenue. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif defaultDimension Retrieves the dimension value from the projTrans instance variable. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ829951.pubmethod(en-us,AX.60).gif exchRate Retrieve the exchange rate to use to compute amounts in the default currency. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif exchRateSales Retrieves the exchange rate to use for a sales amount posting. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif exchRateSecondary (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif exchRateSecondarySales Returns the secondary exchange rate to use in posting sales amounts.This value is used when triangulation is required to determine the default currency amount. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif exchRateSecondaryTurnover (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif exchRateTurnover (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif forecastUpdate (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif getbudgetAdjustmentType Obtains the adjustment type of budget. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif getInvoiceLedgerList (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif getRefTransId Obtains the reference transaction ID that is associated with the project transaction. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ829951.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ829951.protmethod(en-us,AX.60).gif indirectCreditAccountSalesAccrued (Inherited from PSAProjPostEmplIndirect.)
JJ829951.protmethod(en-us,AX.60).gif indirectDebitAccountSalesAccrued (Inherited from PSAProjPostEmplIndirect.)
JJ829951.protmethod(en-us,AX.60).gif initSalesLine (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif initUpdate (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif investmentElimination Returns the investment elimination value. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif isTransCorrection Indicates whether the project transaction should be posted as correction or not. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif ledgerCostAmountMST Gets or sets the value of LedgerCostAmountMST, which represents the amount in the default currency. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif ledgerIndirectAmount (Inherited from PSAProjPostEmplIndirect.)
JJ829951.pubmethod(en-us,AX.60).gif ledgerSalesAmount Returns the sales account to be posted to the general ledger. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif ledgerTransActionsCreate Validates the transaction and then posts the transaction to the ledger. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif new Returns a new instance of ProjPost. (Overrides the new Method.)
JJ829951.pubmethod(en-us,AX.60).gif newTrans (Inherited from ProjPost.)
JJ829951.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.)
JJ829951.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.)
JJ829951.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ829951.protmethod(en-us,AX.60).gif oneVoucher Indicates whether one voucher was created for the journal. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ829951.pubmethod(en-us,AX.60).gif parmAdjRefTransId Gets or sets the AdjRefTransId parameter. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif parmAdjustBuffer Gets or sets the AdjustBuffer parameter. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif parmadjustBufferCost Gets or sets the adjustBufferCost parameter. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif parmadjustBufferSale Gets or sets the adjustBufferSale parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmAdjustCorrection Gets or sets the AdjustCorrection parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmAdjustment Gets or sets the Adjustment parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmAdjustmentDate Gets or sets the AdjustmentDate parameter. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif parmAdjustmentLedgerSalesAmount Gets or sets the AdjustmentLedgerSalesAmount parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmAdjustRefId Gets or sets the AdjustRefId parameter. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif parmcheckCreditNoteItem Gets or sets the checkCreditNoteItem parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmCommittedCostReverse Gets or sets the CommittedCostReverse parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmCostUseOrig Gets or sets the CostUseOrig parameter. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif parmCreateTrans Gets or sets the CreateTrans parameter. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif parmElimination Gets or sets the Elimination parameter. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif parmEnterAccruedOnAcc Gets or sets the EnterAccruedOnAcc parameter. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif parmEnterCost Gets or sets the EnterCost parameter. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif parmEnterSalesAccrued Gets or sets the EnterSalesAccrued parameter. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif parmEnterTurnover Gets or sets the EnterTurnover parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmFundingSourceList Gets or sets the FundingSourceList parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmIntercompanyDueToCompany Gets or sets the IntercompanyDueToCompany parameter. (Inherited from PSAProjPostEmplIndirect.)
JJ829951.pubmethod(en-us,AX.60).gif parmInventTransId Gets or sets the InventTransId parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmIsCreditNote Gets or sets the IsCreditNote parameter. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif parmIsDimensionUptake Gets or sets the IsDimensionUptake parameter. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif parmLedgerDimension Gets or sets the value of a ledger dimension. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmLedgerOrigin Gets or sets the LedgerOrigin parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmLedgerStatusCost Gets or sets the LedgerStatusCost parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmLedgerVoucher Gets or sets the LedgerVoucher parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmloadOnInventoryAmount_IN Gets or sets the loadOnInventoryAmount_IN parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmNotEnterNeverLedger Gets or sets the NotEnterNeverLedger parameter. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif parmNotEnterNoneLedger Gets or sets the NotEnterNoneLedger parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmNotForecastReduction Gets or sets the NotForecastReduction parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmOriginCost Gets or sets the OriginCost parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmPeriodWIP Gets or sets the PeriodWIP parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmPostToGeneralLedger Gets or sets the PostToGeneralLedger parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmProjItemTransCostType Gets or sets the ProjItemTransCostType parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmProjProposalJour Gets or sets the ProjProposalJour parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmProjTrans Gets or sets the ProjTrans parameter. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif parmReverseAccrued Gets or sets the ReverseAccrued parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmSaleRefRecId Gets or sets the SaleRefRecId parameter. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif parmSalesAmountMST Gets or sets the SalesAmountMST parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmSalesLine Gets or sets the SalesLine parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmSalesQty Gets or sets the SalesQty parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmsalesUseOrig Gets or sets the salesUseOrig parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmSkipCheckLedgerTransDate Gets or sets the SkipCheckLedgerTransDate parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmSplitTransQtyCon Gets or sets the SplitTransQtyCon parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmsuppressBudgetMessages Gets or sets the suppressBudgetMessages parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmTax_RU Gets or sets the Tax_RU parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmTaxAmountCur Gets or sets the TaxAmountCur parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmTaxInformation_IN Gets or sets the value of TaxInformationRecId. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmTaxParentReferenceRecId Gets or sets the TaxParentReferenceRecId parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmTaxParentReferenceTableId Gets or sets the TaxParentReferenceTableId parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmTransactionOrigin Gets or sets the TransactionOrigin parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmTransactionOriginOrig Gets or sets the TransactionOriginOrig parameter. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif parmTransIdCost Gets or sets the TransIdCost parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmTransIdNew Gets the TransIdNew parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmTransIdOrig Gets or sets the TransIdOrig parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmTransIdRef Gets or sets the TransIdRef parameter. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif parmTransIdSales Gets or sets the TransIdSales parameter. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif parmTransStatus Gets or sets the TransStatus parameter. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif parmUpdateTrans Gets or sets the UpdateTrans parameter. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif parmUseTransCurrReverseAccrued Gets or sets the UseTransCurrReverseAccrued parameter. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif postCost Handles the ledger journal entries for posting to cost accounts. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif postingType Gets or sets the value of PostingType. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif postingTypeCost Returns the ledger posting type that is associated with posting project costs based on the current project ledger status. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif postingTypeOffsetCost Returns the ledger posting type for project offset cost posting based on the current ledger status of the project. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif postingTypeOffsetOnAcc Returns the enumeration value LedgerPostingType::ProjWIPInvoicedOnAccount. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif postingTypeOffsetTurnoverAccrued Returns the enumeration value LedgerPostingType::ProjSalesvalueOffset. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif postingTypeOnAcc Returns the enumeration value LedgerPostingType::ProjAccruedRevenueOnAccount. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif postingTypeRetainage (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif postingTypeTurnover Returns the enumeration value LedgerPostingType::ProjTurnover. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif postingTypeTurnoverAccrued Returns the enumeration value LedgerPostingType::ProjSalesValue. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif postNeverLedger Handles the posting of ledger journal entries when the ledger posting type is equal to the enumeration value LedgerPostingType::ProjNeverLedger. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif postNoneLedger Handles the posting of ledger journal entries when the ledger posting type is equal to the enumeration value LedgerPostingType::ProjNoneLedger. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif postOnAccAccrued Handles the ledger journal entries for posting to on-account accrued revenue accounts. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif postTrans Handles the creating and posting of ledger journal entries for the transaction. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif postTurnover Handles the ledger journal entries for posting to sales accounts. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif postTurnoverAccrued Handles the ledger journal entries for posting to revenue accrued accounts. (Inherited from PSAProjPostEmplIndirect.)
JJ829951.pubmethod(en-us,AX.60).gif projTransCreate Allows for extensibility in creating a transaction posting. The method contains no code. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif projTransUpdate Allows for extensibility in creating a transaction posting. The method contains no code. (Inherited from ProjPost.)
JJ829951.protmethod(en-us,AX.60).gif salesAmountMST (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif setFundingSource (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ829951.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ829951.pubmethod(en-us,AX.60).gif triangulation (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif triangulationSales Returns an enumeration value that specifies whether triangulation is required for computing the exchange rate. (Inherited from ProjPost.)
JJ829951.pubmethod(en-us,AX.60).gif updateProjItemTransCost (Inherited from ProjPost.)
JJ829951.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.)
JJ829951.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ829951.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  ProjPost Class
    PSAProjPostEmplIndirect Class
      PSAProjPostEmplIndirectSalesAccrued Class