ProjInvoiceProposalCreateLinesBase.createProposalTrans Method [AX 2012]
Inserts a record in PSATmpProjProposalTrans table.
protected void createProposalTrans(
ProjInvoiceProposalCreateLinesInit _createLinesInit,
boolean _isCreate,
PSAContractLineNum _contractLineNum)
Run On
ServerParameters
- _createLinesInit
- Type: ProjInvoiceProposalCreateLinesInit Class
An instance of ProjInvoiceProposalCreateLinesInit class.
- _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: