Skip to main content

BidSheetTotalCostFormulaCustomerColumn

Total cost formula column.

nameNamerequired

The name of the bid sheet column.

Possible values: <= 255 characters

typeType
Constant value: total_cost_formula
Default value: total_cost_formula
calculationCalculationrequired

Formula represented with human-readable column names.

isVisibleToSupplierIsvisibletosupplier
Constant value: true
Default value: true
BidSheetTotalCostFormulaCustomerColumn
{
"calculation": "'Price with VAT' * 'Volume'",
"isVisibleToSupplier": true,
"name": "Total Cost",
"type": "total_cost_formula"
}