Share via


RetailConsessionContract.prepareContractCommissionCalc Method [AX 2012]

Validates the concession and updates the sales amount in RetailTransactionSalesTrans table.

Syntax

public boolean prepareContractCommissionCalc(RetailTmpConcessionContractSales TmpConcessionContractSales)

Run On

Server

Parameters

Return Value

Type: boolean
Always returns true.

Remarks

This method inserts a record in the RetailTransactionSalesTrans table.

See Also

Reference

RetailConsessionContract Class