ProjInvoiceProposalTransUpdate::updateTransSalesAmount Method [AX 2012]

Updates Proposal Summary/Transaction header/Transaction details tables for this transaction id.

client server public static void updateTransSalesAmount(
    ProjTransType _projTransType, 
    ProjProposalId _projProposalId, 
    TransactionID _transId, 
    ProjFundingSourceRefId _projFundingSource, 
    AmountCur _newSalesPrice, 
    AmountCur _origSalesPrice, 
    AmountCur _totalLineAmount)

Run On

Called

Parameters

_projTransType
Type: ProjTransType Enumeration
Project Transaction type.
_projProposalId
Type: ProjProposalId Extended Data Type
Proposal Id.
_transId
Type: TransactionID Extended Data Type
Transaction id.
_projFundingSource
Type: ProjFundingSourceRefId Extended Data Type
Contract funding source.
_newSalesPrice
Type: AmountCur Extended Data Type
New sales price.
_origSalesPrice
Type: AmountCur Extended Data Type
Original sales price
_totalLineAmount
Type: AmountCur Extended Data Type
New line amount.

Updates Proposal Summary/Transaction header/Transaction details tables for this transaction id.

Show: