ProjInvoiceProposalCreateLinesBase.doSalesLine Method [AX 2012]
Process transactions of type sales.
protected void doSalesLine(
SalesLine _salesLine,
ProjInvoiceProjId _projInvoiceProjId,
boolean _isCreate,
PSAContractLineNum _contractLineNum)
Run On
ServerParameters
- _salesLine
- Type: SalesLine Table
A record in SalesLine table.
- _projInvoiceProjId
- Type: ProjInvoiceProjId Extended Data Type
Identifier of the contract.
- _isCreate
- Type: boolean
Indicates whether a record should be inserted into proposalTransCreate buffer.
- _contractLineNum
- Type: PSAContractLineNum Extended Data Type
Identifier of the billing rule line.
Community Additions
ADD
Show: