Question
Cognizant Technology Solutions
SE
Last activity: 6 Apr 2023 2:18 EDT
Setting Customer.pyMobilePhone and Customer.pyEmail1 based on value from strategy
In Pega CDH, as per default behaviour, value of customer's pyMobilePhone in context dictionary will get updated to Destination number in MKT_DATA_CORR_SMS table after the campaign run. I want the value of customer's pyMobilePhone should be overridden by value of a property set in strategy. This can be done in offerflow by adding a Datatransform as below
But the problem is this needs to be added to every offer flow which is difficult to add for existing offers which are in huge count. Is it possible to handle this logic somewhere in ExecuteProgramRun or in a generic place so that we need not update the offerflow to handle this logic.