cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP CPQ document genration - conditional formatting

0 Kudos
595

Dear Expert,

I have to create a offer document which has the following requirement:

the products in the quote have to in connection with the offer content. If I would add a specific product in the quote that appears in the exported quote document. That product can be nested products part of a main products.

For example:

If I add Intel Hardware that specific product description have to be in the quote document. And in this quote template also an other part should be added.

I have already created the following document code but this the C2 loop does not stop in it adds every products:

<<LI>>

[CONDITION,(<*CTX(Quote.CurrentItem.ProductId)*>)=607)]

here is the content of the 607 product

<<C_STOP>>

[CONDITION_END]

<<LI_END>>

<<LI>>

[CONDITION,(<*CTX(Quote.CurrentItem.ProductId)*>)=589)]

here is the content of the 589 product

<<C_STOP>>

<<LI_END>>

Do you have any idea how to create a conditional content in the document generation?

Thanks in advance!

Accepted Solutions (0)

Answers (1)

Answers (1)

nikhilwalsetwar
Contributor
0 Kudos