RetailConcessionContractInvHistory.AddCostContractLine Method [AX 2012]
Updates the cost in the FSHConcessionContractInvHistLine table.
Syntax
public void AddCostContractLine(
RetailConcessionContractAreaId _areaId,
RetailConcessionContractLinesTypeId _typeId,
Amount _Amount)
Run On
Called
Parameters
- _areaId
Type: RetailConcessionContractAreaId Extended Data Type
The ID number for contract area.
- _typeId
Type: RetailConcessionContractLinesTypeId Extended Data Type
The ID number of the contract Line
- _Amount
Type: Amount Extended Data Type
The amount which is added to the cost based on the type of contract line.