Symptom
One product does not have QuoteItemGuid property.
Environment
SAP CPQ
Reproducing the Issue
- Open a quote that contains product desired to return the property
- Open workbench and paste script below:
items = context.Quote.GetAllItems()
for item in items:
Trace.Write(str(item.QuoteItemGuid))
Resolution
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.
Also, when copying item, QuoteItemGuid is maintained the same.
Keywords
QuoteItemGuid, 2.0, CPQ, script, property , KBA , CEC-SAL-CPQ , Sales Cloud CPQ , Bug Filed
Product
SAP CPQ all versions
SAP Knowledge Base Article - Public