How to pass custom link from treatment to section (Strategy > Treament > Section)
Good morning,
I would like to know how can I pass a custom link that comes from a strategy to a treament, then a section.
For example, let's talk about the property "ButtonLink" that comes from the Pega Marketing Strategy with the following value: "https://www.google.es/{cuStomerId}" where customerId is populated in the strategy. (This is a simple example)
Then I have a treatment called (EmailTemplate) that include a section called (TreatmentOffer01).
When I call this section, I pass the parameter in this way:
Good morning,
I would like to know how can I pass a custom link that comes from a strategy to a treament, then a section.
For example, let's talk about the property "ButtonLink" that comes from the Pega Marketing Strategy with the following value: "https://www.google.es/{cuStomerId}" where customerId is populated in the strategy. (This is a simple example)
Then I have a treatment called (EmailTemplate) that include a section called (TreatmentOffer01).
When I call this section, I pass the parameter in this way:
<pega:param name='SuppressHref' value='True'/>
<pega:param name='Trackable' value ='true'/>
<pega:param name='Resp' value='Accepted'/>
<pega:param name='URL' ref='<pega:reference name=Param.ButtonLink></pega:reference>'/>
<pega:param name='URLParam' value='false'/>
</pega:include>