SAP Knowledge Base Article - Public

3315918 - QuoteItemGuid property not present in product

Symptom

One product does not have QuoteItemGuid property.

Environment

SAP SALES CLOUD CPQ

Reproducing the Issue

  1. Open a quote that contains product desired to return the property
  2. Open workbench and paste script below:
items = context.Quote.GetAllItems()

for item in items:
Trace.Write(str(item.QuoteItemGuid))

Cause

When Quote 2.0 engine is used every item is uniquely identified with Id property, QuoteItemGuid property will return Guid only in case when item was created based on row of Container attribute from its parent/root item.

Resolution

Expected behavior of CPQ.

Keywords

QuoteItemGuid, 2.0, CPQ, script, property , KBA , CEC-SAL-CPQ , Sales Cloud CPQ , Problem

Product

SAP CPQ 2023