cancel
Showing results for 
Search instead for 
Did you mean: 

SAP CPQ Quote 2.0: Integration of website links with placeholders in quote document templates

Alexander_0001
Participant
0 Kudos

Dear SAP Community,

I have website links in my quote I want to add to my output document via <<Q_Tag Placeholder>>.
With the placeholder I am able to add the individual URL address to the content of my Word quote output document as string. So far so good:

Example:

=> Important Dynamic Link 2: https://www.google.com/

The issue:
Unfortunately for very long links this is very ugly. Now I want to have Link Tags which cover the link address I want to transfer to the document with the <<Q_Tag Placeholder>> like this:

Example:
"Click Here "

When I add the placeholder as link address in the Word Template the Placeholder won't become replaced by the link from my quote.


Has someone a idea for a solution?

Look forward to your ideas.

Best regards

Alexander

Accepted Solutions (1)

Accepted Solutions (1)

patrick_latour3
Explorer

Hi Alexander,

Try to use an

 [HTML(< a href="link.com">Click Here</a>)] 

tag in the word file. Advise if it worked!

Thanks,

Patrick

Alexander_0001
Participant
0 Kudos

Hi Patrick,
thank you for your response. Your hint directed me in the right direction 🙂

This is the solution:

[HTML(<a href=<<Q_TAG(<*CTX( Quote.CustomField(UrlAdress1) )*>)>>>Click Here</a>)]

[HTML(<a href=<<Q_TAG(<*CTX( Quote.CustomField(UrlAdress2) )*>)>>>Or Here</a>)]
The way it will be implemented into the Word document:

Answers (0)