on 2022 Sep 23 4:52 PM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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:User | Count |
---|---|
9 | |
4 | |
3 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.