ProjInvoiceProposalRuleCreateLines Class [AX 2012]

This class is responsible for creating invoice proposal lines based billing rules.

class ProjInvoiceProposalRuleCreateLines extends ProjInvoiceProposalCreateLinesBase

Run On

Server

  MethodDescription
JJ826877.protmethod(en-us,AX.60).gif calFeeLineInvoiceAmount
JJ826877.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ826877.protmethod(en-us,AX.60).gif createProposalForOnAccTrans Creates on account transactions and invoice proposal based on Invoice proposal summary
JJ826877.privmethod(en-us,AX.60).gif createProposalForRevenueTrans Creates invoice proposal with the fee transaction that is posted based on billing rule
JJ826877.protmethod(en-us,AX.60).gif createProposalTrans Inserts a record in PSATmpProjProposalTrans table. (Inherited from ProjInvoiceProposalCreateLinesBase.)
JJ826877.pubmethod(en-us,AX.60).gif createSummary Creates summary transactions corresponding to a record in PSAContractLineItems table.
JJ826877.protmethod(en-us,AX.60).gif createSummaryForLumpSumLine
JJ826877.protmethod(en-us,AX.60).gif createSummaryForProgressLine
JJ826877.protmethod(en-us,AX.60).gif createSummaryForTAndMLine
JJ826877.protmethod(en-us,AX.60).gif createSummaryForUODLine
JJ826877.privmethod(en-us,AX.60).gif createSummaryRecord
JJ826877.pubmethod(en-us,AX.60).gif createTransactions Creates transctions corresponding to a record in PSAContractLineItems table.
JJ826877.protmethod(en-us,AX.60).gif createTransactionsForDeduction
JJ826877.protmethod(en-us,AX.60).gif createTransactionsForLumpSumLine
JJ826877.protmethod(en-us,AX.60).gif createTransactionsForProgressLine
JJ826877.protmethod(en-us,AX.60).gif createTransactionsForTAndMLine
JJ826877.pubmethod(en-us,AX.60).gif deductionAmount Returns total deduction amount for an invoice proposal. (Inherited from ProjInvoiceProposalCreateLinesBase.)
JJ826877.protmethod(en-us,AX.60).gif doCost Process transactions of type cost. (Inherited from ProjInvoiceProposalCreateLinesBase.)
JJ826877.protmethod(en-us,AX.60).gif doDeduction Process transactions of type deduction. (Inherited from ProjInvoiceProposalCreateLinesBase.)
JJ826877.protmethod(en-us,AX.60).gif doEmpl Process transactions of type hour. (Inherited from ProjInvoiceProposalCreateLinesBase.)
JJ826877.protmethod(en-us,AX.60).gif doItem Process transactions of type item. (Inherited from ProjInvoiceProposalCreateLinesBase.)
JJ826877.protmethod(en-us,AX.60).gif doOnAccount Process transactions of type on account. (Inherited from ProjInvoiceProposalCreateLinesBase.)
JJ826877.pubmethod(en-us,AX.60).gif doRevenue Creates records of type revenue. (Inherited from ProjInvoiceProposalCreateLinesBase.)
JJ826877.protmethod(en-us,AX.60).gif doSalesLine Process transactions of type sales. (Inherited from ProjInvoiceProposalCreateLinesBase.)
JJ826877.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ826877.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ826877.pubmethod(en-us,AX.60).gif getTmpProjProposalSummary Gets the records that have been created in PSATmpProjProposalSummary table.
JJ826877.pubmethod(en-us,AX.60).gif getTmpProjProposalTrans Gets the records that have been created in PSATmpProjProposalTrans table.
JJ826877.pubmethod(en-us,AX.60).gif getTmpProjProposalTransPreBill Gets the deduction records that have been created in PSATmpProjProposalTrans table.
JJ826877.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ826877.protmethod(en-us,AX.60).gif new Initializes a new instance of the ProjInvoiceProposalRuleCreateLines class.
JJ826877.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.)
JJ826877.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.)
JJ826877.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ826877.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ826877.pubmethod(en-us,AX.60).gif parmProposalCreateLinesParams Gets or sets the ProposalCreateLinesParams parameter. (Inherited from ProjInvoiceProposalCreateLinesBase.)
JJ826877.pubmethod(en-us,AX.60).gif prepareForInvoicing Prepares the selected records for invoicing. (Inherited from ProjInvoiceProposalCreateLinesBase.)
JJ826877.pubmethod(en-us,AX.60).gif run
JJ826877.pubmethod(en-us,AX.60).gif selectionChanged Records the fact that user has selected/deselected an invoice line in the create invoice proposal form. (Inherited from ProjInvoiceProposalCreateLinesBase.)
JJ826877.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ826877.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ826877.pubmethod(en-us,AX.60).gif updateContractLineNum Creates revenue records, updates contact line number. (Overrides the updateContractLineNum Method.)
JJ826877.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.)
JJ826877.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ826877.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ826877.pubmethod(en-us,AX.60).gif JJ826877.static(en-us,AX.60).gif ::construct Initializes a new instance of the ProjInvoiceProposalRuleCreateLines class.
JJ826877.pubmethod(en-us,AX.60).gif JJ826877.static(en-us,AX.60).gif ::generateFeeJournalAndPost Generate one fee journal and post the fee journal.
JJ826877.pubmethod(en-us,AX.60).gif JJ826877.static(en-us,AX.60).gif ::newStandard
Top

Object Class
  ProjInvoiceProposalCreateLinesBase Class
    ProjInvoiceProposalRuleCreateLines Class

Community Additions

ADD
Show: