Question
Using parameters in a marketing strategy
Hi, Pega has an API REST that allows to execute a container, mapped with a marketing strategy (/prweb/PRRestService/PegaMKTContainer/V1/Container). The Rest Service executes Int-PegaCDH-Container-HandleContainerExecution activity, and I have added a new property (screenshot).
Now, I would like to use this new property in the strategy executed by the container. I have already tried to add Int-PegaCDH-Container in Page&Classes and to filter by Param.TestCliente, but it is not working.
How can I use this new property in my strategy?
Thank you in advance.
Hi,
Did you get a chance to look at the documentation ? Here is the link for the latest version :
https://community.pega.com/knowledgebase/documents/pega-marketing-81-user-guide
Please check the section : Accessing Context in Strategies (page 331)
Looks like you might be using an older version like PM 7.21 - but some of the helper functions to get the properties in the strategies are supported in 7.21 too.
You might have to define the property (TestCliente) under the container pay load class PegaMKT-Data-Container
You need not take over any activity rules - as it would create upgrade issues.