Quote Line Item (QLI)

The Quote Line Item entity is used to store information on either:

  • one item/SKU of the quote,

  • or one sub-folder.

Fields

clicId

Back reference to the Quote (Q) header entity.

lineId

Automatically generated identifier of the line. This is eventually exported, not the actual database id od the item.

folder : boolean

Reflects if this record represents a folder or a line item.

sku

ID of the product being negotiated on this item.

label

Copy of the description of the product. If this item represents a folder, it is a description of the folder.

inputs : List of Maps

List of input field definitions, including values entered by the user.

outputs : List of Maps

List of calculated result values, including their metadata, such as label, format, alerts or warnings associated with the result value.

pricerecordId

Automatically created reference to the price record generated from this item.

dirty : Boolean

Reflects if the line item should be recalculated during quote recalculation. This flag is set by the system, but can be read by the logic in the post-phase.

Found an issue in documentation? Write to us.