RetailConcessionContractCreateInvoice.createLeaseSalesLine Method [AX 2012]
Inserts a record in the SalesLine table and creates a document reference.
Syntax
public void createLeaseSalesLine(
Amount Amount,
ItemId _ItemId,
DimensionDefault _defaultDimension,
Notes DocuRefNotes,
boolean Commission,
[Amount _MinLeaseAmount,
Notes LoweredCommissionNotes])
Run On
Client
Parameters
- Amount
Type: Amount Extended Data Type
A value for the amount.
- _ItemId
Type: ItemId Extended Data Type
A unique number for the item.
- _defaultDimension
Type: DimensionDefault Extended Data Type
The dimension of the store.
- DocuRefNotes
Type: Notes Extended Data Type
A comment about the record.
- Commission
Type: boolean
A Boolean value that indicates whether to use commission.
- _MinLeaseAmount
Type: Amount Extended Data Type
A value for the minimum lease amount.
- LoweredCommissionNotes
Type: Notes Extended Data Type
A comment about the commission.